blob: 7a25ee28377fb02c0d3dcb98a99dd9d3d8f9de16 [file] [log] [blame]
Imre Kisd0ed5c22021-12-15 17:05:47 +01001/*
2 * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef ENV_TEST_H
8#define ENV_TEST_H
9
10#define ENV_TEST_SP_UUID_BYTES \
11 {0x33, 0xc7, 0x5b, 0xaf, 0xac, 0x6a, 0x4f, 0xef, \
12 0x8a, 0xc7, 0xe9, 0x90, 0x9b, 0xee, 0x2d, 0x17}
13
14#endif /* ENV_TEST_H */