Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 1 | /* |
julhal01 | 3a4207d | 2021-03-08 13:32:08 +0000 | [diff] [blame] | 2 | * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. |
Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | #ifndef SP_H |
| 8 | #define SP_H |
| 9 | |
julhal01 | 3a4207d | 2021-03-08 13:32:08 +0000 | [diff] [blame] | 10 | /* UUID for the Internal Trusted Store */ |
Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 11 | #define OPTEE_SP_UUID \ |
| 12 | { 0xdc1eef48, 0xb17a, 0x4ccf, \ |
| 13 | { 0xac, 0x8b, 0xdf, 0xcf, 0xf7, 0x71, 0x1b, 0x14 } } |
| 14 | |
| 15 | #define SP_UUID_BYTES \ |
| 16 | { 0xdc, 0x1e, 0xef, 0x48, 0xb1, 0x7a, 0x4c, 0xcf, \ |
| 17 | 0xac, 0x8b, 0xdf, 0xcf, 0xf7, 0x71, 0x1b, 0x14, } |
| 18 | |
| 19 | #endif /* SP_H */ |