Files
third_party_libabigail/bundle.json
T
zhanghaibo 3cf1e522c9 fix review issue
Signed-off-by: zhanghaibo <zhanghaibo0@huawei.com>
2023-03-01 15:25:05 +08:00

35 lines
865 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": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}