|
2 | 2 | {
|
3 | 3 | "name": "Secure Partition ID definitions",
|
4 | 4 | "template": "tools/psa/templates/tfm_partition_defs.inc.tpl",
|
5 |
| - "output": "COMPONENT_SPE/TARGET_TFM/tfm_partition_defs.inc" |
| 5 | + "output": "TARGET_TFM/COMPONENT_SPE/inc/tfm_partition_defs.inc" |
6 | 6 | },
|
7 | 7 | {
|
8 | 8 | "name": "Secure Partition declarations",
|
9 | 9 | "template": "tools/psa/templates/tfm_partition_list.inc.tpl",
|
10 |
| - "output": "COMPONENT_SPE/TARGET_TFM/tfm_partition_list.inc" |
| 10 | + "output": "TARGET_TFM/COMPONENT_SPE/inc/tfm_partition_list.inc" |
11 | 11 | },
|
12 | 12 | {
|
13 | 13 | "name": "Secure Service list",
|
14 | 14 | "template": "tools/psa/templates/tfm_service_list.inc.tpl",
|
15 |
| - "output": "COMPONENT_SPE/TARGET_TFM/tfm_service_list.inc" |
| 15 | + "output": "TARGET_TFM/COMPONENT_SPE/inc/tfm_service_list.inc" |
16 | 16 | },
|
17 | 17 | {
|
18 | 18 | "name": "Secure Service signals list",
|
19 | 19 | "template": "tools/psa/templates/tfm_spm_signal_defs.h.tpl",
|
20 |
| - "output": "COMPONENT_SPE/TARGET_TFM/tfm_spm_signal_defs.h" |
| 20 | + "output": "TARGET_TFM/COMPONENT_SPE/inc/tfm_spm_signal_defs.h" |
21 | 21 | },
|
22 | 22 | {
|
23 | 23 | "name": "mbed-SPM database",
|
24 | 24 | "template": "tools/psa/templates/psa_setup.c.tpl",
|
25 |
| - "output": "COMPONENT_SPE/TARGET_MBED_SPM/psa_setup.c" |
| 25 | + "output": "TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c" |
26 | 26 | },
|
27 | 27 | {
|
28 | 28 | "name": "Mappings from RoT Service names to SIDs",
|
29 | 29 | "template": "tools/psa/templates/sid.h.tpl",
|
30 |
| - "output": "autogen_sid.h" |
| 30 | + "output": "services/inc/autogen_sid.h" |
31 | 31 | },
|
32 | 32 | {
|
33 | 33 | "name": "Details partition defines and structures",
|
34 | 34 | "template": "tools/psa/templates/mbed_spm_partitions.h.tpl",
|
35 |
| - "output": "mbed_spm_partitions.h" |
| 35 | + "output": "services/inc/mbed_spm_partitions.h" |
36 | 36 | }
|
37 | 37 | ]
|
0 commit comments