blob: 83ace02a491a20d8aaaebe72274778438b43dd22 [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2018-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
{
"description": "TF-M secure partition manifests",
"type": "manifest_list",
"version_major": 0,
"version_minor": 1,
"pid": 1000,
"manifest_list": [
{
"description": "Dummy Partition",
"short_name": "TFM_DP",
"manifest": "${APPLICATION_SOURCE_DIR}/dummy_partition/tfm_dummy_partition.yaml",
"output_path": "${TFM_BINARY_DIR}/dummy_partition",
"tfm_partition_ipc": true,
"version_major": 0,
"version_minor": 1,
"linker_pattern": {
"library_list": [
"*tfm_*partition_dp.*"
],
}
},
]
}