aboutsummaryrefslogtreecommitdiff
path: root/tools/tfm_generated_file_list.yaml
blob: f477e7cc3619a2f6864b5f884333283ffa49f598 (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
#-------------------------------------------------------------------------------
# Copyright (c) 2018-2022, Arm Limited. All rights reserved.
# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company)
# or an affiliate of Cypress Semiconductor Corporation. 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

{
  "description": "TF-M generated file list",
  "type": "generated_file_list",
  "version_major": 0,
  "version_minor": 1,
  "file_list": [
    {
        "description": "SID H file",
        "template": "interface/include/psa_manifest/sid.h.template",
        "output": "interface/include/psa_manifest/sid.h"
    },
    {
        "description": "PID H file",
        "template": "interface/include/psa_manifest/pid.h.template",
        "output": "interface/include/psa_manifest/pid.h"
    },
    {
        "description": "SPM config header",
        "template": "interface/include/config_impl.h.template",
        "output": "interface/include/config_impl.h"
    },
    {
        "description": "CMake variables generated",
        "template": "tools/config_impl.cmake.template",
        "output": "tools/config_impl.cmake"
    }
  ]
}