部件化整改

Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
zhangdd_ewan 2024-07-15 14:24:10 +08:00
parent a839b2d528
commit d0b76533fa
5 changed files with 13 additions and 12 deletions

View File

@ -59,24 +59,25 @@
"config_policy",
"c_utils",
"eventhandler",
"googletest",
"hilog",
"icu",
"init",
"ipc",
"libphonenumber",
"libpng",
"libxml2",
"memmgr",
"napi",
"openssl",
"preferences",
"protobuf",
"resource_management",
"safwk",
"samgr"
],
"third_party": []
"third_party": [
"googletest",
"icu",
"libphonenumber",
"libpng",
"libxml2",
"openssl",
"protobuf"
]
},
"build": {
"sub_component": [

View File

@ -44,7 +44,7 @@ ohos_fuzztest("DateTimeFilterFuzzTest") {
"icu:shared_icui18n",
"icu:shared_icuuc",
"libphonenumber:phonenumber_standard",
"libxml2:xml2",
"libxml2:libxml2",
"protobuf:protobuf",
]

View File

@ -44,7 +44,7 @@ ohos_fuzztest("EntityRecongnizerFuzzTest") {
"icu:shared_icui18n",
"icu:shared_icuuc",
"libphonenumber:phonenumber_standard",
"libxml2:xml2",
"libxml2:libxml2",
"protobuf:protobuf",
]

View File

@ -41,7 +41,7 @@ ohos_fuzztest("RulesEngineFuzzTest") {
external_deps = [
"icu:shared_icui18n",
"icu:shared_icuuc",
"libxml2:xml2",
"libxml2:libxml2",
]
subsystem_name = "global"

View File

@ -43,7 +43,7 @@ ohos_unittest("zone_util_test") {
"c_utils:utils",
"googletest:gtest",
"libphonenumber:phonenumber_standard",
"libxml2:xml2",
"libxml2:libxml2",
"protobuf:protobuf",
]
}