Files
drivers_peripheral/usb/bundle.json
T
2024-01-19 17:59:09 +08:00

53 lines
1.3 KiB
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"
],
"hisysevent_config": [
"//drivers/peripheral/usb/hisysevent.yaml"
],
"syscap": [],
"adapted_system_type": [
"standard",
"small"
],
"rom": "1800KB",
"ram": "1200KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hilog",
"hilog_lite",
"samgr",
"init",
"hitrace",
"c_utils",
"drivers_interface_usb",
"hisysevent"
],
"third_party": []
},
"build": {
"sub_component": [
"//drivers/peripheral/usb:usb_entry"
],
"test": [
"//drivers/peripheral/usb/test:hdf_test_usb"
],
"inner_kits": []
}
}
}