1#-------------------------------------------------------------------------------
2# SPDX-License-Identifier: BSD-3-Clause
3# SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors
4#
5#-------------------------------------------------------------------------------
6
7{
8  "psa_framework_version": 1.1,
9  "name": "TFM_SP_PLATFORM",
10  "type": "PSA-ROT",
11  "priority": "NORMAL",
12  "model": "SFN",
13  "entry_init": "platform_sp_init",
14  "stack_size": "PLATFORM_SP_STACK_SIZE",
15  "services": [
16    {
17      "name": "TFM_PLATFORM_SERVICE",
18      "sid": "0x00000040",
19      "non_secure_clients": true,
20      "connection_based": false,
21      "stateless_handle": 6,
22      "version": 1,
23      "version_policy": "STRICT"
24    },
25  ],
26  "dependencies": [
27    "TFM_INTERNAL_TRUSTED_STORAGE_SERVICE"
28  ]
29}
30