Files
drivers_peripheral/battery/bundle.json
T
toutes a64c6bcedf build: Modify the component name
Signed-off-by: toutes <zhaoruiyuan2@huawei.com>
Change-Id: I16b7ad89b7883eb207fa03ca7511ef143ab6cf40
2022-06-21 20:20:00 -07:00

40 lines
972 B
JSON

{
"name": "drivers_peripheral_battery",
"description": "battery hdf",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_battery",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "600KB",
"ram": "7400KB",
"deps": {
"components": [
"base",
"hdf_core",
"libhilog",
"ipc_single"
],
"third_part": [
"gmock_main",
"gtest_main",
"jsoncpp"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/battery:battery_entry",
"//drivers/peripheral/battery/charger:charger_group",
"//drivers/peripheral/battery/charger:led_service",
"//drivers/peripheral/battery/charger:resources_service"
],
"test": [
"//drivers/peripheral/battery/interfaces/hdi_service/test:unittest"
],
"inner_kits": []
}
}
}