add SystemCapability lite

Signed-off-by: lee <lilong32@huawei.com>
This commit is contained in:
lee
2022-08-11 11:05:40 +08:00
parent bbe7f0557b
commit faeb1ecef6
+2
View File
@@ -193,6 +193,7 @@ typedef enum SystemCapabilityNum {
LOCATION_LOCATION_GEOFENCE,
LOCATION_LOCATION_GEOCODER,
LOCATION_LOCATION_LITE,
COMMUNICATION_BLUETOOTH_LITE,
// Add here
SYSCAP_NUM_MAX = 960
} SyscapNum;
@@ -211,6 +212,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.BundleManager.DistributedBundleFramework", BUNDLEMANAGER_DISTRIBUTEDBUNDLEFRAMEWORK},
{"SystemCapability.BundleManager.Zlib", BUNDLEMANAGER_ZLIB},
{"SystemCapability.Communication.Bluetooth.Core", COMMUNICATION_BLUETOOTH_CORE},
{"SystemCapability.Communication.Bluetooth.Lite", COMMUNICATION_BLUETOOTH_LITE},
{"SystemCapability.Communication.ConnectedTag", COMMUNICATION_CONNECTEDTAG},
{"SystemCapability.Communication.NetManager.Core", COMMUNICATION_NETMANAGER_CORE},
{"SystemCapability.Communication.NetManager.Extension", COMMUNICATION_NETMANAGER_EXTENSION},