1{ 2 "name": "@ohos/drivers_peripheral_usb", 3 "description": "usb device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/usb" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_usb", 14 "subsystem": "hdf", 15 "features": ["drivers_peripheral_usb_feature_linux_native_model"], 16 "syscap": [ "" ], 17 "adapter_system_type": ["standard", "small"], 18 "rom": "820KB", 19 "ram": "12200KB", 20 "deps": { 21 "components": [ 22 "ipc", 23 "hdf_core", 24 "hiviewdfx_hilog_native", 25 "utils_base" 26 ], 27 "third_party": [ 28 "bounds_checking_function" 29 ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//drivers/peripheral/usb:usb_entry" 34 ], 35 "test": [ 36 "//drivers/peripheral/usb/test:hdf_test_usb" 37 ], 38 "inner_kits": [ 39 ] 40 } 41 } 42} 43