mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-21 07:45:27 -04:00
13f82a3d01
Signed-off-by: zhanghaibo <zhanghaibo0@huawei.com> Change-Id: I75e67e6493b0976f67a49bd7c6ad894f6610232d
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/elfutils",
|
|
"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.",
|
|
"version": "4.0",
|
|
"license": "LGPL V2.1,LGPL V3 or GPL v2",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/elfutils"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING-LGPLV3",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "elfutils",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//third_party/elfutils/libdw",
|
|
"header_files": [
|
|
"libdw.h"
|
|
]
|
|
},
|
|
"name": "//third_party/elfutils:libdw_static"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|