From b5e84924582b4ef89f93eb13ee18ddd109a02a23 Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Wed, 6 Feb 2019 13:31:01 +0200 Subject: [PATCH] Add PSA mbed-lib.json --- .../services/COMPONENT_PSA_SRV_IMPL/mbed_lib.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 components/TARGET_PSA/services/COMPONENT_PSA_SRV_IMPL/mbed_lib.json diff --git a/components/TARGET_PSA/services/COMPONENT_PSA_SRV_IMPL/mbed_lib.json b/components/TARGET_PSA/services/COMPONENT_PSA_SRV_IMPL/mbed_lib.json new file mode 100644 index 0000000000..9e4db97006 --- /dev/null +++ b/components/TARGET_PSA/services/COMPONENT_PSA_SRV_IMPL/mbed_lib.json @@ -0,0 +1,13 @@ +{ + "name": "psa-services", + "requires": [ + "drivers", + "platform", + "mbedtls", + "mbed-crypto", + "storage", + "flashiap-block-device", + "tdbstore", + "storage_tdb_internal" + ] +}