1#-------------------------------------------------------------------------------
2# Copyright (c) 2018-2022, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8# Identical to the standard TF-M Crypto manifest except for the removal of the
9# ITS dependency
10{
11  "psa_framework_version": 1.1,
12  "name": "TFM_SP_CRYPTO",
13  "type": "PSA-ROT",
14  "priority": "NORMAL",
15  "model": "SFN",
16  "entry_init": "tfm_crypto_init",
17  "stack_size": "CRYPTO_STACK_SIZE",
18  "services" : [
19    {
20      "name": "TFM_CRYPTO",
21      "sid": "0x00000080",
22      "non_secure_clients": true,
23      "connection_based": false,
24      "stateless_handle": 1,
25      "version": 1,
26      "version_policy": "STRICT",
27      "mm_iovec": "enable"
28    },
29  ],
30}
31