Files
yanghang 678ea3f962 fix: test case
Signed-off-by: yanghang <kongwei13@h-partners.com>
2025-08-11 10:23:57 +08:00

60 lines
1.3 KiB
JSON

{
"name": "@ohos/battery_lite",
"version": "3.1",
"description": "轻设备电池服务,提供电池和充放电状态查询服务。",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/powermgr_battery_lite",
"domain": "os",
"language": "",
"publishAs": "",
"private": false,
"scripts": {},
"envs": [],
"dirs": [
"base/powermgr/battery_lite"
],
"segment": {
"destPath": "base/powermgr/battery_lite"
},
"component": {
"name": "battery_lite",
"subsystem": "powermgr",
"syscap": [
"SystemCapability.PowerManager.BatteryManager.Lite"
],
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "22KB",
"ram": "~10KB",
"output": [
"libbatterymgr.so",
"libbatteryservice.so"
],
"deps": {
"components": [
"utils_lite",
"samgr_lite",
"ipc",
"hilog_lite"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//base/powermgr/battery_lite:batterymgr_lite",
"//base/powermgr/battery_lite/frameworks/js:ace_battery_kits"
],
"inner_kits": [],
"test": [
"//base/powermgr/battery_lite/test/Interface_test:unittest"
]
}
}
}