• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/i18n_lite",
3    "version": "1.0.0",
4    "description": "Provides internationalization APIS for implementing functions such as date and time formatting.",
5    "homePage": "https://gitee.com/openharmony/",
6    "license": "Apache V2",
7    "repository": "https://gitee.com/openharmony/global_i18n_lite",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "global"
15    ],
16    "keywords": [
17        "i18n",
18        "lite"
19    ],
20    "envs": [],
21    "dirs": [],
22    "author": {
23        "name": "",
24        "email": "",
25        "url": ""
26    },
27    "contributors": [
28        {
29            "name": "",
30            "email": "",
31            "url": ""
32        }
33    ],
34    "segment": {
35        "destPath": "base/global/i18n_lite"
36    },
37    "component": {
38        "name": "i18n_lite",
39        "subsystem": "global",
40        "features": [],
41        "adapted_system_type": [
42            "mini",
43            "small"
44        ],
45        "rom": "",
46        "ram": "",
47        "deps": {
48            "components": [ "utils_lite" ],
49            "third_party": [
50                "bounds_checking_function"
51            ]
52        },
53        "build": {
54            "sub_component": [
55                "//base/global/i18n_lite/frameworks/i18n:global_i18n",
56                "//base/global/i18n_lite/interfaces/kits:global_i18n_dat",
57                "//base/global/i18n_lite/interfaces/kits/js/builtin:nativeapi_locale_simulator"
58            ],
59            "inner_kits": [
60                {
61                    "name": "//base/global/i18n_lite/frameworks/i18n:global_i18n",
62                    "header": {
63                        "header_files": [
64                            "date_time_format.h",
65                            "locale_info.h",
66                            "number_format.h",
67                            "plural_format.h",
68                            "types.h",
69                            "week_info.h"
70                        ],
71                        "header_base": "//base/global/i18n_lite/interfaces/kits/i18n/zone/include"
72                    }
73                },
74                {
75                    "name": "//base/global/i18n_lite/interfaces/kits/js/builtin:nativeapi_locale_simulator",
76                    "header": {
77                        "header_files": [
78                            "locale_module.h"
79                        ],
80                        "header_base": "//base/global/i18n_lite/interfaces/kits/js/builtin/include"
81                    }
82                }
83            ],
84            "test": [
85                "//base/global/i18n_lite/frameworks/i18n/test:I18nTest"
86            ]
87        }
88    }
89}
90