Merge branch 'master' of gitee.com:openharmony/developtools_syscap_codec into master

Signed-off-by: wangdengze <wangdengze@huawei.com>
This commit is contained in:
wangdengze
2023-06-30 08:05:27 +00:00
committed by Gitee
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
],
"third_party": [
"bounds_checking_function",
"cjson"
"cJSON"
]
},
"build": {
+2
View File
@@ -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