Files
third_party_libabigail/bundle.json
T

39 lines
1005 B
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"
],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/libabigail:libabigail-tools_host_toolchain"
],
"inner_kits": [],
"test": []
}
}
}