blob: 255708e60f6ccd5b9beaca6570433efd93053127 [file] [log] [blame]
Anton Komlev4bfd6c52022-06-29 17:10:26 +01001#-------------------------------------------------------------------------------
Kevin Penga9ec66f2022-07-05 15:21:16 +08002# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
Anton Komlev4bfd6c52022-06-29 17:10:26 +01003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8{
Kevin Penga9ec66f2022-07-05 15:21:16 +08009 "psa_framework_version": 1.1,
Anton Komlev4bfd6c52022-06-29 17:10:26 +010010 "name": "TFM_SP_EXAMPLE",
11 "type": "APPLICATION-ROT",
Kevin Penga9ec66f2022-07-05 15:21:16 +080012 "model": "SFN",
Anton Komlev4bfd6c52022-06-29 17:10:26 +010013 "priority": "NORMAL",
14 "entry_point": "tfm_example_partition_main",
15 "stack_size": "0x200",
Anton Komlev4bfd6c52022-06-29 17:10:26 +010016 "services": [
17 {
18 "name": "TFM_EXAMPLE_SERVICE",
19 # SIDs must be unique, ones that are currently in use are documented in
Kevin Penga9ec66f2022-07-05 15:21:16 +080020 # tfm_secure_partition_addition.rst
Anton Komlev4bfd6c52022-06-29 17:10:26 +010021 "sid": "0x00001000",
Kevin Penga9ec66f2022-07-05 15:21:16 +080022 "connection_based": true,
Anton Komlev4bfd6c52022-06-29 17:10:26 +010023 "non_secure_clients": true,
24 "version": 1,
25 "version_policy": "STRICT"
26 }
27 ],
Anton Komlev4bfd6c52022-06-29 17:10:26 +010028}