blob: 580a4cf70f9780e7224805cdbeb0356e205aa0f8 [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
11/******** PSA_SP_INITIAL_ATTESTATION ********/
Tamas Banf5492752022-01-18 16:19:17 +010012#define RSS_ATTESTATION_SERVICE_HANDLE (0x40000103U)
13
14/******** 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
17#endif /* PSA_MANIFEST_SID_H */