1 Star 0 Fork 363

褚晨辉/base_location_fuzztest

forked from OpenHarmony/base_location 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 4.14 KB
一键复制 编辑 原始数据 按行查看 历史
ruan-shaofei 提交于 2023-04-28 16:20 +08:00 . dependence optimize
{
"name": "@ohos/location",
"version": "3.1.0",
"description": "Location service, providing location and geocoding capabilities.",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"repository": "",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"segment": {
"destPath": "base/location"
},
"component": {
"name": "location",
"subsystem": "location",
"syscap": [
"SystemCapability.Location.Location.Core",
"SystemCapability.Location.Location.Gnss",
"SystemCapability.Location.Location.Geofence",
"SystemCapability.Location.Location.Geocoder",
"SystemCapability.Location.Location.Lite"
],
"features": [
"location_feature_with_geocode",
"location_feature_with_gnss",
"location_feature_with_network",
"location_feature_with_passive",
"location_feature_with_jsstack"
],
"adapted_system_type": [
"standard"
],
"rom": "1769KB",
"ram": "8458KB",
"hisysevent_config": [
"//base/location/services/location_locator/hisysevent.yaml"
],
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"bundle_framework",
"cellular_data",
"common_event_service",
"core_service",
"c_utils",
"data_share",
"drivers_interface_location_agnss",
"drivers_interface_location_gnss",
"eventhandler",
"hdf_core",
"hisysevent_native",
"hiview",
"hiviewdfx_hilog_native",
"i18n",
"init",
"ipc",
"multimedia_image_framework",
"napi",
"os_account",
"relational_store",
"safwk",
"samgr"
],
"third_party": [
"libuv"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//base/location/frameworks/native:locator_sdk",
"//base/location/frameworks/js/napi:geolocation",
"//base/location/frameworks/js/napi:geolocationmanager",
"//base/location/frameworks/location_common/common:lbsservice_common"
],
"service_group": [
"//base/location/services/location_geocode/geocode:lbsservice_geocode",
"//base/location/services/location_gnss/gnss:lbsservice_gnss",
"//base/location/services/location_locator/locator:lbsservice_locator",
"//base/location/services/location_network/network:lbsservice_network",
"//base/location/services/location_passive/passive:lbsservice_passive",
"//base/location/services/etc:etc",
"//base/location/sa_profile:location_sa_profile"
]
},
"inner_kits": [
{
"header" : {
"header_base": "//base/location/interfaces/inner_api/include",
"header_files": [
"locator_impl.h"
]
},
"name" : "//base/location/frameworks/native:locator_sdk"
}
],
"test": [
"//base/location/test/location_common:unittest",
"//base/location/test/location_geocode:unittest",
"//base/location/test/location_gnss:unittest",
"//base/location/test/location_locator:unittest",
"//base/location/test/location_network:unittest",
"//base/location/test/location_passive:unittest",
"//base/location/test/fuzztest:fuzztest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pikachu1212/base_location_fuzztest.git
git@gitee.com:pikachu1212/base_location_fuzztest.git
pikachu1212
base_location_fuzztest
base_location_fuzztest
master

搜索帮助