diff --git a/bundle.json b/bundle.json index d81b2591f8a6993f0fc6a2cbc86a7c2f7ec8cd90..ab54d4ccdf7641513c9565b379245c46fbb6f500 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,7 @@ "ipc", "relational_store", "safwk", - "samgr_standard" + "samgr" ] }, "build": { diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index 879d868f8d5b49840b5add5162c20ff07b8913da..ae085e35dc472d6e0d2185f1f5ff4425cdbee5aa 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -55,6 +55,6 @@ ohos_shared_library("filemanager") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] } diff --git a/services/BUILD.gn b/services/BUILD.gn index 4a5c9c8ebdd64d0c0dae53144b395087bfe12855..5f84fd9c1c800d5d35a9952abd3445e88fc8d4ff 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -89,7 +89,7 @@ ohos_shared_library("fms_server") { "relational_store:native_dataability", "relational_store:native_rdb", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] } diff --git a/services/test/BUILD.gn b/services/test/BUILD.gn index 9ce71c0c001f24991ed78dbd538602e734a33fe3..8d07b080e4a8f394663c2667fd8262022ee3577f 100644 --- a/services/test/BUILD.gn +++ b/services/test/BUILD.gn @@ -34,7 +34,7 @@ ohos_unittest("file_manager_proxy_test") { deps = [ "$FMS_BASE_DIR:fms_server", - "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", + "//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", "//third_party/googletest:gmock_main", "//utils/native/base:utils", ] @@ -43,7 +43,7 @@ ohos_unittest("file_manager_proxy_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] } @@ -69,7 +69,7 @@ ohos_unittest("oper_factory_test") { "$FMS_BASE_DIR:fms_server", "//foundation/distributeddatamgr/appdatamgr/relational_store/interfaces/inner_api/appdatafwk:native_appdatafwk", "//foundation/distributeddatamgr/appdatamgr/relational_store/interfaces/inner_api/rdb:native_rdb", - "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", + "//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", "//utils/native/base:utils", ] @@ -77,7 +77,7 @@ ohos_unittest("oper_factory_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] } @@ -102,7 +102,7 @@ ohos_unittest("file_manager_service_test") { "$FMS_BASE_DIR:fms_server", "//foundation/distributeddatamgr/appdatamgr/relational_store/interfaces/inner_api/appdatafwk:native_appdatafwk", "//foundation/distributeddatamgr/appdatamgr/relational_store/interfaces/inner_api/rdb:native_rdb", - "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", + "//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", "//utils/native/base:utils", ] @@ -110,7 +110,7 @@ ohos_unittest("file_manager_service_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] }