• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_battery",
3  "description": "battery hdf",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/battery"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_battery",
14    "subsystem": "hdf",
15    "adapted_system_type": ["standard", "small"],
16    "rom": "600KB",
17    "ram": "7400KB",
18    "deps": {
19      "components": [
20        "c_utils",
21        "config_policy",
22        "drivers_interface_battery",
23        "drivers_interface_light",
24        "hdf_core",
25        "hilog",
26        "ipc"
27      ],
28      "third_party": [
29        "jsoncpp"
30      ]
31    },
32    "build": {
33      "sub_component": [
34        "//drivers/peripheral/battery:battery_entry"
35      ],
36      "test": [
37        "//drivers/peripheral/battery/interfaces/hdi_service/test:unittest",
38        "//drivers/peripheral/battery/interfaces/hdi_service/test:systemtest",
39        "//drivers/peripheral/battery/interfaces/hdi_service/test:fuzzer"
40      ],
41      "inner_kits": []
42    }
43  }
44}
45