blob: 0bdeed474a981f4e5975960b479f26625ffccded [file] [log] [blame]
Tamas Banf5492752022-01-18 16:19:17 +01001/*
2 * Copyright (c) 2019-2022, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef PSA_MANIFEST_SID_H
9#define PSA_MANIFEST_SID_H
10
Tamas Banf5492752022-01-18 16:19:17 +010011/******** PSA_SP_MEASURED_BOOT ********/
Jamie Fox322337d2022-08-02 15:39:21 +010012#define RSS_MEASURED_BOOT_HANDLE (0x40000110U)
Tamas Banf5492752022-01-18 16:19:17 +010013
Tamas Ban3ae52c62022-08-31 14:50:27 +020014/******** PSA_SP_DELAGATED_ATTESTATION ********/
15#define RSS_DELEGATED_SERVICE_HANDLE (0x40000111U)
16
Tamas Banf5492752022-01-18 16:19:17 +010017#endif /* PSA_MANIFEST_SID_H */