From d240b22623018348f99bb18e09578efc3d84d426 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Mon, 13 Jun 2022 09:40:06 +0800 Subject: [PATCH] =?UTF-8?q?appdatamgr=E4=BB=93=E9=83=A8=E4=BB=B6=E5=8F=8A?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDaBoo --- 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 370249f4e..697a02b20 100644 --- a/test/common/acts/actsnotificationfuzztest/BUILD.gn +++ b/test/common/acts/actsnotificationfuzztest/BUILD.gn @@ -72,12 +72,12 @@ ohos_systemtest("ActsNotificationFuzzTest") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "common_event_service:cesfwk_innerkits", - "dataability:native_dataability", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "multimedia_image_standard:image_native", "relational_store:native_appdatafwk", + "relational_store:native_dataability", "relational_store:native_rdb", "samgr_standard:samgr_proxy", ] -- Gitee