Signed-off-by: yangliu <yangliu178@huawei.com>
This commit is contained in:
yangliu 2024-04-23 14:21:12 +08:00
parent 035e821d0e
commit 4f057dba76
5 changed files with 8 additions and 6 deletions

View File

@ -79,7 +79,8 @@
"samgr", "samgr",
"time_service", "time_service",
"udmf", "udmf",
"app_file_service" "app_file_service",
"file_api"
], ],
"third_party": [ "third_party": [
"cJSON", "cJSON",

View File

@ -11,8 +11,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
distributedfilejs_path = "//foundation/filemanagement/file_api"
kv_store_path = "//foundation/distributeddatamgr/kv_store" kv_store_path = "//foundation/distributeddatamgr/kv_store"
relational_store_path = "//foundation/distributeddatamgr/relational_store" relational_store_path = "//foundation/distributeddatamgr/relational_store"

View File

@ -52,7 +52,6 @@ config("module_private_config") {
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include",
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb",
"${device_manager_path}/interfaces/inner_kits/native_cpp/include", "${device_manager_path}/interfaces/inner_kits/native_cpp/include",
"${distributedfilejs_path}/interfaces/kits/js/src/mod_securitylabel",
"../adapter/include/account", "../adapter/include/account",
"../adapter/include/permission", "../adapter/include/permission",
"../adapter/include/installer", "../adapter/include/installer",
@ -136,6 +135,7 @@ ohos_shared_library("distributeddataservice") {
"kv_store:distributeddb", "kv_store:distributeddb",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr:samgr_proxy", "samgr:samgr_proxy",
"file_api:securitylabel"
] ]
if (datamgr_service_power) { if (datamgr_service_power) {

View File

@ -40,7 +40,6 @@ config("module_private_config") {
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include",
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager",
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb",
"${distributedfilejs_path}/interfaces/kits/js/src/mod_securitylabel",
"//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include", "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include",
"//commonlibrary/c_utils/base/include", "//commonlibrary/c_utils/base/include",
"//utils/system/safwk/native/include", "//utils/system/safwk/native/include",
@ -97,6 +96,7 @@ ohos_unittest("KvStoreDataServiceTest") {
"ipc:ipc_core", "ipc:ipc_core",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr:samgr_proxy", "samgr:samgr_proxy",
"file_api:securitylabel"
] ]
if (datamgr_service_power) { if (datamgr_service_power) {
@ -148,6 +148,7 @@ ohos_unittest("SessionManagerTest") {
"ipc:ipc_core", "ipc:ipc_core",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr:samgr_proxy", "samgr:samgr_proxy",
"file_api:securitylabel"
] ]
if (datamgr_service_power) { if (datamgr_service_power) {
@ -188,6 +189,7 @@ ohos_unittest("KvStoreFlowCtrlManagerTest") {
"ipc:ipc_core", "ipc:ipc_core",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr:samgr_proxy", "samgr:samgr_proxy",
"file_api:securitylabel"
] ]
if (datamgr_service_power) { if (datamgr_service_power) {
@ -248,6 +250,7 @@ ohos_unittest("KvStoreDataServiceClearTest") {
"kv_store:distributeddb", "kv_store:distributeddb",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr:samgr_proxy", "samgr:samgr_proxy",
"file_api:securitylabel"
] ]
if (datamgr_service_power) { if (datamgr_service_power) {

View File

@ -48,7 +48,6 @@ ohos_fuzztest("DataServiceStubFuzzTest") {
"${data_service_path}/adapter/include/dfx", "${data_service_path}/adapter/include/dfx",
"${data_service_path}/adapter/include", "${data_service_path}/adapter/include",
"${device_manager_path}/interfaces/inner_kits/native_cpp/include", "${device_manager_path}/interfaces/inner_kits/native_cpp/include",
"${distributedfilejs_path}/interfaces/kits/js/src/mod_securitylabel",
"//third_party/json/single_include", "//third_party/json/single_include",
] ]
@ -108,6 +107,7 @@ ohos_fuzztest("DataServiceStubFuzzTest") {
"kv_store:distributeddata_mgr", "kv_store:distributeddata_mgr",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr:samgr_proxy", "samgr:samgr_proxy",
"file_api:securitylabel"
] ]
} }