Files
third_party_libxml2/bundle.json
chencheng31 553a1126d1 修改子系统名称,部件名
Signed-off-by: chencheng31 <chencheng8@huawei.com>
2022-05-11 15:35:27 +08:00

35 lines
893 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"
},
"component": {
"name": "libxml2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}