Files
third_party_libxml2/bundle.json
T
@ran-zhao-yu 1dde27f1b9 libxml2升级2.14.0
Signed-off-by: @ran-zhao-yu <ranzhaoyu1@huawei.com>
2025-05-14 16:25:58 +08:00

50 lines
1.5 KiB
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": "4.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": [ "mini", "small", "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [ "//third_party/libxml2:libxml2" ],
"inner_kits": [
{
"name": "//third_party/libxml2:libxml2",
"header": {
"header_files": [],
"header_base": "${root_gen_dir}/third_party/libxml2/libxml2-2.14.0/include"
}
},
{
"name": "//third_party/libxml2:static_libxml2",
"header": {
"header_files": [],
"header_base": "${root_gen_dir}/third_party/libxml2/libxml2-2.14.0/include"
}
}
],
"test": []
}
}
}