From 298c0c594773cee81f1909977d277dda0cbd755a Mon Sep 17 00:00:00 2001 From: wanderer-dl122 Date: Wed, 8 Jun 2022 16:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=B8=83=E5=BC=8F=E7=A1=AC=E4=BB=B6?= =?UTF-8?q?=E6=A1=86=E6=9E=B6=E9=83=A8=E4=BB=B6=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanderer-dl122 --- distributedscreen.gni | 2 +- screenhandler/test/fuzztest/dscreenhandler_fuzzer/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distributedscreen.gni b/distributedscreen.gni index b17f27a6..c7b117b6 100644 --- a/distributedscreen.gni +++ b/distributedscreen.gni @@ -13,7 +13,7 @@ distributedscreen_path = "//foundation/distributedhardware/distributedscreen" distributedhardwarefwk_path = - "//foundation/distributedhardware/distributedhardwarefwk" + "//foundation/distributedhardware/distributed_hardware_fwk" windowmanager_path = "//foundation/windowmanager" mediastandard_path = "//foundation/multimedia/media_standard" graphicstandard_path = "//foundation/graphic/graphic_2d" diff --git a/screenhandler/test/fuzztest/dscreenhandler_fuzzer/BUILD.gn b/screenhandler/test/fuzztest/dscreenhandler_fuzzer/BUILD.gn index 0b37ed8e..94278d86 100644 --- a/screenhandler/test/fuzztest/dscreenhandler_fuzzer/BUILD.gn +++ b/screenhandler/test/fuzztest/dscreenhandler_fuzzer/BUILD.gn @@ -35,7 +35,7 @@ ohos_fuzztest("DscreenHandlerFuzzTest") { "${common_path}/include", "${distributedscreen_path}/screenhandler/include", "${fwk_services_path}/distributedhardwarefwkserviceimpl/include/localhardwaremanager", - "//foundation/distributedhardware/distributedhardwarefwk/common/utils/include", + "//foundation/distributedhardware/distributed_hardware_fwk/common/utils/include", ] cflags = [ -- Gitee