commit | 2358bbb72ac24e1c3ba5e3798165176f537bd31e | [log] [tgz] |
---|---|---|
author | Maulik Patel <maulik.patel@arm.com> | Fri Jul 21 10:56:56 2023 +0100 |
committer | Maulik Patel <maulik.patel@arm.com> | Fri Oct 06 15:43:44 2023 +0100 |
tree | c08dd2f7c0f38c082129cf9277fb86cac11afbfc | |
parent | 58595d372110360e85c1ebe7f7886a328f098845 [diff] [blame] |
DPE: Create intermediate certificate for the layer Signed-off-by: Maulik Patel <maulik.patel@arm.com> Change-Id: Ib7df067daa3674f42bbff3b0296b7df192936caa
diff --git a/partitions/dice_protection_environment/CMakeLists.txt b/partitions/dice_protection_environment/CMakeLists.txt index 6f2fb34..a4490d5 100644 --- a/partitions/dice_protection_environment/CMakeLists.txt +++ b/partitions/dice_protection_environment/CMakeLists.txt
@@ -19,6 +19,7 @@ target_sources(tfm_app_rot_partition_dpe PRIVATE + dpe_certificate.c dpe_cmd_decode.c dpe_context_mngr.c dpe_crypto_interface.c @@ -56,6 +57,7 @@ PRIVATE tfm_sprt qcbor + tfm_t_cose_s ) ############################ Secure API ########################################