Tamas Ban | 758c647 | 2022-01-18 16:19:17 +0100 | [diff] [blame] | 1 | /* |
laurenw-arm | 8374508 | 2022-08-11 15:29:56 -0500 | [diff] [blame^] | 2 | * Copyright (c) 2019-2023, Arm Limited. All rights reserved. |
Tamas Ban | 758c647 | 2022-01-18 16:19:17 +0100 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | * |
| 6 | */ |
| 7 | |
| 8 | #ifndef PSA_MANIFEST_SID_H |
| 9 | #define PSA_MANIFEST_SID_H |
| 10 | |
laurenw-arm | 8374508 | 2022-08-11 15:29:56 -0500 | [diff] [blame^] | 11 | /******** RSS_SP_PLATFORM ********/ |
| 12 | #define RSS_PLATFORM_SERVICE_HANDLE (0x40000105U) |
| 13 | |
Tamas Ban | 758c647 | 2022-01-18 16:19:17 +0100 | [diff] [blame] | 14 | /******** PSA_SP_MEASURED_BOOT ********/ |
Jamie Fox | 4d879e1 | 2022-08-02 15:39:21 +0100 | [diff] [blame] | 15 | #define RSS_MEASURED_BOOT_HANDLE (0x40000110U) |
Tamas Ban | 758c647 | 2022-01-18 16:19:17 +0100 | [diff] [blame] | 16 | |
Tamas Ban | 4b09ffe | 2022-08-31 14:50:27 +0200 | [diff] [blame] | 17 | /******** PSA_SP_DELAGATED_ATTESTATION ********/ |
| 18 | #define RSS_DELEGATED_SERVICE_HANDLE (0x40000111U) |
| 19 | |
Tamas Ban | 758c647 | 2022-01-18 16:19:17 +0100 | [diff] [blame] | 20 | #endif /* PSA_MANIFEST_SID_H */ |