third_party_libbpf/bundle.json
Chenshi d971be5f23
update bundle.json.
Signed-off-by: Chenshi <chenshi51@huawei.com>
2022-11-23 06:37:49 +00:00

32 lines
757 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": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}