mirror of
https://github.com/openharmony/base_location.git
synced 2026-08-24 22:31:51 -04:00
ec28e0da37
Description:ces_standard change to common_event_service Sig: SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: liqiang <liqiang121@huawei.com> Change-Id: I42aa5038370f69a3ec388a9f7ac72ad7c496002c
46 lines
1.3 KiB
JSON
46 lines
1.3 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": "",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"common_event_service",
|
|
"hiviewdfx_hilog_native",
|
|
"access_token"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/location/interfaces/innerkits/locator_standard:locator_sdk",
|
|
"//base/location/interfaces/innerkits/napi:geolocation",
|
|
"//base/location/etc:etc",
|
|
"//base/location/profile:location_sa_profile"
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |