mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-23 18:19:50 +00:00
8a853e8111
Signed-off-by: weiqian <weiqian22@huawei.com>
35 lines
900 B
JSON
35 lines
900 B
JSON
{
|
|
"name": "@ohos/libnl",
|
|
"description": "Providing APIs to netlink protocol based Linux kernel interfaces.",
|
|
"version": "4.0",
|
|
"license": "LGPL V2.1",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/libnl"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "thirdparth/libnl-3.5.0/COPYING",
|
|
"readmePath":{
|
|
"en": "README.md",
|
|
"zh": "README_ZH.md"
|
|
},
|
|
"component": {
|
|
"name": "libnl",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "800KB",
|
|
"ram": "1600KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |