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": [], 25 "third_party": [ 26 "elfio", 27 "zlib" 28 ] 29 }, 30 "build": { 31 "sub_component": [], 32 "inner_kits": [ 33 { 34 "name":"//third_party/libbpf:libbpf", 35 "header":{ 36 "header_files":[ "libbpf.h" ], 37 "header_base":"//third_party/libbpf/src" 38 } 39 } 40 ], 41 "test": [] 42 } 43 } 44} 45