Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | |||||
8 | #ifndef ITS_SP_H | ||||
9 | #define ITS_SP_H | ||||
10 | |||||
11 | /* UUID for the Internal Trusted Store */ | ||||
12 | #define ITS_SP_UUID_BYTES \ | ||||
13 | { 0xdc, 0x1e, 0xef, 0x48, 0xb1, 0x7a, 0x4c, 0xcf, \ | ||||
14 | 0xac, 0x8b, 0xdf, 0xcf, 0xf7, 0x71, 0x1b, 0x14, } | ||||
15 | |||||
16 | #endif /* ITS_SP_H */ |