bundle.json 3.3 KB
Newer Older
T
the-minions-of-cplu 已提交
1
{
T
the-minions-of-cplu 已提交
2
    "name": "@ohos/global_i18n",
T
the-minions-of-cplu 已提交
3 4 5 6
    "version": "1.0.0",
    "description": "Provides internationalization APIS for implementing functions such date and time formatting.",
    "homePage": "https://gitee.com/openharmony/",
    "license": "Apache V2",
T
the-minions-of-cplu 已提交
7
    "repository": "https://gitee.com/openharmony/global_i18n",
T
the-minions-of-cplu 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
    "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": {
T
the-minions-of-cplu 已提交
35
        "destPath": "base/global/i18n"
T
the-minions-of-cplu 已提交
36 37
    },
    "component": {
T
the-minions-of-cplu 已提交
38
        "name": "i18n",
T
the-minions-of-cplu 已提交
39 40
        "subsystem": "global",
        "syscap": [
S
sunyaozu 已提交
41
            "SystemCapability.Global.I18n"
T
the-minions-of-cplu 已提交
42
        ],
43
        "features": [],
T
the-minions-of-cplu 已提交
44 45 46 47 48 49 50 51 52 53 54
        "adapted_system_type": [
            "standard"
        ],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [
                "ipc_core",
                "syspara",
                "utils",
                "tel_core_service_api",
S
sunyaozu 已提交
55
                "libaccesstoken_sdk",
T
the-minions-of-cplu 已提交
56 57
                "libhilog",
                "ace_napi",
58
                "base",
S
sunyaozu 已提交
59
                "common"
T
the-minions-of-cplu 已提交
60 61 62 63 64 65 66 67 68
            ],
            "third_party": [
                "icu",
                "libxml2",
                "libphonenumber"
            ]
        },
        "build": {
            "sub_component": [
T
the-minions-of-cplu 已提交
69 70 71
                "//base/global/i18n/frameworks/zone:zone_util",
                "//base/global/i18n/frameworks/intl:build_module",
                "//base/global/i18n/interfaces/js/kits:build_module"
T
the-minions-of-cplu 已提交
72 73 74
            ],
            "inner_kits": [
                {
T
the-minions-of-cplu 已提交
75
                    "name": "//base/global/i18n/frameworks/zone:zone_util",
T
the-minions-of-cplu 已提交
76 77 78 79
                    "header": {
                        "header_files": [
                            "zone_util.h"
                        ],
T
the-minions-of-cplu 已提交
80
                        "header_base": "//base/global/i18n/interfaces/native/innerkits/zone/include"
T
the-minions-of-cplu 已提交
81 82 83
                    }
                },
                {
T
the-minions-of-cplu 已提交
84
                    "name": "//base/global/i18n/frameworks/intl:intl_util",
T
the-minions-of-cplu 已提交
85 86 87 88 89
                    "header": {
                        "header_files": [
                            "locale_config.h",
                            "locale_info.h"
                        ],
T
the-minions-of-cplu 已提交
90
                        "header_base": "//base/global/i18n/frameworks/intl/include"
T
the-minions-of-cplu 已提交
91 92 93
                    }
                },
                {
T
the-minions-of-cplu 已提交
94
                    "name": "//base/global/i18n/frameworks/intl:preferred_language",
T
the-minions-of-cplu 已提交
95 96 97 98
                    "header": {
                        "header_files": [
                            "preferred_language.h"
                        ],
T
the-minions-of-cplu 已提交
99
                        "header_base": "//base/global/i18n/interfaces/native/innerkits/preferred_language/include"
T
the-minions-of-cplu 已提交
100 101 102 103
                    }
                }
            ],
            "test": [
T
the-minions-of-cplu 已提交
104 105
                "//base/global/i18n/frameworks/intl/test:intl_test",
                "//base/global/i18n/frameworks/zone/test:zone_util_test"
T
the-minions-of-cplu 已提交
106 107 108 109
            ]
        }
    }
}