blob: 718311246a1e0a8fc8ee525a73344ea9c7ec0012 [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-arm6c4d0412023-06-13 16:40:51 -050011/******** RSS_SP_CRYPTO ********/
12#define RSS_CRYPTO_HANDLE (0x40000100U)
13
laurenw-arm4fc77a72022-08-11 15:29:56 -050014/******** RSS_SP_PLATFORM ********/
15#define RSS_PLATFORM_SERVICE_HANDLE (0x40000105U)
16
Tamas Banf5492752022-01-18 16:19:17 +010017/******** PSA_SP_MEASURED_BOOT ********/
Jamie Fox322337d2022-08-02 15:39:21 +010018#define RSS_MEASURED_BOOT_HANDLE (0x40000110U)
Tamas Banf5492752022-01-18 16:19:17 +010019
Tamas Ban3ae52c62022-08-31 14:50:27 +020020/******** PSA_SP_DELAGATED_ATTESTATION ********/
21#define RSS_DELEGATED_SERVICE_HANDLE (0x40000111U)
22
Tamas Banf5492752022-01-18 16:19:17 +010023#endif /* PSA_MANIFEST_SID_H */