提交 f7de9467 编写于 作者: O openharmony_ci 提交者: Gitee

!203 添加L0 和 L1电量查询接口

Merge pull request !203 from zhaoruiyuan/master
......@@ -11,7 +11,48 @@
],
"rom": "22KB",
"ram": "~10KB",
"output": [],
"output": [
"libpowermgr.so",
"libpowermgrservice.so"
],
"adapted_kernel": [
"liteos_a",
"liteos_m",
"linux"
],
"features": [],
"deps": {
"components": [
"utils_base",
"samgr_lite",
"peripheral_input",
"ui",
"ipc_lite",
"aafwk_lite",
"appexecfwk_lite",
"hilog",
"wms"
],
"third_party": [
"bounds_checking_function"
]
}
},
{
"component": "battery_lite",
"optional": "true",
"dirs": [
"base/powermgr/battery_lite"
],
"targets": [
"//base/powermgr/battery_lite:batterymgr_lite"
],
"rom": "22KB",
"ram": "~10KB",
"output": [
"libbatterymgr.so",
"libbatteryservice.so"
],
"adapted_kernel": [
"liteos_a",
"liteos_m",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册