From 137434b5dc2bfd8fa467b7ec682cd14ff8900db0 Mon Sep 17 00:00:00 2001 From: huangjie Date: Wed, 27 Apr 2022 14:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90resource=5Fmanagement?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- test/common/acts/actsnotificationfuzztest/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/acts/actsnotificationfuzztest/BUILD.gn b/test/common/acts/actsnotificationfuzztest/BUILD.gn index 0a511ee25..45b6400e1 100644 --- a/test/common/acts/actsnotificationfuzztest/BUILD.gn +++ b/test/common/acts/actsnotificationfuzztest/BUILD.gn @@ -49,7 +49,7 @@ ohos_systemtest("ActsNotificationFuzzTest") { } deps = [ - "//base/global/resmgr_standard/frameworks/resmgr:global_resmgr", + "//base/global/resource_management/frameworks/resmgr:global_resmgr", "//base/notification/ans_standard/frameworks/ans/core:ans_core", "//base/notification/ans_standard/frameworks/ans/native:ans_innerkits", "//base/notification/ans_standard/frameworks/wantagent:native_wantagent", -- Gitee