| #------------------------------------------------------------------------------- |
| # Copyright (c) 2018-2022, Arm Limited. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| #------------------------------------------------------------------------------- |
| |
| { |
| "psa_framework_version": 1.1, |
| "name": "TFM_SP_CRYPTO", |
| "type": "PSA-ROT", |
| "priority": "NORMAL", |
| "model": "SFN", |
| "entry_init": "tfm_crypto_init", |
| "stack_size": "0x1B00", |
| "secure_functions": [ |
| { |
| "name": "TFM_CRYPTO_API_DISPATCHER", |
| "signal": "TFM_CRYPTO_API_DISPATCHER", |
| "non_secure_clients": true, |
| "version": 1, |
| "version_policy": "STRICT" |
| } |
| ], |
| "services" : [ |
| { |
| "name": "TFM_CRYPTO", |
| "sid": "0x00000080", |
| "non_secure_clients": true, |
| "connection_based": false, |
| "stateless_handle": 1, |
| "version": 1, |
| "version_policy": "STRICT", |
| "mm_iovec": "enable" |
| }, |
| ], |
| "dependencies": [ |
| "TFM_INTERNAL_TRUSTED_STORAGE_SERVICE" |
| ] |
| } |