Files
drivers_peripheral/usb/bundle.json
T
2022-09-11 19:13:38 -07:00

43 lines
946 B
JSON

{
"name": "@ohos/drivers_peripheral_usb",
"description": "usb device driver",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/usb"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_usb",
"subsystem": "hdf",
"features": ["drivers_peripheral_usb_feature_linux_native_model"],
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "820KB",
"ram": "12200KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/usb:usb_entry"
],
"test": [
"//drivers/peripheral/usb/test:hdf_test_usb"
],
"inner_kits": [
]
}
}
}