aboutsummaryrefslogtreecommitdiff
path: root/tools/tfm_generated_file_list.yaml
blob: dc8949374e9d9de7510eea138b8ccb92255adca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#-------------------------------------------------------------------------------
# Copyright (c) 2018-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

# The path of "template" can be relative path to TF-M root or absolute path
# The path of "output" must be relative path to the root for generated files
# Both can contain environment variables

{
  "name": "TF-M generated file list",
  "type": "generated_file_list",
  "version_major": 0,
  "version_minor": 1,
  "file_list": [
    {
        "name": "Secure Partition declarations for library",
        "short_name": "tfm_partition_list_lib",
        "template": "secure_fw/spm/cmsis_func/tfm_spm_db_func.inc.template",
        "output": "secure_fw/spm/cmsis_func/tfm_spm_db_func.inc"
    },
    {
        "name": "Secure Partition declarations for IPC",
        "short_name": "tfm_partition_list_ipc",
        "template": "secure_fw/spm/cmsis_psa/tfm_spm_db_ipc.inc.template",
        "output": "secure_fw/spm/cmsis_psa/tfm_spm_db_ipc.inc"
    },
    {
        "name": "Secure Service list",
        "short_name": "tfm_service_list",
        "template": "secure_fw/partitions/tfm_service_list.inc.template",
        "output": "secure_fw/partitions/tfm_service_list.inc"
    },
    {
        "name": "Secure Veneers C file",
        "short_name": "tfm_veneers_c",
        "template": "secure_fw/spm/cmsis_func/tfm_veneers.c.template",
        "output": "secure_fw/spm/cmsis_func/tfm_veneers.c"
    },
    {
        "name": "Secure Veneers H file",
        "short_name": "tfm_veneers_h",
        "template": "interface/include/tfm_veneers.h.template",
        "output": "interface/include/tfm_veneers.h"
    },
    {
        "name": "Secure IRQ handlers",
        "short_name": "tfm_secure_irq_handlers",
        "template": "secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc.template",
        "output": "secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc"
    },
    {
        "name": "Secure IRQ handlers for PSA API",
        "short_name": "tfm_secure_irq_handlers_ipc",
        "template": "secure_fw/spm/cmsis_psa/tfm_secure_irq_handlers_ipc.inc.template",
        "output": "secure_fw/spm/cmsis_psa/tfm_secure_irq_handlers_ipc.inc"
    },
    {
        "name": "SID H file",
        "short_name": "sid.h",
        "template": "interface/include/psa_manifest/sid.h.template",
        "output": "interface/include/psa_manifest/sid.h"
    },
    {
        "name": "PID H file",
        "short_name": "pid.h",
        "template": "interface/include/psa_manifest/pid.h.template",
        "output": "interface/include/psa_manifest/pid.h"
    }
  ]
}