Files
drivers_peripheral/power/bundle.json
T
2022-08-30 16:29:50 +08:00

38 lines
822 B
JSON
Executable File

{
"name": "@ohos/drivers_peripheral_power",
"description": "power_hdf",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/power"
},
"dirs": {},
"scripts": {},
"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_party": [
"xml2"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/power:power_entry"
],
"inner_kits": []
}
}
}