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

View File

@ -20,7 +20,7 @@
#if !defined(MBED_CONF_RTOS_PRESENT) #if !defined(MBED_CONF_RTOS_PRESENT)
#error [NOT_SUPPORTED] PSA compliance attestation test cases require RTOS to run. #error [NOT_SUPPORTED] PSA compliance attestation test cases require RTOS to run.
#else #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) int main(void)
{ {

View File

@ -102,4 +102,3 @@ int32_t psa_initial_attestation_get_token_size_test(caller_security_t caller)
return VAL_STATUS_SUCCESS; return VAL_STATUS_SUCCESS;
} }

View File

@ -46,4 +46,3 @@ int32_t psa_sst_uid_value_zero_check(caller_security_t caller)
return VAL_STATUS_SUCCESS; return VAL_STATUS_SUCCESS;
} }

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