mirror of
https://github.com/openharmony/third_party_libxml2.git
synced 2026-08-24 15:25:46 -04:00
1dde27f1b9
Signed-off-by: @ran-zhao-yu <ranzhaoyu1@huawei.com>
50 lines
1.5 KiB
JSON
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": []
|
|
}
|
|
}
|
|
}
|