From 3e8d76c54c2d7fde69bafde5148fb09ad670455f Mon Sep 17 00:00:00 2001 From: linxiangzhi Date: Thu, 12 May 2022 17:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E7=AE=A1=E7=90=86=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E3=80=81=E4=BB=93=E5=90=8D=E5=92=8C=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: linxiangzhi Change-Id: I48c86f2e288deee346fe5e397d751789beb890c5 --- interfaces/innerkits/core/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/core/BUILD.gn b/interfaces/innerkits/core/BUILD.gn index 1d40b83..f36ac68 100755 --- a/interfaces/innerkits/core/BUILD.gn +++ b/interfaces/innerkits/core/BUILD.gn @@ -43,7 +43,7 @@ ohos_shared_library("distributed_device_profile_client") { public_configs = [ ":distributed_device_profile_client_config" ] public_deps = [ - "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler", + "//foundation/bundlemanager/bundle_framework/interfaces/innerkits/libeventhandler:libeventhandler", "//foundation/communication/ipc/interfaces/innerkits/ipc_core:ipc_core", "//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk", "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",