Crypto: Add IPC compatibility
This patch introduces compatibility in the Crypto
service with the IPC infrastructure of TF-M.
Change-Id: I5a095780e1f2bd489c83cfbca138ca6dd0bfe9ba
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
diff --git a/ConfigCoreIPC.cmake b/ConfigCoreIPC.cmake
index 3a350b2..c06d0c9 100644
--- a/ConfigCoreIPC.cmake
+++ b/ConfigCoreIPC.cmake
@@ -29,6 +29,7 @@
set (REGRESSION True)
set (CORE_TEST False)
set (CORE_IPC True)
+set (PSA_API_TEST False)
# TF-M isolation level: 1..3
set (TFM_LVL 1)