Files
base_location/bundle.json
liu-binjun e4f2821f65 Realize component requirements
Signed-off-by: liu-binjun <liubinjun@huawei.com>
2022-05-16 21:23:58 +08:00

58 lines
2.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/location"
},
"component": {
"name": "location",
"subsystem": "location",
"syscap": [
"SystemCapability.Location.Location"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"hisysevent_config": [
"//base/location/services/location_locator/hisysevent.yaml"
],
"deps": {
"components": [
"ipc",
"common_event_service",
"hiviewdfx_hilog_native",
"access_token"
],
"third_party": []
},
"build": {
"sub_component": [
"//base/location/frameworks/native:locator_sdk",
"//base/location/frameworks/js/napi:geolocation",
"//base/location/frameworks/location_common/common:lbsservice_common",
"//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"
],
"test": [
"//base/location/test/location_locator:unittest",
"//base/location/test/location_geocode:unittest"
]
}
}
}