提交 838af9d9 编写于 作者: Z zgit2021

modifying the directory of iothardware_peripheral repository

Signed-off-by: Nzgit2021 <zhaowenqiang14@huawei.com>
Change-Id: I7b37f71ada073315972bf4b3fa245f76ee832048
上级 50a9c79b
...@@ -52,7 +52,7 @@ Hi3861芯片平台可能需要修改为:`"//vendor/hisilicon/hi3861/hals/utils ...@@ -52,7 +52,7 @@ Hi3861芯片平台可能需要修改为:`"//vendor/hisilicon/hi3861/hals/utils
# "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", # "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest",
# "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", # "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest",
# "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest", # "//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/kernel_lite/kernelcmsis_hal:ActsCMSISTest",
# "//test/xts/acts/utils_lite/kv_store_hal:ActsKvStoreTest", # "//test/xts/acts/utils_lite/kv_store_hal:ActsKvStoreTest",
# "//test/xts/acts/security_lite/huks_hal:ActsSecurityDataTest", # "//test/xts/acts/security_lite/huks_hal:ActsSecurityDataTest",
......
...@@ -39,7 +39,7 @@ lite_component("acts_component") { ...@@ -39,7 +39,7 @@ lite_component("acts_component") {
#"//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", #"//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest",
"//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest",
"//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest", "//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/distributeddatamgr_lite/kv_store_hal:ActsKvStoreTest",
"//test/xts/acts/security_lite/huks/liteos_m_adapter:ActsHuksHalFunctionTest", "//test/xts/acts/security_lite/huks/liteos_m_adapter:ActsHuksHalFunctionTest",
"//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest", "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest",
......
...@@ -20,7 +20,7 @@ hctest_suite("ActsDbmKvStoreTest") { ...@@ -20,7 +20,7 @@ hctest_suite("ActsDbmKvStoreTest") {
include_dirs = [ include_dirs = [
"src", "src",
"//foundation/distributeddatamgr/kv_store/interfaces/innerkits/dbm_kv_store/include", "//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" ] cflags = [ "-Wno-error" ]
} }
...@@ -24,7 +24,7 @@ hctest_suite("ActsKvStoreTest") { ...@@ -24,7 +24,7 @@ hctest_suite("ActsKvStoreTest") {
include_dirs = [ include_dirs = [
"src", "src",
"//utils/native/lite/include", "//utils/native/lite/include",
"//base/iot_hardware/peripheral/interfaces/kits", "//base/iothardware/peripheral/interfaces/inner_api",
] ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
defines = defines =
......
...@@ -28,7 +28,7 @@ hctest_suite("ActsWifiIotTest") { ...@@ -28,7 +28,7 @@ hctest_suite("ActsWifiIotTest") {
include_dirs = [ include_dirs = [
"//test/xts/tools/hctest/include", "//test/xts/tools/hctest/include",
"src", "src",
"//base/iot_hardware/peripheral/interfaces/kits", "//base/iothardware/peripheral/interfaces/inner_api",
] ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
......
...@@ -31,7 +31,7 @@ DEVICEAUTH_BASIC_DEPS_SOURCE = [ ...@@ -31,7 +31,7 @@ DEVICEAUTH_BASIC_DEPS_SOURCE = [
] ]
DEVICEAUTH_BASIC_DEPS_INC = [ 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 "//utils/native/lite/include", # utils_file.h ohos_types.h
# alg test # alg test
......
...@@ -38,7 +38,7 @@ hctest_suite("ActsHuksHalFunctionTest") { ...@@ -38,7 +38,7 @@ hctest_suite("ActsHuksHalFunctionTest") {
] ]
include_dirs = [ include_dirs = [
"//base/security/huks/interfaces/innerkits/huks_standard/main/include", "//base/security/huks/interfaces/innerkits/huks_standard/main/include",
"//base/iot_hardware/peripheral/interfaces/kits", "//base/iothardware/peripheral/interfaces/inner_api",
"../common/include", "../common/include",
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册