Files
third_party_libevdev/bundle.json
Yuanxinying 3827342931 update bundle.json.
format bundle.json

Signed-off-by: Yuanxinying <yuanxinying@huawei.com>
2023-05-23 10:32:26 +00:00

34 lines
936 B
JSON

{
"name": "@ohos/libevdev",
"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",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libevdev"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": ""
},
"component": {
"name": "thirdparty_libevdev",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}