同功能类不同开源软件归一需求优化部件依赖

Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
liuxiyao223 2024-05-07 22:08:22 +08:00
parent dc53951047
commit 8a01b56694
2 changed files with 2 additions and 3 deletions

View File

@ -65,7 +65,6 @@
"time_service"
],
"third_party": [
"cJSON",
"libphonenumber",
"libpng",
"libxml2",

View File

@ -44,7 +44,6 @@ ohos_unittest("tel_core_service_gtest") {
"$SOURCE_DIR:tel_core_service",
"$SOURCE_DIR/interfaces/innerkits:tel_core_service_api",
"$SOURCE_DIR/utils:libtel_common",
"//third_party/cJSON:cjson",
"//third_party/googletest:gtest_main",
]
@ -57,6 +56,7 @@ ohos_unittest("tel_core_service_gtest") {
"access_token:libaccesstoken_sdk",
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"cJSON:cjson",
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"config_policy:configpolicy_util",
@ -148,7 +148,6 @@ ohos_unittest("tel_network_search_gtest") {
"$SOURCE_DIR:tel_core_service",
"$SOURCE_DIR/interfaces/innerkits:tel_core_service_api",
"$SOURCE_DIR/utils:libtel_common",
"//third_party/cJSON:cjson",
"//third_party/googletest:gtest_main",
]
@ -161,6 +160,7 @@ ohos_unittest("tel_network_search_gtest") {
"access_token:libaccesstoken_sdk",
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"cJSON:cjson",
"c_utils:utils",
"common_event_service:cesfwk_innerkits",
"config_policy:configpolicy_util",