• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/libnl",
3    "description": "Providing APIs to netlink protocol based Linux kernel interfaces.",
4    "version": "4.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.5.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            "test": []
33        }
34    }
35}