1{ 2 "name": "@ohos/elfutils", 3 "description": "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux.", 4 "version": "4.0", 5 "license": "LGPL V2.1,LGPL V3 or GPL v2", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/elfutils" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING-LGPLV3", 13 "readmePath": { 14 "en": "README" 15 }, 16 "component": { 17 "name": "elfutils", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [], 30 "inner_kits": [ 31 { 32 "header": { 33 "header_base": "//third_party/elfutils/libdw", 34 "header_files": [ 35 "libdw.h" 36 ] 37 }, 38 "name": "//third_party/elfutils:libdw_static" 39 } 40 ], 41 "test": [] 42 } 43 } 44} 45