• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_base",
40        "samgr_lite",
41        "peripheral_input",
42        "ui_lite",
43        "ipc_single",
44        "bundle_framework_lite",
45        "ability_lite",
46        "hilog",
47        "window_manager_lite"
48      ],
49      "third_party": [
50        "bounds_checking_function"
51      ]
52    },
53    "build": {
54      "sub_component": [
55        "//base/powermgr/battery_lite:batterymgr_lite",
56        "//base/powermgr/battery_lite/frameworks/js:ace_battery_kits"
57      ],
58      "inner_kits": [],
59      "test": []
60    }
61  }
62}
63