!1029 update hdf/wlan to v1.3

Merge pull request !1029 from 吴晋鹏/master
This commit is contained in:
openharmony_ci 2024-03-14 03:13:11 +00:00 committed by Gitee
commit 9d50ca41dc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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;