aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions/audit_logging
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2020-12-21 15:16:09 +0800
committerDavid Hu <david.hu@arm.com>2020-12-23 02:43:16 +0000
commit9b6a1fe32d6020152cd0fd8f6dc0523808c33c0d (patch)
treefe68cc3456d2fede12e3db8849ec552c2032d324 /secure_fw/partitions/audit_logging
parent4345d38835c8158470abea48e979c6ab025688ac (diff)
downloadtrusted-firmware-m-9b6a1fe32d6020152cd0fd8f6dc0523808c33c0d.tar.gz
Build: Set TFM_PARTITION_AUDIT_LOG to OFF in IPC model
Since audit logging is not supported in IPC model yet, create a IPC dedicated default config to explicitly set TFM_PARTITION_AUDIT_LOG to OFF in IPC model. It can skip installing audit logging files in IPC model. Change-Id: Ie2c948aedb2fe40a88399a855e22f4490d631179 Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'secure_fw/partitions/audit_logging')
-rw-r--r--secure_fw/partitions/audit_logging/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/secure_fw/partitions/audit_logging/CMakeLists.txt b/secure_fw/partitions/audit_logging/CMakeLists.txt
index 14d739ea94..2283e2b1e6 100644
--- a/secure_fw/partitions/audit_logging/CMakeLists.txt
+++ b/secure_fw/partitions/audit_logging/CMakeLists.txt
@@ -9,11 +9,6 @@ if (NOT TFM_PARTITION_AUDIT_LOG)
return()
endif()
-#TODO AUDIT should support IPC
-if(TFM_PSA_API)
- return()
-endif()
-
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0079 NEW)