1/*
2 * Copyright (c) 2012-2022 Huawei Technologies Co., Ltd.
3 * Description: dynamic ion uuid declaration.
4 *
5 * This software is licensed under the terms of the GNU General Public
6 * License version 2, as published by the Free Software Foundation, and
7 * may be copied, distributed, and modified under those terms.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */
14
15#ifndef DYNAMIC_ION_UUID_H
16#define DYNAMIC_ION_UUID_H
17
18#ifdef DEF_ENG
19#define TEE_SERVICE_UT \
20{ \
21	0x03030303, \
22	0x0303, \
23	0x0303, \
24	{ \
25		0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 \
26	}\
27}
28
29#define TEE_SERVICE_TEST_DYNION \
30{ \
31	0x7f313b2a, \
32	0x68b9, \
33	0x4e92, \
34	{ \
35		0xac, 0xf9, 0x13, 0x3e, 0xbb, 0x54, 0xeb, 0x56 \
36	} \
37}
38#endif
39
40#define TEE_SECIDENTIFICATION1 \
41{ \
42	0x8780dda1, \
43	0xa49e, \
44	0x45f4, \
45	{ \
46		0x96, 0x97, 0xc7, 0xed, 0x9e, 0x38, 0x5e, 0x83 \
47	} \
48}
49
50#define TEE_SECIDENTIFICATION3 \
51{ \
52	0x335129cd, \
53	0x41fa, \
54	0x4b53, \
55	{ \
56		0x97, 0x97, 0x5c, 0xcb, 0x20, 0x2a, 0x52, 0xd4 \
57	} \
58}
59
60#define TEE_SERVICE_AI \
61{ \
62	0xf4a8816d, \
63	0xb6fb, \
64	0x4d4f, \
65	{ \
66		0xa2, 0xb9, 0x7d, 0xae, 0x57, 0x33, 0x13, 0xc0 \
67	} \
68}
69
70#define TEE_SERVICE_AI_TINY \
71{ \
72	0xc123c643, \
73	0x5b5b, \
74	0x4c9f, \
75	{ \
76		0x90, 0x98, 0xbb, 0x09, 0x56, 0x4d, 0x6e, 0xda \
77	} \
78}
79
80#define TEE_SERVICE_VCODEC \
81{ \
82	0x528822b7, \
83	0xfc78, \
84	0x466b, \
85	{ \
86		0xb5, 0x7e, 0x62, 0x09, 0x3d, 0x60, 0x34, 0xa7 \
87	} \
88}
89#endif