• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/drivers_interface_lpfence_cellbatching",
3    "description": "low power fence cell batching device driver interface",
4    "version": "4.0",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "drivers/interface/location/lpfence/cellbatching"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "drivers_interface_lpfence_cellbatching",
14      "subsystem": "hdf",
15      "syscap": [ "SystemCapability.Location.Location.Geofence" ],
16      "adapted_system_type": ["standard"],
17      "rom": "256KB",
18      "ram": "512KB",
19      "deps": {
20        "components": [
21          "ipc",
22          "hdf_core",
23          "hilog",
24          "c_utils"
25        ],
26        "third_party": []
27      },
28      "build": {
29        "sub_component": [
30          "//drivers/interface/location/lpfence/cellbatching/v1_0:lpfence_cellbatching_idl_target"
31        ],
32        "test": [
33        ],
34        "inner_kits": [
35          {
36            "name": "//drivers/interface/location/lpfence/cellbatching/v1_0:liblpfence_cellbatching_proxy_1.0",
37            "header": {
38              "header_files": [
39              ],
40              "header_base": "//drivers/interface/location/lpfence/cellbatching"
41            }
42          },
43          {
44            "name": "//drivers/interface/location/lpfence/cellbatching/v1_0:lpfence_cellbatching_idl_headers",
45            "header": {
46              "header_files": [
47              ],
48              "header_base": "//drivers/interface/location/lpfence/cellbatching"
49            }
50          }
51        ]
52      }
53    }
54  }