mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-12-03 13:07:06 +00:00
部件化整改
Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
parent
e36d6e4e96
commit
b5b55de556
@ -71,7 +71,6 @@
|
||||
"napi",
|
||||
"openssl",
|
||||
"preferences",
|
||||
"protobuf",
|
||||
"resource_management",
|
||||
"safwk",
|
||||
"samgr"
|
||||
|
@ -49,7 +49,6 @@ ohos_unittest("intl_test") {
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libpng:libpng",
|
||||
"openssl:libssl_shared",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
if (i18n_testonly) {
|
||||
external_deps += [ "googletest:gtest" ]
|
||||
|
@ -39,9 +39,6 @@ ohos_fuzztest("DateTimeFilterFuzzTest") {
|
||||
external_deps = [
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libxml2:libxml2",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
|
||||
subsystem_name = "global"
|
||||
|
@ -39,9 +39,6 @@ ohos_fuzztest("DateTimeRuleFuzzTest") {
|
||||
external_deps = [
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libxml2:libxml2",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
|
||||
subsystem_name = "global"
|
||||
|
@ -40,8 +40,6 @@ ohos_fuzztest("EntityRecongnizerFuzzTest") {
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libxml2:libxml2",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
|
||||
subsystem_name = "global"
|
||||
|
@ -36,12 +36,7 @@ ohos_fuzztest("PhoneNumberFormatFuzzTest") {
|
||||
|
||||
deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
|
||||
|
||||
external_deps = [
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
external_deps = [ "libphonenumber:phonenumber_standard" ]
|
||||
|
||||
subsystem_name = "global"
|
||||
part_name = "i18n"
|
||||
|
@ -35,13 +35,7 @@ ohos_fuzztest("PhoneNumberMatchedFuzzTest") {
|
||||
configs = []
|
||||
|
||||
deps = [ "../../../../intl:intl_util" ]
|
||||
|
||||
external_deps = [
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
external_deps = [ "libphonenumber:phonenumber_standard" ]
|
||||
|
||||
subsystem_name = "global"
|
||||
part_name = "i18n"
|
||||
|
@ -40,7 +40,6 @@ ohos_fuzztest("RegexRuleFuzzTest") {
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
|
||||
subsystem_name = "global"
|
||||
|
@ -36,12 +36,6 @@ ohos_fuzztest("RulesEngineFuzzTest") {
|
||||
|
||||
deps = [ "../../../../intl:intl_util" ]
|
||||
|
||||
external_deps = [
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libxml2:libxml2",
|
||||
]
|
||||
|
||||
subsystem_name = "global"
|
||||
part_name = "i18n"
|
||||
}
|
||||
|
@ -26,8 +26,6 @@ ohos_unittest("zone_util_test") {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libxml2:libxml2",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
if (i18n_testonly) {
|
||||
external_deps += [ "googletest:gtest" ]
|
||||
|
Loading…
Reference in New Issue
Block a user