部件化整改

Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
zhangdd_ewan 2024-07-16 16:15:24 +08:00
parent e36d6e4e96
commit b5b55de556
10 changed files with 2 additions and 32 deletions

View File

@ -71,7 +71,6 @@
"napi",
"openssl",
"preferences",
"protobuf",
"resource_management",
"safwk",
"samgr"

View File

@ -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" ]

View File

@ -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"

View File

@ -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"

View File

@ -40,8 +40,6 @@ ohos_fuzztest("EntityRecongnizerFuzzTest") {
"icu:shared_icui18n",
"icu:shared_icuuc",
"libphonenumber:phonenumber_standard",
"libxml2:libxml2",
"protobuf:protobuf",
]
subsystem_name = "global"

View File

@ -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"

View File

@ -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"

View File

@ -40,7 +40,6 @@ ohos_fuzztest("RegexRuleFuzzTest") {
"icu:shared_icui18n",
"icu:shared_icuuc",
"libphonenumber:phonenumber_standard",
"protobuf:protobuf",
]
subsystem_name = "global"

View File

@ -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"
}

View File

@ -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" ]