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