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_CRYPTO", 11 "type": "PSA-ROT", 12 "priority": "NORMAL", 13 "model": "SFN", 14 "entry_init": "tfm_crypto_init", 15 "stack_size": "CRYPTO_STACK_SIZE", 16 "services" : [ 17 { 18 "name": "TFM_CRYPTO", 19 "sid": "0x00000080", 20 "non_secure_clients": true, 21 "connection_based": false, 22 "stateless_handle": 1, 23 "version": 1, 24 "version_policy": "STRICT", 25 "mm_iovec": "enable" 26 }, 27 ], 28 "dependencies": [ 29 "TFM_INTERNAL_TRUSTED_STORAGE_SERVICE" 30 ] 31} 32