mirror of
https://github.com/openharmony/base_location.git
synced 2026-08-25 12:24:02 -04:00
c506d1ad6e
Merge pull request !321 from 褚晨辉/sa-branch
108 lines
4.0 KiB
JSON
108 lines
4.0 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"hisysevent_config": [
|
|
"//base/location/services/location_locator/hisysevent.yaml"
|
|
],
|
|
"deps": {
|
|
"components": [
|
|
"core_service",
|
|
"ability_runtime",
|
|
"hisysevent_native",
|
|
"napi",
|
|
"samgr",
|
|
"ability_base",
|
|
"startup_l2",
|
|
"hiviewdfx_hilog_native",
|
|
"common_event_service",
|
|
"cellular_data",
|
|
"safwk",
|
|
"hilog_native",
|
|
"eventhandler",
|
|
"init",
|
|
"drivers_interface_location_agnss",
|
|
"os_account",
|
|
"i18n",
|
|
"utils_base",
|
|
"ipc",
|
|
"access_token",
|
|
"drivers_interface_location_gnss"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |