| #------------------------------------------------------------------------------- |
| # Copyright (c) 2018, Arm Limited. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| #------------------------------------------------------------------------------- |
| |
| { |
| "name": "INITIAL_ATTESTATION", |
| "type": "TRUSTED", |
| "tfm_partition_name": "TFM_SP_INITIAL_ATTESTATION", |
| "tfm_trusted": true, |
| "priority": "NORMAL", |
| "id": "0x00000103", |
| "entry_point": "main", |
| "stack_size": "0x0400", |
| "heap_size": "0x0400", |
| "tfm_init_symbol": "attest_init", |
| "secure_functions": [ |
| { |
| "sfid": "TFM_ATTEST_GET_TOKEN_SFID", |
| "signal": "TFM_ATTEST_GET_TOKEN", |
| "tfm_symbol": "initial_attest_get_token", |
| "non_secure_clients": true, |
| "minor_version": 1, |
| "minor_policy": "strict" |
| } |
| ], |
| "source_files": [ |
| "attestation_core.c" |
| ], |
| "tfm_linker_pattern": [ |
| "library_list": [ |
| "*tfm_attest*" |
| ] |
| ] |
| } |