1{ 2 "name": "@ohos/libevdev", 3 "description": "libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, et", 4 "version": "3.1", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libevdev" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "readmePath": { 14 "en": "" 15 }, 16 "component": { 17 "name": "libevdev", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ "standard" ], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [], 30 "inner_kits": [ 31 { 32 "name": "//third_party/libevdev:libevdev", 33 "header": { 34 "header_files": [ 35 "libevdev-int.h", 36 "libevdev-uinput-int.h", 37 "libevdev-uinput.h", 38 "libevdev-util.h", 39 "libevdev.h" 40 ], 41 "header_base": "//third_party/libevdev/libevdev" 42 } 43 } 44 ], 45 "test": [] 46 } 47 } 48}