third_party_libbpf/bundle.json
wenlong_12 0bafe27ef3
添加依赖的三方部件名
Signed-off-by: wenlong_12 <wenlong12@huawei.com>
2023-06-29 12:31:21 +00:00

35 lines
818 B
JSON

{
"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": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": [
"elfio",
"zlib"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}