| #------------------------------------------------------------------------------- |
| # Copyright (c) 2022, Arm Limited. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| #------------------------------------------------------------------------------- |
| |
| { |
| "psa_framework_version": 1.1, |
| "name": "TFM_SP_MEASURED_BOOT", |
| "type": "PSA-ROT", |
| "priority": "NORMAL", |
| "model": "IPC", |
| "entry_point": "tfm_measured_boot_init", |
| "stack_size": "0x400", |
| "services": [ |
| { |
| "name": "TFM_MEASURED_BOOT", |
| "sid": "0x000000C0", |
| "non_secure_clients": true, |
| "connection_based": false, |
| "stateless_handle": auto, |
| "version": 1, |
| "version_policy": "STRICT" |
| } |
| ], |
| "dependencies": [ |
| "TFM_CRYPTO" |
| ] |
| } |