mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
fa2cf0a9d6
Signed-off-by: wu <wuzhimin8@huawei.com>
43 lines
946 B
JSON
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": [
|
|
]
|
|
}
|
|
}
|
|
}
|