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            "i18n_lite_support_i18n_product"
42        ],
43        "adapted_system_type": [
44            "mini",
45            "small"
46        ],
47        "rom": "",
48        "ram": "",
49        "deps": {
50            "components": [ "utils_lite" ],
51            "third_party": [
52                "bounds_checking_function"
53            ]
54        },
55        "build": {
56            "sub_component": [
57                "//base/global/i18n_lite/frameworks/i18n:global_i18n",
58                "//base/global/i18n_lite/interfaces/kits:global_i18n_dat",
59                "//base/global/i18n_lite/interfaces/kits/js/builtin:nativeapi_locale_simulator"
60            ],
61            "inner_kits": [
62                {
63                    "name": "//base/global/i18n_lite/frameworks/i18n:global_i18n",
64                    "header": {
65                        "header_files": [
66                            "date_time_format.h",
67                            "locale_info.h",
68                            "number_format.h",
69                            "plural_format.h",
70                            "types.h",
71                            "week_info.h"
72                        ],
73                        "header_base": "//base/global/i18n_lite/interfaces/kits/i18n/zone/include"
74                    }
75                },
76                {
77                    "name": "//base/global/i18n_lite/interfaces/kits/js/builtin:nativeapi_locale_simulator",
78                    "header": {
79                        "header_files": [
80                            "locale_module.h"
81                        ],
82                        "header_base": "//base/global/i18n_lite/interfaces/kits/js/builtin/include"
83                    }
84                }
85            ],
86            "test": [
87                "//base/global/i18n_lite/frameworks/i18n/test:I18nTest"
88            ]
89        }
90    }
91}
92