mirror of
https://gitee.com/openharmony/distributeddatamgr_relational_store
synced 2024-11-23 07:00:41 +00:00
rdb
Signed-off-by: lihuihui <lihuihui29@huawei.com>
This commit is contained in:
parent
ff85556cec
commit
add1490d23
@ -53,7 +53,6 @@
|
||||
"common_event_service",
|
||||
"c_utils",
|
||||
"device_manager",
|
||||
"ffrt",
|
||||
"hilog",
|
||||
"hitrace",
|
||||
"huks",
|
||||
|
@ -34,8 +34,6 @@ ohos_unittest("NativeDataAbilityTest") {
|
||||
configs = [ ":module_private_config" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:zuri",
|
||||
"ability_runtime:dataobs_manager",
|
||||
"c_utils:utils",
|
||||
"hilog:libhilog",
|
||||
"relational_store:native_dataability",
|
||||
|
@ -71,8 +71,6 @@ ohos_unittest("NativeRdbTest") {
|
||||
configs = [ ":module_private_config" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:zuri",
|
||||
"ability_runtime:dataobs_manager",
|
||||
"c_utils:utils",
|
||||
"hilog:libhilog",
|
||||
"huks:libhukssdk",
|
||||
|
@ -44,8 +44,6 @@ ohos_distributedtest("DistributedTest") {
|
||||
sources += [ "distributed_test.cpp" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:zuri",
|
||||
"ability_runtime:dataobs_manager",
|
||||
"c_utils:utils",
|
||||
"device_manager:devicemanagersdk",
|
||||
"hilog:libhilog",
|
||||
|
@ -60,8 +60,6 @@ ohos_fuzztest("RdbImplFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:zuri",
|
||||
"ability_runtime:dataobs_manager",
|
||||
"c_utils:utils",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
@ -30,8 +30,6 @@ ohos_unittest("RdbBMSAdapterTest") {
|
||||
configs = [ ":module_private_config" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:zuri",
|
||||
"ability_runtime:dataobs_manager",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"c_utils:utils",
|
||||
|
@ -36,8 +36,6 @@ ohos_unittest("NativeDataAbilityAdapterTest") {
|
||||
configs = [ ":module_private_config" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:zuri",
|
||||
"ability_runtime:dataobs_manager",
|
||||
"c_utils:utils",
|
||||
"hilog:libhilog",
|
||||
"relational_store:native_dataability",
|
||||
|
@ -50,8 +50,6 @@ ohos_unittest("RdbDataShareAdapterTest") {
|
||||
configs = [ ":module_private_config" ]
|
||||
|
||||
external_deps = [
|
||||
"ability_base:zuri",
|
||||
"ability_runtime:dataobs_manager",
|
||||
"c_utils:utils",
|
||||
"hilog:libhilog",
|
||||
"relational_store:native_rdb",
|
||||
|
Loading…
Reference in New Issue
Block a user