updateWlanV1_3

Signed-off-by: wu-jinpeng981212 <wujinpeng5@huawei.com>
This commit is contained in:
wu-jinpeng981212 2024-03-14 09:56:20 +08:00
parent bf219f28e6
commit 9db87cd518
6 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ ohos_moduletest_suite("HatsHdfWlanHdiServiceTest") {
if (is_standard_system) {
external_deps = [
"c_utils:utils",
"drivers_interface_wlan:libwlan_proxy_1.2",
"drivers_interface_wlan:libwlan_proxy_1.3",
"hdf_core:libhdf_host",
"hdf_core:libhdf_utils",
"hilog:libhilog",

View File

@ -16,7 +16,7 @@
#ifndef OHOS_HDI_WLAN_V1_2_WLANCALLBACKSERVICE_H
#define OHOS_HDI_WLAN_V1_2_WLANCALLBACKSERVICE_H
#include "v1_2/iwlan_callback.h"
#include "v1_3/iwlan_callback.h"
#ifdef __cplusplus
extern "C" {

View File

@ -14,7 +14,7 @@
*/
#include <gtest/gtest.h>
#include <servmgr_hdi.h>
#include "v1_2/iwlan_interface.h"
#include "v1_3/iwlan_interface.h"
#include "wlan_callback_impl.h"
#include "securec.h"
#include "wlan_hdi_types.h"

View File

@ -15,7 +15,7 @@
#include <gtest/gtest.h>
#include <servmgr_hdi.h>
#include <osal_mem.h>
#include "v1_2/iwlan_interface.h"
#include "v1_3/iwlan_interface.h"
#include "wlan_callback_impl.h"
#include "securec.h"
#include "wlan_hdi_types.h"

View File

@ -44,7 +44,7 @@ ohos_moduletest_suite("HatsHdfWlanbenchmarkTest") {
"$base_root/drivers/peripheral/wlan/hal:wifi_hal",
"$base_root/drivers/peripheral/wlan/hdi_service:hdi_wlan_service",
"c_utils:utils",
"drivers_interface_wlan:libwlan_proxy_1.2",
"drivers_interface_wlan:libwlan_proxy_1.3",
"hdf_core:libhdf_host",
"hdf_core:libhdf_ipc_adapter",
"hdf_core:libhdf_utils",

View File

@ -26,7 +26,7 @@
#include "wifi_hal_sta_feature.h"
#include "securec.h"
#include <servmgr_hdi.h>
#include "v1_2/iwlan_interface.h"
#include "v1_3/iwlan_interface.h"
#include "wlan_impl.h"
using namespace std;