bundle.json 3.4 KB
Newer Older
T
the-minions-of-cplu 已提交
1 2 3 4 5 6 7 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 35 36 37 38 39 40 41 42
{
    "name": "@ohos/global_i18n_standard",
    "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_standard",
    "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_standard"
    },
    "component": {
        "name": "i18n_standard",
        "subsystem": "global",
        "syscap": [
            "SystemCapability.I18N"
        ],
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 69 70
            ],
            "third_party": [
                "icu",
                "libxml2",
                "libphonenumber"
            ]
        },
        "build": {
            "sub_component": [
                "//base/global/i18n_standard/frameworks/zone:zone_util",
                "//base/global/i18n_standard/frameworks/intl:build_module",
71
                "//base/global/i18n_standard/interfaces/js/kits:build_module"
T
the-minions-of-cplu 已提交
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
            ],
            "inner_kits": [
                {
                    "name": "//base/global/i18n_standard/frameworks/zone:zone_util",
                    "header": {
                        "header_files": [
                            "zone_util.h"
                        ],
                        "header_base": "//base/global/i18n_standard/interfaces/native/innerkits/zone/include"
                    }
                },
                {
                    "name": "//base/global/i18n_standard/frameworks/intl:intl_util",
                    "header": {
                        "header_files": [
                            "locale_config.h",
                            "locale_info.h"
                        ],
                        "header_base": "//base/global/i18n_standard/frameworks/intl/include"
                    }
                },
                {
                    "name": "//base/global/i18n_standard/frameworks/intl:preferred_language",
                    "header": {
                        "header_files": [
                            "preferred_language.h"
                        ],
                        "header_base": "//base/global/i18n_standard/interfaces/native/innerkits/preferred_language/include"
                    }
                }
            ],
            "test": [
                "//base/global/i18n_standard/frameworks/intl/test:intl_test",
                "//base/global/i18n_standard/frameworks/zone/test:zone_util_test"
            ]
        }
    }
}