mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2024-11-23 14:59:46 +00:00
modify samgr
Signed-off-by: chen <chenkang40@huawei.com> Change-Id: I0bc86423ebe74b980478288d9b0d158c8ac5d8fb
This commit is contained in:
parent
bd80635842
commit
34e884317d
@ -61,7 +61,7 @@
|
||||
"init",
|
||||
"os_account",
|
||||
"common",
|
||||
"samgr_standard",
|
||||
"samgr",
|
||||
"dataclassification",
|
||||
"dsoftbus",
|
||||
"jsoncpp",
|
||||
|
@ -42,7 +42,7 @@ ohos_unittest("DistributedKvDataManagerTest") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -63,7 +63,7 @@ ohos_unittest("DistributedKvDataManagerEncryptTest") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -84,7 +84,7 @@ ohos_unittest("LocalSubscribeStoreTest") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -105,7 +105,7 @@ ohos_unittest("LocalSubscribeDeviceStoreTest") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -126,7 +126,7 @@ ohos_unittest("SingleKvStoreClientQueryTest") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -147,7 +147,7 @@ ohos_unittest("SingleKvStoreClientTest") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -168,7 +168,7 @@ ohos_unittest("DeviceKvStoreTest") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
|
@ -122,7 +122,7 @@ ohos_shared_library("distributeddata_inner") {
|
||||
"hitrace_native:libhitrace",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
public_configs = [ ":distributeddatafwk_public_config" ]
|
||||
|
@ -37,7 +37,7 @@ ohos_static_library("distributeddata_permission_static") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
subsystem_name = "distributeddatamgr"
|
||||
part_name = "distributeddatamgr"
|
||||
|
@ -128,7 +128,7 @@ ohos_shared_library("distributeddataservice") {
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
|
@ -43,7 +43,7 @@ ohos_static_library("distributeddata_checker_static") {
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
subsystem_name = "distributeddatamgr"
|
||||
part_name = "distributeddatamgr"
|
||||
|
@ -50,7 +50,7 @@ ohos_static_library("distributeddata_uninstaller_static") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
subsystem_name = "distributeddatamgr"
|
||||
part_name = "distributeddatamgr"
|
||||
|
@ -96,7 +96,7 @@ ohos_unittest("KvStoreImplLogicalIsolationTest") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
@ -160,7 +160,7 @@ ohos_unittest("KvStoreImplPhysicalIsolationTest") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
@ -224,7 +224,7 @@ ohos_unittest("KvStoreDataServiceTest") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
@ -289,7 +289,7 @@ ohos_unittest("KvStoreBackupTest") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
@ -330,7 +330,7 @@ ohos_unittest("KvStoreFlowCtrlManagerTest") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
@ -387,7 +387,7 @@ ohos_unittest("KvStoreSyncManagerTest") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
@ -467,7 +467,7 @@ ohos_unittest("KvStoreUninstallerTest") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
if (distributeddatamgr_power) {
|
||||
|
@ -49,7 +49,7 @@ ohos_distributedtest("DistributedTest") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -72,7 +72,7 @@ ohos_distributedtest("DistributedTestAgent") {
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
deps = [
|
||||
|
@ -68,7 +68,7 @@ ohos_fuzztest("KvStoreFuzzTest") {
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user