From c68c6c3326f2017d5576a930706815732acdfb5d Mon Sep 17 00:00:00 2001 From: zgit2021 Date: Tue, 14 Jun 2022 12:25:31 +0000 Subject: [PATCH] modify iothardware_link & iothardware_peripheral path Signed-off-by: zgit2021 --- app/demolink/BUILD.gn | 2 +- app/iothardware/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/demolink/BUILD.gn b/app/demolink/BUILD.gn index f46075f..94c3104 100644 --- a/app/demolink/BUILD.gn +++ b/app/demolink/BUILD.gn @@ -16,6 +16,6 @@ static_library("example_demolink") { include_dirs = [ "//utils/native/lite/include", - "//domains/iot/link/libbuild", + "//domains/iothardware/link/libbuild", ] } diff --git a/app/iothardware/BUILD.gn b/app/iothardware/BUILD.gn index d534403..47ed749 100644 --- a/app/iothardware/BUILD.gn +++ b/app/iothardware/BUILD.gn @@ -17,6 +17,6 @@ static_library("led_example") { include_dirs = [ "//utils/native/lite/include", "//kernel/liteos_m/kal/cmsis", - "//base/iot_hardware/peripheral/interfaces/kits", + "//domains/iothardware/peripheral/interfaces/inner_api", ] } -- Gitee