blob: 400fd443e59dbbb71d418731f9126710467b4735 [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2020-2024, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
{
"psa_framework_version": 1.1,
"name": "TFM_SP_EXAMPLE",
"type": "APPLICATION-ROT",
"model": "SFN",
"priority": "NORMAL",
"entry_init": "tfm_example_partition_main",
"stack_size": "0x200",
"services": [
{
"name": "TFM_EXAMPLE_SERVICE",
# SIDs must be unique, ones that are currently in use are documented in
# tfm_secure_partition_addition.rst
"sid": "0x00001000",
"connection_based": true,
"non_secure_clients": true,
"version": 1,
"version_policy": "STRICT"
}
],
}