5 Star 0 Fork 17

OpenHarmony/third_party_libbpf

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
bundle.json 1.06 KB
Copy Edit Raw Blame History
ganchuantao authored 2024-10-23 12:07 . 适配zlib修改
{
"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": [ "zlib" ],
"third_party": [ "elfio" ]
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name":"//third_party/libbpf:libbpf",
"header":{
"header_files":[ "libbpf.h" ],
"header_base":"//third_party/libbpf/src"
}
}
],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_libbpf.git
git@gitee.com:openharmony/third_party_libbpf.git
openharmony
third_party_libbpf
third_party_libbpf
master

Search