aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions/audit_logging
diff options
context:
space:
mode:
authorRaef Coles <raef.coles@arm.com>2020-11-02 11:35:35 +0000
committerAnton Komlev <Anton.Komlev@arm.com>2020-11-03 22:11:27 +0000
commitc8a08fd724994c62baf1de1122d1b735f7a0dbd3 (patch)
tree6a60a2a1bc5e4da05eac24731d3e8b0801ffa9a2 /secure_fw/partitions/audit_logging
parentbb4d5c59c02c1df0cc3baa393d18645c090766e2 (diff)
downloadtrusted-firmware-m-c8a08fd724994c62baf1de1122d1b735f7a0dbd3.tar.gz
Build: Add audit logging defs target
Allows the audit logging tests to pick up audit logging definitions without having to link to the audit logging partitions (and hence the entire spm) Change-Id: I9fd7ab7a0daf5dc371dedbcc7b9bf9bc10c72c6b Signed-off-by: Raef Coles <raef.coles@arm.com>
Diffstat (limited to 'secure_fw/partitions/audit_logging')
-rw-r--r--secure_fw/partitions/audit_logging/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/secure_fw/partitions/audit_logging/CMakeLists.txt b/secure_fw/partitions/audit_logging/CMakeLists.txt
index 62d7126b47..b17ca04e1d 100644
--- a/secure_fw/partitions/audit_logging/CMakeLists.txt
+++ b/secure_fw/partitions/audit_logging/CMakeLists.txt
@@ -38,6 +38,15 @@ target_link_libraries(tfm_partition_audit
psa_interface
)
+########################### Audit defs #########################################
+
+add_library(tfm_audit_logging_defs INTERFACE)
+
+target_include_directories(tfm_audit_logging_defs
+ INTERFACE
+ .
+)
+
############################ Secure API ########################################
target_sources(tfm_secure_api