1#-------------------------------------------------------------------------------
2# Copyright (c) 2020, Arm Limited. All rights reserved.
3# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company)
4# or an affiliate of Cypress Semiconductor Corporation. All rights reserved.
5#
6# SPDX-License-Identifier: BSD-3-Clause
7#
8#-------------------------------------------------------------------------------
9
10# The path of "template" can be relative path to TF-M root or absolute path
11# The path of "output" must be relative path to the root for generated files
12# Both can contain environment variables
13
14{
15  "description": "stm generated file list",
16  "type": "generated_file_list",
17  "version_major": 0,
18  "version_minor": 1,
19  "file_list": [
20    {
21        "description": "isolation l3 scatter file",
22        "template": "platform/ext/common/armclang/tfm_isolation_l3.sct.template",
23        "output": "platform/ext/common/armclang/tfm_isolation_l3.sct"
24    },
25    {
26        "description": "isolation l3 linker script",
27        "template": "platform/ext/common/gcc/tfm_isolation_l3.ld.template",
28        "output": "platform/ext/common/gcc/tfm_isolation_l3.ld"
29    },
30    {
31        "description": "isolation l3 linker script",
32        "template": "platform/ext/common/iar/tfm_isolation_l3.icf.template",
33        "output": "platform/ext/common/iar/tfm_isolation_l3.icf"
34    }
35  ]
36}
37