mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-23 07:00:13 +00:00
4016f7e28b
Signed-off-by: laiguizhong <laiguizhong@huawei.com>
110 lines
3.3 KiB
JSON
110 lines
3.3 KiB
JSON
{
|
|
"name": "@ohos/global_i18n",
|
|
"version": "1.0.0",
|
|
"description": "Provides internationalization APIS for implementing functions such date and time formatting.",
|
|
"homePage": "https://gitee.com/openharmony/",
|
|
"license": "Apache V2",
|
|
"repository": "https://gitee.com/openharmony/global_i18n",
|
|
"domain": "os",
|
|
"language": "",
|
|
"publishAs": "code-segment",
|
|
"private": false,
|
|
"scripts": {},
|
|
"tags": [
|
|
"global"
|
|
],
|
|
"keywords": [
|
|
"i18n",
|
|
"standard"
|
|
],
|
|
"envs": [],
|
|
"dirs": [],
|
|
"author": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"segment": {
|
|
"destPath": "base/global/i18n"
|
|
},
|
|
"component": {
|
|
"name": "i18n",
|
|
"subsystem": "global",
|
|
"syscap": [
|
|
"SystemCapability.Global.I18n"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"ipc_core",
|
|
"init",
|
|
"utils",
|
|
"tel_core_service_api",
|
|
"libaccesstoken_sdk",
|
|
"libhilog",
|
|
"ace_napi",
|
|
"base",
|
|
"common"
|
|
],
|
|
"third_party": [
|
|
"icu",
|
|
"libxml2",
|
|
"libphonenumber"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/global/i18n/frameworks/zone:zone_util",
|
|
"//base/global/i18n/frameworks/intl:build_module",
|
|
"//base/global/i18n/interfaces/js/kits:build_module"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//base/global/i18n/frameworks/zone:zone_util",
|
|
"header": {
|
|
"header_files": [
|
|
"zone_util.h"
|
|
],
|
|
"header_base": "//base/global/i18n/interfaces/native/inner_api/zone/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//base/global/i18n/frameworks/intl:intl_util",
|
|
"header": {
|
|
"header_files": [
|
|
"locale_config.h",
|
|
"locale_info.h"
|
|
],
|
|
"header_base": "//base/global/i18n/frameworks/intl/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//base/global/i18n/frameworks/intl:preferred_language",
|
|
"header": {
|
|
"header_files": [
|
|
"preferred_language.h"
|
|
],
|
|
"header_base": "//base/global/i18n/interfaces/native/inner_api/preferred_language/include"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/global/i18n/frameworks/intl/test:intl_test",
|
|
"//base/global/i18n/frameworks/zone/test:zone_util_test"
|
|
]
|
|
}
|
|
}
|
|
}
|