From 0e9003eb1fc72b809d8046382fffafb3fc66e3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=93=92?= Date: Fri, 22 Dec 2023 14:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=96=B0surface=E9=83=A8?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘瓒 Change-Id: I7127028c08394f3835293d256fc8c1d32b01ee69 --- bundle.json | 1 + services/edm_plugin/BUILD.gn | 2 +- test/unittest/edm_plugin/BUILD.gn | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index d43931ed2..aadb4b974 100644 --- a/bundle.json +++ b/bundle.json @@ -65,6 +65,7 @@ "drivers_interface_usb", "eventhandler", "graphic_2d", + "graphic_surface", "netmanager_base", "netmanager_ext", "hilog", diff --git a/services/edm_plugin/BUILD.gn b/services/edm_plugin/BUILD.gn index 1d6fd3675..c04bd26a7 100644 --- a/services/edm_plugin/BUILD.gn +++ b/services/edm_plugin/BUILD.gn @@ -262,7 +262,7 @@ edm_plugin_shared_library("restrictions_plugin") { external_deps = [ "audio_framework:audio_client", "c_utils:utils", - "graphic_2d:surface", + "graphic_surface:surface", "init:libbegetutil", "window_manager:libdm", ] diff --git a/test/unittest/edm_plugin/BUILD.gn b/test/unittest/edm_plugin/BUILD.gn index 33bd2b655..004b9d821 100644 --- a/test/unittest/edm_plugin/BUILD.gn +++ b/test/unittest/edm_plugin/BUILD.gn @@ -114,7 +114,7 @@ ohos_unittest("EdmPluginTest") { "certificate_manager:cert_manager_sdk", "common_event_service:cesfwk_innerkits", "drivers_interface_usb:libusb_proxy_1.0", - "graphic_2d:surface", + "graphic_surface:surface", "hilog:libhilog", "init:libbegetutil", "ipc:ipc_core", @@ -248,7 +248,7 @@ ohos_static_library("edm_all_plugin_static") { "certificate_manager:cert_manager_sdk", "common_event_service:cesfwk_innerkits", "drivers_interface_usb:libusb_proxy_1.0", - "graphic_2d:surface", + "graphic_surface:surface", "hilog:libhilog", "init:libbegetutil", "ipc:ipc_core", -- Gitee