From 65f632f8f45a532b858290c9e1089fbb3c7ae94e Mon Sep 17 00:00:00 2001 From: Nir Sonnenschein Date: Thu, 7 Mar 2019 18:04:59 +0200 Subject: [PATCH] add mbed_lib.json to prevent inclusion in bare-metal builds --- features/frameworks/TARGET_PSA/mbed_lib.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 features/frameworks/TARGET_PSA/mbed_lib.json diff --git a/features/frameworks/TARGET_PSA/mbed_lib.json b/features/frameworks/TARGET_PSA/mbed_lib.json new file mode 100644 index 0000000000..41b4e30fc7 --- /dev/null +++ b/features/frameworks/TARGET_PSA/mbed_lib.json @@ -0,0 +1,3 @@ +{ + "name": "psa-compliance-framework" +}