summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2023-05-25 17:37:05 +0800
committerJun Nie <jun.nie@linaro.org>2023-06-12 16:35:18 +0800
commit9dedb4266f8b762046e7b2ae23cc6b07802f2201 (patch)
tree75ba45fd9755ec45e28040581b24cb97129eca06
parent87a71da95949a57bfb6e1f452414dc20f435043b (diff)
ssl_client: change guid to avoid conflict with hello world
Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--ssl_client/ta/Android.mk2
-rw-r--r--ssl_client/ta/Makefile2
-rw-r--r--ssl_client/ta/include/ssl_client_ta.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/ssl_client/ta/Android.mk b/ssl_client/ta/Android.mk
index a1ff14a..edd9065 100644
--- a/ssl_client/ta/Android.mk
+++ b/ssl_client/ta/Android.mk
@@ -1,4 +1,4 @@
LOCAL_PATH := $(call my-dir)
-local_module := 8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta
+local_module := 8bbbf200-2450-11e4-abe2-0002a5d5c53c.ta
include $(BUILD_OPTEE_MK)
diff --git a/ssl_client/ta/Makefile b/ssl_client/ta/Makefile
index 1891973..30cc102 100644
--- a/ssl_client/ta/Makefile
+++ b/ssl_client/ta/Makefile
@@ -2,7 +2,7 @@ CFG_TEE_TA_LOG_LEVEL ?= 4
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
# The UUID for the Trusted Application
-BINARY=8aaaf200-2450-11e4-abe2-0002a5d5c51b
+BINARY=8bbbf200-2450-11e4-abe2-0002a5d5c53c
-include $(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk
diff --git a/ssl_client/ta/include/ssl_client_ta.h b/ssl_client/ta/include/ssl_client_ta.h
index 65e1fdb..9e1c75a 100644
--- a/ssl_client/ta/include/ssl_client_ta.h
+++ b/ssl_client/ta/include/ssl_client_ta.h
@@ -33,8 +33,8 @@
* the ITU-T UUID generator at http://www.itu.int/ITU-T/asn1/uuid.html
*/
#define TA_SSL_CLIENT_UUID \
- { 0x8aaaf200, 0x2450, 0x11e4, \
- { 0xab, 0xe2, 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b} }
+ { 0x8bbbf200, 0x2450, 0x11e4, \
+ { 0xab, 0xe2, 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x3c} }
/* The function IDs implemented in this TA */
#define TA_SSL_CLIENT_CMD_INC_VALUE 0