mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-12-02 13:28:59 +00:00
同功能类不同开源软件归一需求优化部件依赖
Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
parent
dc53951047
commit
8a01b56694
@ -65,7 +65,6 @@
|
||||
"time_service"
|
||||
],
|
||||
"third_party": [
|
||||
"cJSON",
|
||||
"libphonenumber",
|
||||
"libpng",
|
||||
"libxml2",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user