From d8df5a549c014c4620b97f8b59eb1a5fc67f767c Mon Sep 17 00:00:00 2001 From: wangdengze Date: Sat, 1 Jul 2023 16:09:01 +0800 Subject: [PATCH] modify Lite to LITE Signed-off-by: wangdengze --- include/codec_config/syscap_define.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index b996e5c..ae50f82 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -292,7 +292,7 @@ typedef enum SystemCapabilityNum { SECURITY_HUKS_CORE, SECURITY_HUKS_EXTENSION, SENSORS_MISCDEVICE_LITE, - DISTRIBUTEDDATAMANAGER_PREFERENCES_CORE_Lite, + DISTRIBUTEDDATAMANAGER_PREFERENCES_CORE_LITE, // Add before here SYSCAP_BASIC_END = 500, } SyscapNum; @@ -331,7 +331,7 @@ const static SyscapWithNum g_arraySyscap[] = { DISTRIBUTEDDATAMANAGER_KVSTORE_DISTRIBUTEDKVSTORE}, {"SystemCapability.DistributedDataManager.KVStore.Lite", DISTRIBUTEDDATAMANAGER_KVSTORE_LITE}, {"SystemCapability.DistributedDataManager.Preferences.Core", DISTRIBUTEDDATAMANAGER_PREFERENCES_CORE}, - {"SystemCapability.DistributedDataManager.Preferences.Core.Lite", DISTRIBUTEDDATAMANAGER_PREFERENCES_CORE_Lite}, + {"SystemCapability.DistributedDataManager.Preferences.Core.Lite", DISTRIBUTEDDATAMANAGER_PREFERENCES_CORE_LITE}, {"SystemCapability.DistributedDataManager.RelationalStore.Core", DISTRIBUTEDDATAMANAGER_RELATIONALSTORE_CORE}, {"SystemCapability.DistributedHardware.DeviceManager", DISTRIBUTEDHARDWARE_DEVICEMANAGER}, {"SystemCapability.DistributedHardware.DistributedCamera", DISTRIBUTEDHARDWARE_DISTRIBUTEDCAMERA}, -- Gitee