Files
drivers_peripheral/power/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

32 lines
678 B
JSON
Executable File

{
"name": "drivers_peripheral_power",
"description": "power_hdf",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_power",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "981KB",
"ram": "6000KB",
"deps": {
"components": [
"hdf_core",
"hiviewdfx_hilog_native",
"ipc"
],
"third_part": [
"xml2"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/power:power_entry"
],
"inner_kits": []
}
}
}