• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [],
23            "third_party": [
24              "elfio",
25              "zlib"
26            ]
27        },
28        "build": {
29            "sub_component": [],
30            "inner_kits": [],
31            "test": []
32        }
33    }
34}
35