third_party_libbpf/bundle.json

45 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@ohos/libbpf",
"description": "Libbpf is a set of tools for building BPF applications",
"version": "Release_0.7.0",
"license": "BSD-2-Clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libbpf"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE.BSD-2-Clause",
"component": {
"name": "libbpf",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": [
"elfio",
"zlib"
]
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name":"//third_party/libbpf:libbpf",
"header":{
"header_files":[ "libbpf.h" ],
"header_base":"//third_party/libbpf/src"
}
}
],
"test": []
}
}
}