1{ 2 "name": "@ohos/drivers_peripheral_input", 3 "description": "input device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/input" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_input", 14 "subsystem": "hdf", 15 "features": [ 16 "drivers_peripheral_input_feature_model", 17 "drivers_peripheral_input_feature_udriver" 18 ], 19 "syscap": [ "" ], 20 "adapter_system_type": ["standard", "small"], 21 "rom": "630KB", 22 "ram": "7600KB", 23 "deps": { 24 "components": [ 25 "ipc", 26 "hdf_core", 27 "hiviewdfx_hilog_native", 28 "graphic_standard", 29 "utils_base" 30 ], 31 "third_party": [ 32 "bounds_checking_function", 33 "googletest" 34 ] 35 }, 36 "build": { 37 "sub_component": [ 38 "//drivers/peripheral/input:input_entry" 39 ], 40 "test": [ 41 "//drivers/peripheral/input/test:hdf_test_input" 42 ], 43 "inner_kits": [ 44 { 45 "name": "//drivers/peripheral/input/hal:hdi_input", 46 "header": { 47 "header_files": [ 48 "input_controller.h", 49 "input_manager.h", 50 "input_reporter.h", 51 "input_type.h" 52 ], 53 "header_base": "//drivers/peripheral/input/interfaces/include" 54 } 55 } 56 ] 57 } 58 } 59} 60