mirror of
https://github.com/openharmony/third_party_libnl.git
synced 2026-07-18 17:24:41 -04:00
feat:add libnl bundle.json
Signed-off-by: weiqian <weiqian22@huawei.com>
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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": "thirdparty_libnl",
|
||||
"subsystem": "wpa_supplicant-2.9",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [ "standard" ],
|
||||
"rom": "800kb",
|
||||
"ram": "1600kb",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user