1{ 2 "name": "@ohos/libbpf", 3 "description": "Libbpf is a set of tools for building BPF applications", 4 "version": "1.3.4", 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": [ 25 "elfio", 26 "zlib" 27 ] 28 }, 29 "build": { 30 "sub_component": [], 31 "inner_kits": [ 32 { 33 "name":"//third_party/libbpf:libbpf", 34 "header":{ 35 "header_files":[ "libbpf.h" ], 36 "header_base":"//third_party/libbpf/src" 37 } 38 } 39 ], 40 "test": [] 41 } 42 } 43} 44