mirror of https://github.com/ARMmbed/mbed-os.git
Update PSA includes to autogenerated files
parent
8c5ba9154d
commit
117e3e82b6
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "psa_crypto_acl_test_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
#include "psa/crypto.h"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <string.h>
|
||||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
#include "psa_client_tests_part1_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
|
||||
#define MSG_BUF_SIZE 128
|
||||
uint8_t data[MSG_BUF_SIZE] = {0};
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#include "string.h"
|
||||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
#include "psa_server_tests_part1_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
#include "server_tests.h"
|
||||
|
||||
extern psa_test_server_side_func test_list[];
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include <string.h>
|
||||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
#include "psa_server_tests_part2_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
|
||||
#if defined(TARGET_MBED_SPM)
|
||||
#include "cmsis_os2.h"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#include "string.h"
|
||||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
#include "psa_server_tests_part1_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
#include "server_tests.h"
|
||||
#include "psa_manifest/sid.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#include <stdlib.h>
|
||||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
#include "psa_smoke_tests_part1_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
|
||||
// ------------------------------------ Definitions ----------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include "psa_attest_inject_key.h"
|
||||
#include "psa/crypto.h"
|
||||
#include "psa/client.h"
|
||||
#include "psa_attest_srv_ifs.h"
|
||||
#include "psa_manifest/sid.h"
|
||||
|
||||
#define MINOR_VER 1
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#include "psa/client.h"
|
||||
#include "attestation.h"
|
||||
#include <string.h>
|
||||
#include "psa_attest_srv_ifs.h"
|
||||
#include "psa_manifest/sid.h"
|
||||
|
||||
#define MINOR_VER 1
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
|
||||
#include "psa_attest_srv_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
#include "psa_initial_attestation_api.h"
|
||||
#include "psa_attest_inject_key.h"
|
||||
#include "psa_inject_attestation_key_impl.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#define PSA_CRYPTO_SECURE 1
|
||||
#include "crypto_spe.h"
|
||||
#include "crypto_platform_spe.h"
|
||||
#include "psa_crypto_srv_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
#include "mbedtls/entropy.h"
|
||||
#include "psa_crypto_access_control.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "psa_platform_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
#include "platform_srv_impl.h"
|
||||
#include "psa/internal_trusted_storage.h"
|
||||
#include "psa/service.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include <string.h>
|
||||
#include "psa/client.h"
|
||||
#include "psa/service.h"
|
||||
#include "psa_its_partition.h"
|
||||
#include "mbed_spm_partitions.h"
|
||||
#include "psa/internal_trusted_storage.h"
|
||||
#include "pits_impl.h"
|
||||
#include "mbed_error.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue