4 Star 0 Fork 32

网关路由器共建项目/third_party_elfutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
liliaoyuan 提交于 2025-04-09 16:37 +08:00 . 问题根因:适配oh5.0小型系统。
{
"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": [ "small","standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [
"zlib",
"musl-fts"
],
"third_party": [
"zlib",
"musl-fts"
]
},
"build": {
"sub_component": [],
"inner_kits": [
{
"header": {
"header_base": "//third_party/elfutils/libdw",
"header_files": [
"libdw.h"
]
},
"name": "//third_party/elfutils:libdw_static"
},
{
"name": "//third_party/elfutils:libelf"
},
{
"name": "//third_party/elfutils:libdw"
}
],
"test": []
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cooperation-teams-gateway/third_party_elfutils.git
git@gitee.com:cooperation-teams-gateway/third_party_elfutils.git
cooperation-teams-gateway
third_party_elfutils
third_party_elfutils
OpenHarmony-5.0.0-Release

搜索帮助