xref: /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sims_keepalive/include/ta_sims_keepalive_test.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright (c) 2019, Mentor Graphics Corporation
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 #ifndef TA_SIMS_KEEP_ALIVE_TEST_H
8 #define TA_SIMS_KEEP_ALIVE_TEST_H
9 
10 /* This UUID is generated with uuidgen */
11 #define TA_SIMS_KEEP_ALIVE_TEST_UUID { 0xa4c04d50, 0xf180, 0x11e8, \
12 	{ 0x8e, 0xb2, 0xf2, 0x80, 0x1f, 0x1b, 0x9f, 0xd1 } }
13 
14 #endif /* TA_SIMS_KEEP_ALIVE_TEST_H */
15