forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-06-12 22f2094bc421ab4159aec033f44a0aa239ac8e20
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2019, Mentor Graphics Corporation
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */
 
#ifndef TA_SIMS_KEEP_ALIVE_TEST_H
#define TA_SIMS_KEEP_ALIVE_TEST_H
 
/* This UUID is generated with uuidgen */
#define TA_SIMS_KEEP_ALIVE_TEST_UUID { 0xa4c04d50, 0xf180, 0x11e8, \
   { 0x8e, 0xb2, 0xf2, 0x80, 0x1f, 0x1b, 0x9f, 0xd1 } }
 
#endif /* TA_SIMS_KEEP_ALIVE_TEST_H */