From 81383e105678e2838a5e7768af5943a6f4a5c9b9 Mon Sep 17 00:00:00 2001 From: sufeng6 Date: Wed, 6 Jul 2022 19:02:39 +0800 Subject: [PATCH] Revert "fix:change graphic_standard to graphic_graphic_2d" This reverts commit e916efd881ab8c9f0809d80095d8f0c08ce5115e. Signed-off-by: sufeng6 --- bundle.json | 2 +- dmserver/BUILD.gn | 2 +- extension/window_extension/BUILD.gn | 2 +- utils/BUILD.gn | 2 +- wm/BUILD.gn | 4 ++-- wmserver/BUILD.gn | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundle.json b/bundle.json index c73bd4ba..eda53562 100644 --- a/bundle.json +++ b/bundle.json @@ -25,7 +25,7 @@ "inputmethod_native", "sensor", "ability_base", - "graphic_graphic_2d", + "graphic_standard", "hisysevent_native", "ability_runtime", "napi", diff --git a/dmserver/BUILD.gn b/dmserver/BUILD.gn index 288da229..846ca4dc 100644 --- a/dmserver/BUILD.gn +++ b/dmserver/BUILD.gn @@ -58,7 +58,7 @@ ohos_shared_library("libdms") { external_deps = [ "access_token:libaccesstoken_sdk", "config_policy:configpolicy_util", - "graphic_graphic_2d:surface", + "graphic_standard:surface", "hilog_native:libhilog", "hitrace_native:hitrace_meter", "ipc:ipc_core", diff --git a/extension/window_extension/BUILD.gn b/extension/window_extension/BUILD.gn index 47b496d8..d6121baf 100644 --- a/extension/window_extension/BUILD.gn +++ b/extension/window_extension/BUILD.gn @@ -56,7 +56,7 @@ ohos_shared_library("libwindow_extension") { "ability_runtime:ability_manager", "ability_runtime:abilitykit_native", "ability_runtime:runtime", - "graphic_graphic_2d:surface", + "graphic_standard:surface", "hilog_native:libhilog", "input:libmmi-client", "utils_base:utils", diff --git a/utils/BUILD.gn b/utils/BUILD.gn index 3808c317..a04be886 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -60,7 +60,7 @@ ohos_shared_library("libwmutil") { external_deps = [ "ability_runtime:ability_manager", "access_token:libaccesstoken_sdk", - "graphic_graphic_2d:surface", + "graphic_standard:surface", "hilog_native:libhilog", "hitrace_native:hitrace_meter", "ipc:ipc_core", diff --git a/wm/BUILD.gn b/wm/BUILD.gn index e70d627c..b8f2ee18 100644 --- a/wm/BUILD.gn +++ b/wm/BUILD.gn @@ -76,8 +76,8 @@ ohos_shared_library("libwm") { "ace_engine:ace_uicontent", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "graphic_graphic_2d:surface", - "graphic_graphic_2d:window_animation", + "graphic_standard:surface", + "graphic_standard:window_animation", "hilog_native:libhilog", "hisysevent_native:libhisysevent", "input:libmmi-client", diff --git a/wmserver/BUILD.gn b/wmserver/BUILD.gn index 3f014e52..6637bc4c 100644 --- a/wmserver/BUILD.gn +++ b/wmserver/BUILD.gn @@ -93,8 +93,8 @@ ohos_shared_library("libwms") { "common_event_service:cesfwk_innerkits", "config_policy:configpolicy_util", "display_manager_native:displaymgr", - "graphic_graphic_2d:surface", - "graphic_graphic_2d:window_animation", + "graphic_standard:surface", + "graphic_standard:window_animation", "hilog_native:libhilog", "hisysevent_native:libhisysevent", "hitrace_native:hitrace_meter",