From 838af9d9aa7ea3d60e2ac4965b5796b32ab5896a Mon Sep 17 00:00:00 2001 From: zgit2021 Date: Tue, 19 Jul 2022 16:16:56 +0800 Subject: [PATCH] modifying the directory of iothardware_peripheral repository Signed-off-by: zgit2021 Change-Id: I7b37f71ada073315972bf4b3fa245f76ee832048 --- applications/kitframework/readme.md | 2 +- build_lite/BUILD.gn | 2 +- distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn | 2 +- distributeddatamgr_lite/kv_store_hal/BUILD.gn | 2 +- .../peripheral_hal}/BUILD.gn | 2 +- .../peripheral_hal}/Test.tmpl | 0 .../peripheral_hal}/src/iot_flash_test.c | 0 .../peripheral_hal}/src/iot_gpio_test.c | 0 .../peripheral_hal}/src/iot_i2c_test.c | 0 .../peripheral_hal}/src/iot_pwm_test.c | 0 .../peripheral_hal}/src/iot_uart_test.c | 0 .../peripheral_hal}/src/iot_watchdog_test.c | 0 .../peripheral_hal}/src/lowpower_test.c | 0 .../peripheral_hal}/src/reset_test.c | 0 security_lite/deviceauth_basic_deps/deviceauth.gni | 2 +- security_lite/huks/liteos_m_adapter/BUILD.gn | 2 +- 16 files changed, 7 insertions(+), 7 deletions(-) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/BUILD.gn (94%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/Test.tmpl (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/iot_flash_test.c (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/iot_gpio_test.c (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/iot_i2c_test.c (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/iot_pwm_test.c (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/iot_uart_test.c (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/iot_watchdog_test.c (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/lowpower_test.c (100%) rename {iot_hardware_lite/iot_controller_hal => iothardware_lite/peripheral_hal}/src/reset_test.c (100%) diff --git a/applications/kitframework/readme.md b/applications/kitframework/readme.md index f633c3174..af7822e07 100644 --- a/applications/kitframework/readme.md +++ b/applications/kitframework/readme.md @@ -52,7 +52,7 @@ Hi3861芯片平台可能需要修改为:`"//vendor/hisilicon/hi3861/hals/utils # "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", # "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", # "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest", - # "//test/xts/acts/iot_hardware_lite/iot_controller_hal:ActsWifiIotTest", + # "//test/xts/acts/iothardware_lite/peripheral_hal:ActsWifiIotTest", # "//test/xts/acts/kernel_lite/kernelcmsis_hal:ActsCMSISTest", # "//test/xts/acts/utils_lite/kv_store_hal:ActsKvStoreTest", # "//test/xts/acts/security_lite/huks_hal:ActsSecurityDataTest", diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index c248108a9..0ac9687db 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -39,7 +39,7 @@ lite_component("acts_component") { #"//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest", - "//test/xts/acts/iot_hardware_lite/iot_controller_hal:ActsWifiIotTest", + "//test/xts/acts/iothardware_lite/peripheral_hal:ActsWifiIotTest", "//test/xts/acts/distributeddatamgr_lite/kv_store_hal:ActsKvStoreTest", "//test/xts/acts/security_lite/huks/liteos_m_adapter:ActsHuksHalFunctionTest", "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest", diff --git a/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn b/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn index cc15951e5..2134b3463 100644 --- a/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn +++ b/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn @@ -20,7 +20,7 @@ hctest_suite("ActsDbmKvStoreTest") { include_dirs = [ "src", "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/dbm_kv_store/include", - "//base/iot_hardware/peripheral/interfaces/kits", + "//base/iothardware/peripheral/interfaces/inner_api", ] cflags = [ "-Wno-error" ] } diff --git a/distributeddatamgr_lite/kv_store_hal/BUILD.gn b/distributeddatamgr_lite/kv_store_hal/BUILD.gn index 0dbaaf553..7723902d3 100755 --- a/distributeddatamgr_lite/kv_store_hal/BUILD.gn +++ b/distributeddatamgr_lite/kv_store_hal/BUILD.gn @@ -24,7 +24,7 @@ hctest_suite("ActsKvStoreTest") { include_dirs = [ "src", "//utils/native/lite/include", - "//base/iot_hardware/peripheral/interfaces/kits", + "//base/iothardware/peripheral/interfaces/inner_api", ] cflags = [ "-Wno-error" ] defines = diff --git a/iot_hardware_lite/iot_controller_hal/BUILD.gn b/iothardware_lite/peripheral_hal/BUILD.gn similarity index 94% rename from iot_hardware_lite/iot_controller_hal/BUILD.gn rename to iothardware_lite/peripheral_hal/BUILD.gn index c450f5ad4..b3a012737 100755 --- a/iot_hardware_lite/iot_controller_hal/BUILD.gn +++ b/iothardware_lite/peripheral_hal/BUILD.gn @@ -28,7 +28,7 @@ hctest_suite("ActsWifiIotTest") { include_dirs = [ "//test/xts/tools/hctest/include", "src", - "//base/iot_hardware/peripheral/interfaces/kits", + "//base/iothardware/peripheral/interfaces/inner_api", ] cflags = [ "-Wno-error" ] diff --git a/iot_hardware_lite/iot_controller_hal/Test.tmpl b/iothardware_lite/peripheral_hal/Test.tmpl similarity index 100% rename from iot_hardware_lite/iot_controller_hal/Test.tmpl rename to iothardware_lite/peripheral_hal/Test.tmpl diff --git a/iot_hardware_lite/iot_controller_hal/src/iot_flash_test.c b/iothardware_lite/peripheral_hal/src/iot_flash_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/iot_flash_test.c rename to iothardware_lite/peripheral_hal/src/iot_flash_test.c diff --git a/iot_hardware_lite/iot_controller_hal/src/iot_gpio_test.c b/iothardware_lite/peripheral_hal/src/iot_gpio_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/iot_gpio_test.c rename to iothardware_lite/peripheral_hal/src/iot_gpio_test.c diff --git a/iot_hardware_lite/iot_controller_hal/src/iot_i2c_test.c b/iothardware_lite/peripheral_hal/src/iot_i2c_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/iot_i2c_test.c rename to iothardware_lite/peripheral_hal/src/iot_i2c_test.c diff --git a/iot_hardware_lite/iot_controller_hal/src/iot_pwm_test.c b/iothardware_lite/peripheral_hal/src/iot_pwm_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/iot_pwm_test.c rename to iothardware_lite/peripheral_hal/src/iot_pwm_test.c diff --git a/iot_hardware_lite/iot_controller_hal/src/iot_uart_test.c b/iothardware_lite/peripheral_hal/src/iot_uart_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/iot_uart_test.c rename to iothardware_lite/peripheral_hal/src/iot_uart_test.c diff --git a/iot_hardware_lite/iot_controller_hal/src/iot_watchdog_test.c b/iothardware_lite/peripheral_hal/src/iot_watchdog_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/iot_watchdog_test.c rename to iothardware_lite/peripheral_hal/src/iot_watchdog_test.c diff --git a/iot_hardware_lite/iot_controller_hal/src/lowpower_test.c b/iothardware_lite/peripheral_hal/src/lowpower_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/lowpower_test.c rename to iothardware_lite/peripheral_hal/src/lowpower_test.c diff --git a/iot_hardware_lite/iot_controller_hal/src/reset_test.c b/iothardware_lite/peripheral_hal/src/reset_test.c similarity index 100% rename from iot_hardware_lite/iot_controller_hal/src/reset_test.c rename to iothardware_lite/peripheral_hal/src/reset_test.c diff --git a/security_lite/deviceauth_basic_deps/deviceauth.gni b/security_lite/deviceauth_basic_deps/deviceauth.gni index 544c1688b..fc07ac837 100644 --- a/security_lite/deviceauth_basic_deps/deviceauth.gni +++ b/security_lite/deviceauth_basic_deps/deviceauth.gni @@ -31,7 +31,7 @@ DEVICEAUTH_BASIC_DEPS_SOURCE = [ ] DEVICEAUTH_BASIC_DEPS_INC = [ - "//base/iot_hardware/peripheral/interfaces/kits", + "//base/iothardware/peripheral/interfaces/inner_api", "//utils/native/lite/include", # utils_file.h ohos_types.h # alg test diff --git a/security_lite/huks/liteos_m_adapter/BUILD.gn b/security_lite/huks/liteos_m_adapter/BUILD.gn index 10ecf4ed6..f73d2a65f 100644 --- a/security_lite/huks/liteos_m_adapter/BUILD.gn +++ b/security_lite/huks/liteos_m_adapter/BUILD.gn @@ -38,7 +38,7 @@ hctest_suite("ActsHuksHalFunctionTest") { ] include_dirs = [ "//base/security/huks/interfaces/innerkits/huks_standard/main/include", - "//base/iot_hardware/peripheral/interfaces/kits", + "//base/iothardware/peripheral/interfaces/inner_api", "../common/include", ] -- GitLab