1{
2    "name": "@ohos/libnl",
3    "description": "Providing APIs to netlink protocol based Linux kernel interfaces.",
4    "version": "1.0",
5    "license": "LGPL V2.1",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libnl"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "thirdparth/libnl-3.7.0/COPYING",
13    "readmePath":{
14        "en": "README.md",
15        "zh": "README_ZH.md"
16    },
17    "component": {
18        "name": "libnl",
19        "subsystem": "thirdparty",
20        "syscap": [],
21        "features": [],
22        "adapted_system_type": [ "standard" ],
23        "rom": "800KB",
24        "ram": "1600KB",
25        "deps": {
26            "components": [],
27            "third_party": []
28        },
29        "build": {
30            "sub_component": [],
31            "inner_kits": [
32                {
33                    "header": {
34                        "header_base": "//third_party/libnl/",
35                        "header_files": []
36                    },
37                    "name": "//third_party/libnl:libnl_share"
38                }
39            ],
40            "test": []
41        }
42    }
43}