1#-------------------------------------------------------------------------------
2# Copyright (c) 2018-2022, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8{
9  "psa_framework_version": 1.1,
10  "name": "TFM_SP_INITIAL_ATTESTATION",
11  "type": "PSA-ROT",
12  "priority": "NORMAL",
13  "model": "SFN",
14  "entry_init": "attest_partition_init",
15  "stack_size": "ATTEST_STACK_SIZE",
16  "services": [
17    {
18      "name": "TFM_ATTESTATION_SERVICE",
19      "sid": "0x00000020",
20      "non_secure_clients": true,
21      "connection_based": false,
22      "stateless_handle": 4,
23      "version": 1,
24      "version_policy": "STRICT",
25      "mm_iovec": "enable",
26    }
27  ],
28  "dependencies": [
29    "TFM_CRYPTO"
30  ]
31}
32