1#-------------------------------------------------------------------------------
2# Copyright (c) 2021-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_FWU",
11  "type": "PSA-ROT",
12  "priority": "NORMAL",
13  "model": "SFN",
14  "entry_init": "tfm_fwu_entry",
15  "stack_size": "FWU_STACK_SIZE",
16  "services" : [
17    {
18      "name": "TFM_FIRMWARE_UPDATE_SERVICE",
19      "sid": "0x000000A0",
20      "non_secure_clients": true,
21      "connection_based": false,
22      "stateless_handle": 5,
23      "version": 1,
24      "version_policy": "STRICT",
25      "mm_iovec": "enable",
26    }
27  ],
28  "dependencies": [
29    "TFM_CRYPTO",
30    "TFM_PLATFORM_SERVICE"
31  ]
32}
33