mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
8a776c5565
Signed-off-by: “wangyipeng” <wangyipeng11@huawei.com>
36 lines
745 B
JSON
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": [
|
|
]
|
|
}
|
|
}
|
|
}
|