replace time_service with time_client

Signed-off-by: MangTsang <mang.tsang@huawei.com>
This commit is contained in:
MangTsang 2022-11-07 17:16:59 +08:00
parent 9b6e47f4a1
commit 42e9a8af0c
2 changed files with 3 additions and 5 deletions

View File

@ -165,7 +165,7 @@ ohos_shared_library("tel_core_service") {
"relational_store:native_rdb",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
"time_service:time_service",
"time_service:time_client",
]
if (is_standard_system) {

View File

@ -31,10 +31,7 @@ ohos_executable("tel_network_search_test") {
configs = [ "//base/telephony/core_service/utils:telephony_log_config" ]
deps = [
"${ability_runtime_path}/frameworks/native/ability/native:abilitykit_native",
"//base/time/time_service/services:time_service",
]
deps = [ "${ability_runtime_path}/frameworks/native/ability/native:abilitykit_native" ]
external_deps = [
"ability_base:want",
@ -47,6 +44,7 @@ ohos_executable("tel_network_search_test") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
"time_service:time_client",
]
defines = [