From 2fe4ea580934e787984e6efd02b3e7bd0eaf25ce Mon Sep 17 00:00:00 2001 From: wangxingboo Date: Wed, 23 Oct 2024 15:20:36 +0800 Subject: [PATCH] fix codex Signed-off-by: wangxingboo --- include/codec_config/syscap_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 13f4b5a..9e6b468 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -368,9 +368,9 @@ typedef enum SystemCapabilityNum { SECURITY_CRYPTOFRAMEWORK_RAND, COMMUNICATION_NETMANAGER_WEARABLE_DISTRIBUTED_NET, GLOBAL_FONTMANAGER, + TELEPHONY_CORESERVICE_ESIM, // Add before here SYSCAP_BASIC_END = 500, - TELEPHONY_CORESERVICE_ESIM, } SyscapNum;