From 256ccfba2c6f428f4014e3cf176539a7dc8254f9 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Fri, 5 May 2023 14:16:45 +0800 Subject: [PATCH] =?UTF-8?q?napi=E6=9C=80=E5=B0=8F=E9=9B=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c87a052f83ed0f7abc4f61294ee59963a030147 Signed-off-by: lijunjie --- frameworks/core/components_ng/components.gni | 1 + frameworks/core/pipeline_ng/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/frameworks/core/components_ng/components.gni b/frameworks/core/components_ng/components.gni index f120d7d803d..bbce6000ae4 100644 --- a/frameworks/core/components_ng/components.gni +++ b/frameworks/core/components_ng/components.gni @@ -102,6 +102,7 @@ template("build_component_ng") { "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src", "//foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter", "//third_party/bounds_checking_function/include", + "//foundation/appframework/window_manager/interfaces/innerkits/wm", ] if (!is_cross_platform_build && defined(config.enable_drag_framework) && diff --git a/frameworks/core/pipeline_ng/BUILD.gn b/frameworks/core/pipeline_ng/BUILD.gn index 3ad39407297..990b6d84e8d 100644 --- a/frameworks/core/pipeline_ng/BUILD.gn +++ b/frameworks/core/pipeline_ng/BUILD.gn @@ -50,6 +50,7 @@ template("ace_core_pipeline_ng_source_set") { include_dirs = [ "//foundation/window/window_manager/interfaces/innerkits" ] } + include_dirs += [ "//foundation/appframework/window_manager/interfaces/innerkits/wm" ] if (platform == "ohos" && defined(config.enable_native_view) && config.enable_native_view) { -- Gitee