• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/location_network",
3    "version": "3.1.0",
4    "description": "Network Location Capability in Location Services.",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache License 2.0",
7    "repository": "",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "segment": {
13        "destPath": "base/location/location_network"
14    },
15    "component": {
16        "name": "location_network",
17        "subsystem": "location",
18        "syscap": [
19            "SystemCapability.Location.Location"
20        ],
21        "features": [],
22        "adapted_system_type": [
23            "standard"
24        ],
25        "rom": "",
26        "ram": "",
27        "deps": {
28            "components": [
29                "ipc",
30                "ces_standard",
31                "hiviewdfx_hilog_native",
32                "appexecfwk_standard",
33                "hisysevent_native"
34            ],
35            "third_party": []
36        },
37        "build": {
38            "sub_component": [
39                "//base/location/location_network/network:lbsservice_network",
40                "//base/location/etc:etc",
41                "//base/location/profile:location_sa_profile"
42            ],
43            "test": []
44        }
45    }
46}