From 1f4584fc702c9bb8e11039b93a0998c44172a8c0 Mon Sep 17 00:00:00 2001 From: Mohammad AboMokh Date: Thu, 15 Nov 2018 18:14:40 +0200 Subject: [PATCH] Add mbed_lib.json for Mbed Crypto --- .../mbedtls/mbed-crypto/platform/TARGET_PSA/mbed_lib.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 features/mbedtls/mbed-crypto/platform/TARGET_PSA/mbed_lib.json diff --git a/features/mbedtls/mbed-crypto/platform/TARGET_PSA/mbed_lib.json b/features/mbedtls/mbed-crypto/platform/TARGET_PSA/mbed_lib.json new file mode 100644 index 0000000000..2addde4c15 --- /dev/null +++ b/features/mbedtls/mbed-crypto/platform/TARGET_PSA/mbed_lib.json @@ -0,0 +1,4 @@ +{ + "name": "mbed-crypto", + "macros": ["MBEDTLS_PSA_HAS_ITS_IO"] +}