Update PSA includes to autogenerated files

pull/10447/head
Alexander Zilberkant 2019-04-18 16:52:24 +03:00 committed by Alexander Zilberkant
parent 8c5ba9154d
commit 117e3e82b6
12 changed files with 12 additions and 12 deletions

View File

@ -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"

View File

@ -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};

View File

@ -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[];

View File

@ -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"

View File

@ -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"

View File

@ -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 ----------------------------------

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"