mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-23 07:00:13 +00:00
部件化整改
Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
parent
a839b2d528
commit
d0b76533fa
17
bundle.json
17
bundle.json
@ -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": [
|
||||
|
@ -44,7 +44,7 @@ ohos_fuzztest("DateTimeFilterFuzzTest") {
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libxml2:xml2",
|
||||
"libxml2:libxml2",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
|
||||
|
@ -44,7 +44,7 @@ ohos_fuzztest("EntityRecongnizerFuzzTest") {
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libxml2:xml2",
|
||||
"libxml2:libxml2",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
|
||||
|
@ -41,7 +41,7 @@ ohos_fuzztest("RulesEngineFuzzTest") {
|
||||
external_deps = [
|
||||
"icu:shared_icui18n",
|
||||
"icu:shared_icuuc",
|
||||
"libxml2:xml2",
|
||||
"libxml2:libxml2",
|
||||
]
|
||||
|
||||
subsystem_name = "global"
|
||||
|
@ -43,7 +43,7 @@ ohos_unittest("zone_util_test") {
|
||||
"c_utils:utils",
|
||||
"googletest:gtest",
|
||||
"libphonenumber:phonenumber_standard",
|
||||
"libxml2:xml2",
|
||||
"libxml2:libxml2",
|
||||
"protobuf:protobuf",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user