mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-30 19:51:18 +00:00
replace time_service with time_client
Signed-off-by: MangTsang <mang.tsang@huawei.com>
This commit is contained in:
parent
9b6e47f4a1
commit
42e9a8af0c
2
BUILD.gn
2
BUILD.gn
@ -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) {
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user