From 14a8df33a8cfb07bfc7ab2c92e72345daa2dc0d0 Mon Sep 17 00:00:00 2001 From: zhangbirong Date: Mon, 15 May 2023 11:22:15 +0800 Subject: [PATCH] change graphic_standard to graphic_2d Signed-off-by: zhangbirong Change-Id: I56803223c006d4925373c3467e6b9c9adc911b43 --- bundle.json | 2 +- ohos_adapter/BUILD.gn | 4 ++-- ohos_nweb/BUILD.gn | 4 ++-- test/BUILD.gn | 2 +- test/unittest/nweb_surface_adapter_test/BUILD.gn | 4 ++-- test/unittest/nweb_window_adapter_test/BUILD.gn | 4 ++-- test/unittest/ohos_adapter/graphic_adapter_test/BUILD.gn | 4 ++-- test/unittest/ohos_adapter/media_adapter_test/BUILD.gn | 2 +- test/unittest/ohos_adapter_helper/BUILD.gn | 4 ++-- test/unittest/ohos_nweb/BUILD.gn | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bundle.json b/bundle.json index d27f5ad1c..13945f3c7 100644 --- a/bundle.json +++ b/bundle.json @@ -40,7 +40,7 @@ "data_share", "eventhandler", "file_api", - "graphic_standard", + "graphic_2d", "hilog_native", "hisysevent_native", "hitrace_native", diff --git a/ohos_adapter/BUILD.gn b/ohos_adapter/BUILD.gn index ffb13b42a..64e64b3fa 100755 --- a/ohos_adapter/BUILD.gn +++ b/ohos_adapter/BUILD.gn @@ -119,8 +119,8 @@ ohos_shared_library("nweb_ohos_adapter") { "data_share:datashare_consumer", "eventhandler:libeventhandler", "file_api:remote_uri_native", - "graphic_standard:libcomposer", - "graphic_standard:surface", + "graphic_2d:libcomposer", + "graphic_2d:surface", "hilog_native:libhilog", "hisysevent_native:libhisysevent", "hitrace_native:hitrace_meter", diff --git a/ohos_nweb/BUILD.gn b/ohos_nweb/BUILD.gn index 71087326b..2df011d11 100644 --- a/ohos_nweb/BUILD.gn +++ b/ohos_nweb/BUILD.gn @@ -74,8 +74,8 @@ ohos_shared_library("libnweb") { external_deps = [ "c_utils:utils", - "graphic_standard:libcomposer", - "graphic_standard:surface", + "graphic_2d:libcomposer", + "graphic_2d:surface", "hilog_native:libhilog", "input:libmmi-client", "ipc:ipc_core", diff --git a/test/BUILD.gn b/test/BUILD.gn index 1a99076bd..56c35f6d5 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -46,7 +46,7 @@ ohos_executable("nweb_test") { external_deps = [ "eventhandler:libeventhandler", - "graphic_standard:libcomposer", + "graphic_2d:libcomposer", "hilog_native:libhilog", "input:libmmi-client", "webview:libnweb", diff --git a/test/unittest/nweb_surface_adapter_test/BUILD.gn b/test/unittest/nweb_surface_adapter_test/BUILD.gn index c3423a4d0..8caba05d2 100644 --- a/test/unittest/nweb_surface_adapter_test/BUILD.gn +++ b/test/unittest/nweb_surface_adapter_test/BUILD.gn @@ -49,8 +49,8 @@ ohos_unittest("nweb_surface_adapter_test") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "c_utils:utils", - "graphic_standard:surface", - "graphic_standard:window_animation", + "graphic_2d:surface", + "graphic_2d:window_animation", "hicollie_native:libhicollie", "hilog_native:libhilog", "hisysevent_native:libhisysevent", diff --git a/test/unittest/nweb_window_adapter_test/BUILD.gn b/test/unittest/nweb_window_adapter_test/BUILD.gn index 314dc479c..d5897813e 100644 --- a/test/unittest/nweb_window_adapter_test/BUILD.gn +++ b/test/unittest/nweb_window_adapter_test/BUILD.gn @@ -46,8 +46,8 @@ ohos_unittest("nweb_window_adapter_test") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "c_utils:utils", - "graphic_standard:surface", - "graphic_standard:window_animation", + "graphic_2d:surface", + "graphic_2d:window_animation", "hicollie_native:libhicollie", "hilog_native:libhilog", "hisysevent_native:libhisysevent", diff --git a/test/unittest/ohos_adapter/graphic_adapter_test/BUILD.gn b/test/unittest/ohos_adapter/graphic_adapter_test/BUILD.gn index e53fbd5e8..98cc12a47 100644 --- a/test/unittest/ohos_adapter/graphic_adapter_test/BUILD.gn +++ b/test/unittest/ohos_adapter/graphic_adapter_test/BUILD.gn @@ -43,8 +43,8 @@ ohos_unittest("graphic_adapter_test") { external_deps = [ "ability_runtime:app_manager", - "graphic_standard:libcomposer", - "graphic_standard:surface", + "graphic_2d:libcomposer", + "graphic_2d:surface", "hilog_native:libhilog", "relational_store:native_rdb", ] diff --git a/test/unittest/ohos_adapter/media_adapter_test/BUILD.gn b/test/unittest/ohos_adapter/media_adapter_test/BUILD.gn index 996f6aa8e..1a4c3bae0 100644 --- a/test/unittest/ohos_adapter/media_adapter_test/BUILD.gn +++ b/test/unittest/ohos_adapter/media_adapter_test/BUILD.gn @@ -34,7 +34,7 @@ ohos_unittest("nweb_media_adapter_test") { ] external_deps = [ - "graphic_standard:surface", + "graphic_2d:surface", "multimedia_player_framework:media_client", ] } diff --git a/test/unittest/ohos_adapter_helper/BUILD.gn b/test/unittest/ohos_adapter_helper/BUILD.gn index cb968eefc..b22b12026 100755 --- a/test/unittest/ohos_adapter_helper/BUILD.gn +++ b/test/unittest/ohos_adapter_helper/BUILD.gn @@ -45,8 +45,8 @@ ohos_unittest("ohos_adapter_helper") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "c_utils:utils", - "graphic_standard:surface", - "graphic_standard:window_animation", + "graphic_2d:surface", + "graphic_2d:window_animation", "hicollie_native:libhicollie", "hilog_native:libhilog", "hisysevent_native:libhisysevent", diff --git a/test/unittest/ohos_nweb/BUILD.gn b/test/unittest/ohos_nweb/BUILD.gn index eba0ab355..f07a6a469 100644 --- a/test/unittest/ohos_nweb/BUILD.gn +++ b/test/unittest/ohos_nweb/BUILD.gn @@ -45,8 +45,8 @@ ohos_unittest("nweb_input_test") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "c_utils:utils", - "graphic_standard:surface", - "graphic_standard:window_animation", + "graphic_2d:surface", + "graphic_2d:window_animation", "hicollie_native:libhicollie", "hilog_native:libhilog", "hisysevent_native:libhisysevent", -- Gitee