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/frameworks/innerkits/file_access/test/BUILD.gn b/frameworks/innerkits/file_access/test/BUILD.gn index a9755a1097d49a9f9a260d574b20765cab9164ac..80e8d20702fb8da6b1e537df55b6cab9f488fe1a 100644 --- a/frameworks/innerkits/file_access/test/BUILD.gn +++ b/frameworks/innerkits/file_access/test/BUILD.gn @@ -48,7 +48,7 @@ ohos_unittest("file_access_helper_test") { "access_token:libaccesstoken_sdk", "ipc:ipc_core", "ipc_js:rpc", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", "utils_base:utils", ] } @@ -87,7 +87,7 @@ ohos_unittest("file_extension_helper_test") { "access_token:libaccesstoken_sdk", "ipc:ipc_core", "ipc_js:rpc", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", "utils_base:utils", ] } 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 07b8a86049ba12393deae5acad5a897d6b59bb69..91d5a8d5eb7e9414b9723662fac1df04f9479432 100644 --- a/services/test/BUILD.gn +++ b/services/test/BUILD.gn @@ -33,7 +33,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") { "ipc:ipc_core", "relational_store:native_rdb", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] } @@ -76,7 +76,7 @@ ohos_unittest("oper_factory_test") { "relational_store:native_appdatafwk", "relational_store:native_rdb", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] } @@ -98,7 +98,7 @@ ohos_unittest("file_manager_service_test") { configs = [ "//build/config/compiler:exceptions" ] deps = [ "$FMS_BASE_DIR:fms_server", - "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", + "//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", "//utils/native/base:utils", ] @@ -108,7 +108,7 @@ ohos_unittest("file_manager_service_test") { "relational_store:native_appdatafwk", "relational_store:native_rdb", "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", + "samgr:samgr_proxy", ] }