/* | |
* Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef ENV_TEST_H | |
#define ENV_TEST_H | |
#define ENV_TEST_SP_UUID_BYTES \ | |
{0x33, 0xc7, 0x5b, 0xaf, 0xac, 0x6a, 0x4f, 0xef, \ | |
0x8a, 0xc7, 0xe9, 0x90, 0x9b, 0xee, 0x2d, 0x17} | |
#endif /* ENV_TEST_H */ |