aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions/audit_logging
diff options
context:
space:
mode:
authorMingyang Sun <mingyang.sun@arm.com>2020-10-15 17:05:10 +0800
committerKen Liu <ken.liu@arm.com>2020-10-21 09:21:15 +0000
commit08cd3dfda88bb7042e67fa4f3c63e646cba38734 (patch)
tree63a980d66a12808b75ea9dcad3077a6272fc127c /secure_fw/partitions/audit_logging
parent0399e7c45b34e45ed019fa1bff6ba544202ff2b1 (diff)
downloadtrusted-firmware-m-08cd3dfda88bb7042e67fa4f3c63e646cba38734.tar.gz
Build: Use generated psa_manifest header files
The psa_manifest header files are generated into build directory now. Remove psa_manifest header files existed in partition directories and use the ones from the build directory. Similar changes are also needed in tf-m-tests arch-test repo. Change-Id: If4a69b49732752d6092a20912cb307fa991ba80c Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
Diffstat (limited to 'secure_fw/partitions/audit_logging')
-rw-r--r--secure_fw/partitions/audit_logging/CMakeLists.txt4
-rw-r--r--secure_fw/partitions/audit_logging/psa_manifest/tfm_audit_logging.h22
2 files changed, 3 insertions, 23 deletions
diff --git a/secure_fw/partitions/audit_logging/CMakeLists.txt b/secure_fw/partitions/audit_logging/CMakeLists.txt
index b0cc32d942..b847e4b76b 100644
--- a/secure_fw/partitions/audit_logging/CMakeLists.txt
+++ b/secure_fw/partitions/audit_logging/CMakeLists.txt
@@ -27,10 +27,12 @@ target_sources(tfm_partition_audit
target_include_directories(tfm_partition_audit
PUBLIC
.
+ PRIVATE
+ ${CMAKE_BINARY_DIR}/generated/secure_fw/partitions/audit_logging
)
target_link_libraries(tfm_partition_audit
- PRIVATE
+ PRIVATE
platform_s
tfm_secure_api
psa_interface
diff --git a/secure_fw/partitions/audit_logging/psa_manifest/tfm_audit_logging.h b/secure_fw/partitions/audit_logging/psa_manifest/tfm_audit_logging.h
deleted file mode 100644
index 3ca63bd762..0000000000
--- a/secure_fw/partitions/audit_logging/psa_manifest/tfm_audit_logging.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- *
- */
-
-/*********** WARNING: This is an auto-generated file. Do not edit! ***********/
-
-#ifndef __PSA_MANIFEST_TFM_AUDIT_LOGGING_H__
-#define __PSA_MANIFEST_TFM_AUDIT_LOGGING_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __PSA_MANIFEST_TFM_AUDIT_LOGGING_H__ */