Files
third_party_expat/bundle.json
T
Amber 4ed08f2d99 update expat step2
Signed-off-by: Amber <lvang3@huawei.com>
2026-04-24 02:57:40 +00:00

42 lines
989 B
JSON

{
"name": "@ohos/expat",
"description": "Expat is an XML parser library",
"version": "7.0",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/expat"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README"
},
"component": {
"name": "expat",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/expat:expat"
],
"inner_kits": [
{
"name": "//third_party/expat:expat"
},
{
"name": "//third_party/expat:expat_static"
}
],
"test": []
}
}
}