refactor(tc): rename DPE header

The new name is more generic. The goal to add here
all platform dependent defines / data / config which
is DPE related.

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: I5b521932c45d8a9c43ea2344dde83c210801cfee
This commit is contained in:
Tamas Ban 2024-06-14 14:24:15 +02:00
parent 5f960f0a08
commit 4f5beb56de
3 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@
#include <platform_def.h>
#include <tools_share/zero_oid.h>
#include "tc_dpe_cert.h"
#include "tc_dpe.h"
struct dpe_metadata tc_dpe_metadata[] = {
{

View file

@ -15,7 +15,7 @@
#include <platform_def.h>
#include <tools_share/tbbr_oid.h>
#include "tc_dpe_cert.h"
#include "tc_dpe.h"
/*
* The content and the values of this array depends on:

View file

@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef TC_DPE_CERT_H
#define TC_DPE_CERT_H
#ifndef TC_DPE_H
#define TC_DPE_H
/*
* The certificate structure on the TC platform:
@ -36,4 +36,4 @@
/* Common definition */
#define DPE_CERT_ID_SAME_AS_PARENT 0xFFFFFFFF
#endif /* TC_DPE_CERT_H */
#endif /* TC_DPE_H */