Files
third_party_libxml2/bundle.json
zt147369 2b8521e650 编译规范整改
Signed-off-by: zt147369 <zhangting201@huawei.com>
2023-05-22 12:00:26 +00:00

35 lines
904 B
JSON

{
"name": "@ohos/libxml2",
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libxml2"
},
"dirs": {},
"scripts": {},
"licensePath": "Copyright",
"readmePath": {
"en": "README.md"
},
"component": {
"name": "libxml2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": [ "zlib" ]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}