#------------------------------------------------------------------------------- # SPDX-License-Identifier: BSD-3-Clause # SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors # #------------------------------------------------------------------------------- { "psa_framework_version": 1.1, "name": "TFM_SP_PLATFORM", "type": "PSA-ROT", "priority": "NORMAL", "model": "SFN", "entry_init": "platform_sp_init", "stack_size": "PLATFORM_SP_STACK_SIZE", "services": [ { "name": "TFM_PLATFORM_SERVICE", "sid": "0x00000040", "non_secure_clients": true, "connection_based": false, "stateless_handle": 6, "version": 1, "version_policy": "STRICT" }, ], "dependencies": [ "TFM_INTERNAL_TRUSTED_STORAGE_SERVICE" ] }