• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/icu",
3    "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.",
4    "version": "3.1",
5    "license": "ICU,BSD 3-Clause",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/icu"
9    },
10    "dirs": [],
11    "scripts": {},
12    "component": {
13        "name": "icu",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": ["icu_support_locales"],
17        "adapted_system_type": [ "standard" ],
18        "rom": "",
19        "ram": "",
20        "deps": {
21            "components": [],
22            "third_party": []
23        },
24        "build": {
25            "sub_component": [
26                "//third_party/icu/icu4c:ohos_icudat",
27                "//third_party/icu/icu4c:shared_icuuc",
28                "//third_party/icu/icu4c:shared_icui18n"
29            ],
30            "inner_kits": [],
31            "test": []
32        }
33    }
34}
35