blob: 400fd443e59dbbb71d418731f9126710467b4735 [file] [log] [blame]
Anton Komlev4bfd6c52022-06-29 17:10:26 +01001#-------------------------------------------------------------------------------
Dávid Házif314bb92024-08-27 09:18:39 +02002# Copyright (c) 2020-2024, 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",
Dávid Házif314bb92024-08-27 09:18:39 +020014 "entry_init": "tfm_example_partition_main",
Anton Komlev4bfd6c52022-06-29 17:10:26 +010015 "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}