diff --git a/bundle.json b/bundle.json index c807cc6..a84b959 100644 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ ], "third_party": [ "bounds_checking_function", - "cjson" + "cJSON" ] }, "build": { diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 555f45e..b996e5c 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -291,6 +291,7 @@ typedef enum SystemCapabilityNum { HIVIEWDFX_HIVIEW_LOGLIBRARY, SECURITY_HUKS_CORE, SECURITY_HUKS_EXTENSION, + SENSORS_MISCDEVICE_LITE, DISTRIBUTEDDATAMANAGER_PREFERENCES_CORE_Lite, // Add before here SYSCAP_BASIC_END = 500, @@ -566,6 +567,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.Driver.USB.Extension", DRIVER_USB_EXTENSION}, {"SystemCapability.Security.Huks.Core", SECURITY_HUKS_CORE}, {"SystemCapability.Security.Huks.Extension", SECURITY_HUKS_EXTENSION}, + {"SystemCapability.Sensors.MiscDevice.Lite", SENSORS_MISCDEVICE_LITE}, }; #ifdef __cplusplus