xref: /third_party/libbpf/bundle.json (revision 7c2aad20)
1{
2    "name": "@ohos/libbpf",
3    "description": "Libbpf is a set of tools for building BPF applications",
4    "version": "Release_0.7.0",
5    "license": "BSD-2-Clause",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libbpf"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE.BSD-2-Clause",
13    "component": {
14        "name": "libbpf",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [ "zlib" ],
25            "third_party": [ "elfio" ]
26        },
27        "build": {
28            "sub_component": [],
29            "inner_kits": [
30                {
31                    "name":"//third_party/libbpf:libbpf",
32                    "header":{
33                        "header_files":[ "libbpf.h" ],
34                        "header_base":"//third_party/libbpf/src"
35                    }
36                }
37            ],
38            "test": []
39        }
40    }
41}
42