mirror of
https://github.com/openharmony/third_party_expat.git
synced 2026-07-01 08:12:30 -04:00
4ed08f2d99
Signed-off-by: Amber <lvang3@huawei.com>
42 lines
989 B
JSON
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": []
|
|
}
|
|
}
|
|
} |