From e47f7a6cb7a81d2e2b97908ba1aae129d26eccd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=80=9D=E8=BF=9C?= Date: Thu, 24 Oct 2024 20:27:49 +0800 Subject: [PATCH] =?UTF-8?q?librender=5Fservice=5Fbase=E5=88=A0=E9=99=A4all?= =?UTF-8?q?=5Fdependent=5Fconfigs=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周思远 --- BUILD.gn | 1 + bundle.json | 1 + test/BUILD.gn | 1 + 3 files changed, 3 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index c6d28f6..c4e6562 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -108,6 +108,7 @@ ohos_executable("wukong") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "c_utils:utils", + "graphic_2d:librender_service_base", "hidumper:lib_dump_usage", "hilog:libhilog", "hisysevent:libhisysevent", diff --git a/bundle.json b/bundle.json index 1859ec8..6a4ea51 100644 --- a/bundle.json +++ b/bundle.json @@ -26,6 +26,7 @@ "accessibility", "bundle_framework", "common_event_service", + "graphic_2d", "hidumper", "hisysevent", "hilog", diff --git a/test/BUILD.gn b/test/BUILD.gn index 48e8b89..b40b6a1 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -104,6 +104,7 @@ ohos_unittest("wukong_ut") { "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "c_utils:utils", + "graphic_2d:librender_service_base", "hidumper:lib_dump_usage", "hilog:libhilog", "hisysevent:libhisysevent", -- Gitee