Files
third_party_libnl/bundle.json
Bruin06 ef5fd49261 libnl3_11_0
Signed-off-by: Bruin06 <419738327@qq.com>
Signed-off-by: Bruin06 <15325335+bruin06@user.noreply.gitee.com>
2025-09-03 10:00:20 +08:00

43 lines
1.2 KiB
JSON

{
"name": "@ohos/libnl",
"description": "Providing APIs to netlink protocol based Linux kernel interfaces.",
"version": "1.0",
"license": "LGPL V2.1",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libnl"
},
"dirs": {},
"scripts": {},
"licensePath": "thirdparth/libnl-libnl3.11.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": [
{
"header": {
"header_base": "//third_party/libnl/",
"header_files": []
},
"name": "//third_party/libnl:libnl_share"
}
],
"test": []
}
}
}