diff --git a/applications/kitframework/readme.md b/applications/kitframework/readme.md index f633c31743d2f49298b4857fb9893209d88ae289..af7822e0788ca171a61133931ad1f777308cf4ed 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 04ea5f3f0a931a7d93f5af2bf2ebdc2a4ff33d61..5765568506dba7c911a5abbdd54f423c518df32f 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/commonlibrary_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 cc15951e57e63982d24d098ac7bf4e78f16a2168..2134b3463a75b776f301e8b81259e5756d7b0dbe 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 0dbaaf55315857bd07e85195ca762e08a88ea1a4..7723902d37cd3f5e5b38a77a12f8ca70fa9795f4 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 c450f5ad43c2797b4946c520aa0074a8d83810f4..b3a01273778ae3e0b7af55ff68c8725bf619b127 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 544c1688b7d37ecd71b156192395676759ee9a97..fc07ac837dce969e6934b3b311bb88041f89eeb7 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 10ecf4ed60d56ab3cdbaf5f48d4fb2373c34022b..f73d2a65f328caa06333f0992f896ca11b3b0e2d 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", ]