third_party_icu/bundle.json
pjscc 710947a61b add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-20 10:11:10 +08:00

31 lines
878 B
JSON

{
"name": "@ohos/icu",
"description": "ICU is a mature, widely used set of portable C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). The packages are mirrors of the main website.",
"version": "3.1",
"license": "ICU,BSD 3-Clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/icu"
},
"dirs": {},
"scripts": {},
"licensePath": "icu4c/LICENSE",
"component": {
"name": "thirdparty_icu",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}