You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
551 B
15 lines
551 B
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd.. 2012-2019. All rights reserved.
|
|
* Description: ssm version
|
|
* Author: sdk
|
|
* Create: 2019-04-13
|
|
*/
|
|
|
|
#ifndef __SSM_VERSION_H_
|
|
#define __SSM_VERSION_H_
|
|
|
|
static td_uchar g_ssm_ree_version[] = "Change-Id: Iaa301e6d588c2bfcb5957cb26b6321b46992413b 2022-07-18 14:58:37";
|
|
static td_uchar g_ssm_tee_version[] = "Change-Id: I0039ac8fe745d13c5295d6fb5c154ae657f7d39d 2022-07-13 09:55:57";
|
|
static td_uchar g_ssm_sa_version[] = "Change-Id: I606f431c8e5cfffac16176d4a81ff3b9c6ab7722 2022-04-26 14:42:58";
|
|
#endif
|