Files
drivers_peripheral/usb/bundle.json
T
“wangyipeng” 8a776c5565 IDL standardization for usb HDI
Signed-off-by: “wangyipeng” <wangyipeng11@huawei.com>
2022-07-22 19:24:58 +08:00

36 lines
745 B
JSON

{
"name": "drivers_peripheral_usb",
"description": "usb device driver",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_usb",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "820KB",
"ram": "12200KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_part": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/usb:usb_entry"
],
"test": [
"//drivers/peripheral/usb/test:hdf_test_usb"
],
"inner_kits": [
]
}
}
}