blob: be78bae417e56efd2da7386c434cb250837fad15 [file] [log] [blame]
Tamas Banf5492752022-01-18 16:19:17 +01001/*
laurenw-arm4fc77a72022-08-11 15:29:56 -05002 * Copyright (c) 2019-2023, Arm Limited. All rights reserved.
Tamas Banf5492752022-01-18 16:19:17 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef PSA_MANIFEST_SID_H
9#define PSA_MANIFEST_SID_H
10
laurenw-arm4fc77a72022-08-11 15:29:56 -050011/******** RSS_SP_PLATFORM ********/
12#define RSS_PLATFORM_SERVICE_HANDLE (0x40000105U)
13
Tamas Banf5492752022-01-18 16:19:17 +010014/******** PSA_SP_MEASURED_BOOT ********/
Jamie Fox322337d2022-08-02 15:39:21 +010015#define RSS_MEASURED_BOOT_HANDLE (0x40000110U)
Tamas Banf5492752022-01-18 16:19:17 +010016
Tamas Ban3ae52c62022-08-31 14:50:27 +020017/******** PSA_SP_DELAGATED_ATTESTATION ********/
18#define RSS_DELEGATED_SERVICE_HANDLE (0x40000111U)
19
Tamas Banf5492752022-01-18 16:19:17 +010020#endif /* PSA_MANIFEST_SID_H */