Move FEATURE_EXPERIMENTAL_API for PSA to platform

pull/13460/head
Rajkumar Kanagaraj 2020-08-18 16:24:02 +01:00
parent 7829238c61
commit 118c01016b
298 changed files with 3 additions and 38 deletions

View File

@ -7,8 +7,6 @@
^connectivity/drivers/emac
^connectivity/drivers/mbedtls
^connectivity/mbedtls
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
^features/frameworks
^connectivity/lwipstack/lwip
^connectivity/lwipstack/lwip-sys
@ -20,6 +18,8 @@
^features/unsupported/
^hal/storage_abstraction
^platform/cxxsupport
^platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
^platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
^platform/tests/UNITTESTS
^events/tests/UNITTESTS
^rtos/source/TARGET_CORTEX/rtx4

View File

@ -20,7 +20,7 @@
#if !defined(MBED_CONF_RTOS_PRESENT)
#error [NOT_SUPPORTED] PSA compliance attestation test cases require RTOS to run.
#else
void test_entry_a001(val_api_t *val_api, psa_api_t *psa_api);
void test_entry_a001(val_api_t *val_api, psa_api_t *psa_api);
int main(void)
{

Some files were not shown because too many files have changed in this diff Show More