mirror of
https://github.com/openharmony/third_party_libabigail.git
synced 2026-07-01 06:09:52 -04:00
4b50fa39d9
https://gitcode.com/openharmony/third_party_libabigail/issues/21 Signed-off-by: hosted <chenyadong18@huawei.com>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@ohos/libabigail",
|
|
"description": "The libabigail package aims at constructing, manipulating, serializing and de-serializing ABI-relevant artifacts.",
|
|
"version": "2.2",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/libabigail"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "LICENSE.txt",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "libabigail",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"elfutils",
|
|
"libxml2"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/libabigail:libabigail-tools_host_toolchain"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|