1{
2  "name": "@ohos/battery_lite",
3  "version": "3.1",
4  "description": "轻设备电池服务,提供电池和充放电状态查询服务。",
5  "homePage": "https://gitee.com/openharmony",
6  "license": "Apache License 2.0",
7  "repository": "https://gitee.com/openharmony/powermgr_battery_lite",
8  "domain": "os",
9  "language": "",
10  "publishAs": "",
11  "private": false,
12  "scripts": {},
13  "envs": [],
14  "dirs": [
15    "base/powermgr/battery_lite"
16  ],
17  "segment": {
18    "destPath": "base/powermgr/battery_lite"
19  },
20  "component": {
21    "name": "battery_lite",
22    "subsystem": "powermgr",
23    "syscap": [
24      "SystemCapability.PowerManager.BatteryManager.Lite"
25    ],
26    "features": [],
27    "adapted_system_type": [
28      "mini",
29      "small"
30    ],
31    "rom": "22KB",
32    "ram": "~10KB",
33    "output": [
34      "libbatterymgr.so",
35      "libbatteryservice.so"
36    ],
37    "deps": {
38      "components": [
39        "utils_lite",
40        "samgr_lite",
41        "ipc",
42        "hilog_lite"
43      ],
44      "third_party": [
45        "bounds_checking_function"
46      ]
47    },
48    "build": {
49      "sub_component": [
50        "//base/powermgr/battery_lite:batterymgr_lite",
51        "//base/powermgr/battery_lite/frameworks/js:ace_battery_kits"
52      ],
53      "inner_kits": [],
54      "test": []
55    }
56  }
57}
58