TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pid.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 /*********** WARNING: This is an auto-generated file. Do not edit! ***********/
9 
10 #ifndef __PSA_MANIFEST_PID_H__
11 #define __PSA_MANIFEST_PID_H__
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #define TFM_SP_PS (256)
18 #define TFM_SP_ITS (257)
19 #define TFM_SP_AUDIT_LOG (258)
20 #define TFM_SP_CRYPTO (259)
21 #define TFM_SP_PLATFORM (260)
22 #define TFM_SP_INITIAL_ATTESTATION (261)
23 #define TFM_SP_CORE_TEST (262)
24 #define TFM_SP_CORE_TEST_2 (263)
25 #define TFM_SP_SECURE_TEST_PARTITION (264)
26 #define TFM_SP_IPC_SERVICE_TEST (265)
27 #define TFM_SP_IPC_CLIENT_TEST (266)
28 #define TFM_IRQ_TEST_1 (267)
29 #define TFM_SP_PS_TEST (268)
30 #define TFM_SP_SECURE_CLIENT_2 (269)
31 
32 #define TFM_MAX_USER_PARTITIONS (14)
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* __PSA_MANIFEST_PID_H__ */