1{
2    "name": "@ohos/eudev",
3    "description": "This git repo is a fork of git://anongit.freedesktop.org/systemd/systemd with the aim of isolating udev from any particular flavor of system initialization. In this case, the isolation is from systemd",
4    "version": "3.1",
5    "license": "GPL V2.0/LGPL V2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/eudev"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "readmePath": {
14        "en": ""
15    },
16    "component": {
17        "name": "eudev",
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                "header": {
33                    "header_base": "//third_party/eudev",
34                    "header_files": ""
35                },
36                "name": "//third_party/eudev:libudev"
37            }
38        ],
39            "test": []
40        }
41    }
42}
43