18 Star 22 Fork 272

OpenHarmony / base_location

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 5.70 KB
一键复制 编辑 原始数据 按行查看 历史
smilebear 提交于 2024-06-17 11:05 . 注入参考位置和参考时间
{
"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",
"background_task_mgr",
"bundle_framework",
"call_manager",
"cellular_data",
"common_event_service",
"core_service",
"c_utils",
"data_share",
"drivers_interface_location_agnss",
"drivers_interface_location_gnss",
"drivers_interface_location_geofence",
"eventhandler",
"form_fwk",
"hdf_core",
"hisysevent",
"hiview",
"hilog",
"i18n",
"init",
"ipc",
"napi",
"os_account",
"relational_store",
"resource_schedule_service",
"safwk",
"samgr",
"sms_mms",
"wifi",
"bluetooth",
"distributed_notification_service",
"image_framework",
"movement",
"device_standby",
"time_service"
],
"third_party": [
"libuv"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//base/location/frameworks/native/locator_sdk:locator_sdk",
"//base/location/frameworks/js/napi:geolocation",
"//base/location/frameworks/js/napi:geolocationmanager",
"//base/location/frameworks/location_common/common:lbsservice_common",
"//base/location/frameworks/native/locator_agent:locator_agent",
"//base/location/frameworks/native/geofence_sdk:geofence_sdk"
],
"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:locator_sdk"
},
{
"header": {
"header_base": "//base/location/interfaces/inner_api/include",
"header_files": []
},
"name": "//base/location/frameworks/location_common/common:lbsservice_common"
},
{
"header": {
"header_base": "//base/location/interfaces/inner_api/include",
"header_files": []
},
"name": "//base/location/frameworks/native/locator_agent:locator_agent"
},
{
"header": {
"header_base": "//base/location/interfaces/inner_api/include",
"header_files": []
},
"name": "//base/location/frameworks/native/geofence_sdk:geofence_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/location_mock_ipc:unittest",
"//base/location/test/fuzztest:fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/base_location.git
git@gitee.com:openharmony/base_location.git
openharmony
base_location
base_location
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891