Skip to content

Commit 117e3e8

Browse files
alzixAlexander Zilberkant
authored andcommitted
Update PSA includes to autogenerated files
1 parent 8c5ba91 commit 117e3e8

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

TESTS/psa/crypto_access_control/COMPONENT_SPE/test_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#include <stdlib.h>
19-
#include "psa_crypto_acl_test_partition.h"
19+
#include "mbed_spm_partitions.h"
2020
#include "psa/client.h"
2121
#include "psa/service.h"
2222
#include "psa/crypto.h"

TESTS/psa/spm_client/COMPONENT_SPE/client_tests_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <string.h>
1818
#include "psa/client.h"
1919
#include "psa/service.h"
20-
#include "psa_client_tests_part1_partition.h"
20+
#include "mbed_spm_partitions.h"
2121

2222
#define MSG_BUF_SIZE 128
2323
uint8_t data[MSG_BUF_SIZE] = {0};

TESTS/psa/spm_server/COMPONENT_SPE/server_tests_partition1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "string.h"
1919
#include "psa/client.h"
2020
#include "psa/service.h"
21-
#include "psa_server_tests_part1_partition.h"
21+
#include "mbed_spm_partitions.h"
2222
#include "server_tests.h"
2323

2424
extern psa_test_server_side_func test_list[];

TESTS/psa/spm_server/COMPONENT_SPE/server_tests_partition2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <string.h>
2020
#include "psa/client.h"
2121
#include "psa/service.h"
22-
#include "psa_server_tests_part2_partition.h"
22+
#include "mbed_spm_partitions.h"
2323

2424
#if defined(TARGET_MBED_SPM)
2525
#include "cmsis_os2.h"

TESTS/psa/spm_server/COMPONENT_SPE/tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "string.h"
1919
#include "psa/client.h"
2020
#include "psa/service.h"
21-
#include "psa_server_tests_part1_partition.h"
21+
#include "mbed_spm_partitions.h"
2222
#include "server_tests.h"
2323
#include "psa_manifest/sid.h"
2424

TESTS/psa/spm_smoke/COMPONENT_SPE/smoke_tests_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <stdlib.h>
2222
#include "psa/client.h"
2323
#include "psa/service.h"
24-
#include "psa_smoke_tests_part1_partition.h"
24+
#include "mbed_spm_partitions.h"
2525

2626
// ------------------------------------ Definitions ----------------------------------
2727

components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IPC/psa_attest_inject_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "psa_attest_inject_key.h"
2020
#include "psa/crypto.h"
2121
#include "psa/client.h"
22-
#include "psa_attest_srv_ifs.h"
22+
#include "psa_manifest/sid.h"
2323

2424
#define MINOR_VER 1
2525

components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IPC/psa_initial_attestation_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "psa/client.h"
2222
#include "attestation.h"
2323
#include <string.h>
24-
#include "psa_attest_srv_ifs.h"
24+
#include "psa_manifest/sid.h"
2525

2626
#define MINOR_VER 1
2727

components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "psa/client.h"
2121
#include "psa/service.h"
2222

23-
#include "psa_attest_srv_partition.h"
23+
#include "mbed_spm_partitions.h"
2424
#include "psa_initial_attestation_api.h"
2525
#include "psa_attest_inject_key.h"
2626
#include "psa_inject_attestation_key_impl.h"

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define PSA_CRYPTO_SECURE 1
99
#include "crypto_spe.h"
1010
#include "crypto_platform_spe.h"
11-
#include "psa_crypto_srv_partition.h"
11+
#include "mbed_spm_partitions.h"
1212
#include "mbedtls/entropy.h"
1313
#include "psa_crypto_access_control.h"
1414

components/TARGET_PSA/services/platform/COMPONENT_SPE/platform_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include "psa_platform_partition.h"
18+
#include "mbed_spm_partitions.h"
1919
#include "platform_srv_impl.h"
2020
#include "psa/internal_trusted_storage.h"
2121
#include "psa/service.h"

components/TARGET_PSA/services/storage/its/COMPONENT_SPE/its_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <string.h>
2020
#include "psa/client.h"
2121
#include "psa/service.h"
22-
#include "psa_its_partition.h"
22+
#include "mbed_spm_partitions.h"
2323
#include "psa/internal_trusted_storage.h"
2424
#include "pits_impl.h"
2525
#include "mbed_error.h"

0 commit comments

Comments
 (0)