Skip to content

Commit 34433bc

Browse files
author
Michael Schwarcz
committed
Add TF-M importer json
1 parent 799476d commit 34433bc

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

tools/importer/tfm_importer.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"files" : [
3+
{
4+
"src_file" : "interface/src/tfm_ns_lock_rtx.c",
5+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_NSPE/interface/src/tfm_ns_lock_rtx.c"
6+
},
7+
{
8+
"src_file" : "interface/src/tfm_psa_ns_api.c",
9+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_NSPE/interface/src/tfm_psa_ns_api.c"
10+
},
11+
{
12+
"src_file" : "interface/include/psa_client.h",
13+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/interface/include/psa_client.h"
14+
},
15+
{
16+
"src_file" : "interface/include/psa_service.h",
17+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/interface/include/psa_service.h"
18+
},
19+
{
20+
"src_file" : "interface/include/tfm_api.h",
21+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/interface/include/tfm_api.h"
22+
},
23+
{
24+
"src_file" : "interface/include/tfm_ns_lock.h",
25+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/interface/include/tfm_ns_lock.h"
26+
},
27+
{
28+
"src_file" : "interface/include/tfm_ns_svc.h",
29+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/interface/include/tfm_ns_svc.h"
30+
},
31+
{
32+
"src_file" : "interface/include/tfm_nspm_svc_handler.h",
33+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/interface/include/tfm_nspm_svc_handler.h"
34+
},
35+
{
36+
"src_file" : "platform/include/tfm_plat_boot_seed.h",
37+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/platform/include/tfm_plat_boot_seed.h"
38+
},
39+
{
40+
"src_file" : "platform/include/tfm_plat_defs.h",
41+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/platform/include/tfm_plat_defs.h"
42+
},
43+
{
44+
"src_file" : "platform/include/tfm_plat_device_id.h",
45+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/platform/include/tfm_plat_device_id.h"
46+
},
47+
{
48+
"src_file" : "platform/include/tfm_spm_hal.h",
49+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/platform/include/tfm_spm_hal.h"
50+
},
51+
{
52+
"src_file" : "platform/ext/driver/Driver_Common.h",
53+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/platform/ext/driver/Driver_Common.h"
54+
},
55+
{
56+
"src_file" : "platform/ext/driver/Driver_MPC.h",
57+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/platform/ext/driver/Driver_MPC.h"
58+
},
59+
{
60+
"src_file" : "platform/ext/driver/Driver_PPC.h",
61+
"dest_file" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/platform/ext/driver/Driver_PPC.h"
62+
}
63+
],
64+
"folders" : [
65+
{
66+
"src_folder" : "secure_fw/core",
67+
"dest_folder" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/core"
68+
},
69+
{
70+
"src_folder" : "secure_fw/core/ipc",
71+
"dest_folder" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/core/ipc"
72+
},
73+
{
74+
"src_folder" : "secure_fw/core/ipc/include",
75+
"dest_folder" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/core/ipc/include"
76+
},
77+
{
78+
"src_folder" : "secure_fw/include",
79+
"dest_folder" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/include"
80+
},
81+
{
82+
"src_folder" : "secure_fw/spm",
83+
"dest_folder" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/spm"
84+
},
85+
{
86+
"src_folder" : "bl2/include",
87+
"dest_folder" : "components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/bl2/include"
88+
}
89+
],
90+
"commit_sha" : [
91+
]
92+
}
93+

0 commit comments

Comments
 (0)