• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/libinput",
3    "description": "libinput is a library that provides a full input stack for display servers and other applications that need to handle input devices provided by the kernel",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libinput"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "component": {
14        "name": "libinput",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [ "standard" ],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [],
23            "third_party": [
24              "libevdev",
25              "mtdev"
26            ]
27        },
28        "build": {
29            "sub_component": [],
30            "inner_kits": [],
31            "test": []
32        }
33    }
34}