commit | 8a19e7af618ad9de8e1ddd60ba38d85319cd61e3 | [log] [tgz] |
---|---|---|
author | Mingyang Sun <mingyang.sun@arm.com> | Thu Jun 04 15:36:58 2020 +0800 |
committer | Mingyang Sun <mingyang.sun@arm.com> | Mon Jun 08 11:18:25 2020 +0800 |
tree | 94d6db178cc8417a6ca4334d253a7a21b03bdae2 | |
parent | c9bdcd7ec9c8ddcdf6fb7e0eb1c33940daf4282f [diff] [blame] |
Service: Update the include statements Change the absolute including into relative including for partition service sources. Change-Id: I1cc2057e5965046242a9b70e01e937243cacfc7e Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
diff --git a/secure_fw/partitions/crypto/crypto_key_derivation.c b/secure_fw/partitions/crypto/crypto_key_derivation.c index 6778ce9..4bc0b01 100644 --- a/secure_fw/partitions/crypto/crypto_key_derivation.c +++ b/secure_fw/partitions/crypto/crypto_key_derivation.c
@@ -22,7 +22,7 @@ #include "tfm_crypto_defs.h" #include "tfm_memory_utils.h" -#include "platform/include/tfm_plat_crypto_keys.h" +#include "tfm_plat_crypto_keys.h" #ifdef TFM_PARTITION_TEST_SST #include "psa_manifest/pid.h"