• 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": ["libinput_feature_pen"],
18        "adapted_system_type": [ "standard" ],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [
23              "libevdev",
24              "mtdev",
25              "hilog",
26              "input"
27            ],
28            "third_party": []
29        },
30        "build": {
31            "sub_component": [],
32            "inner_kits": [
33              {
34                "name": "//third_party/libinput:libinput-third-mmi"
35              }
36            ],
37            "test": []
38        }
39    }
40}