From b328dd453920364cfe2bd087d2a3152d647dd85f Mon Sep 17 00:00:00 2001 From: maojiangping Date: Sat, 9 Jul 2022 20:29:50 +0800 Subject: [PATCH] Change code path for windowmanager Signed-off-by: maojiangping Change-Id: I4b121cc1691a8a04a7439553384be117ab473e46 --- distributedscreen.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributedscreen.gni b/distributedscreen.gni index 89bb72b6..b778f5f8 100644 --- a/distributedscreen.gni +++ b/distributedscreen.gni @@ -14,7 +14,7 @@ distributedscreen_path = "//foundation/distributedhardware/distributed_screen" distributedhardwarefwk_path = "//foundation/distributedhardware/distributed_hardware_fwk" -windowmanager_path = "//foundation/windowmanager" +windowmanager_path = "//foundation/window/window_manager" mediastandard_path = "//foundation/multimedia/media_standard" graphicstandard_path = "//foundation/graphic/graphic_2d" common_path = "${distributedscreen_path}/common" -- Gitee