From 6b9c2ea082464bb96608b8d7923515f1060ec87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C?= Date: Thu, 22 May 2025 14:49:42 +0000 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 罗斌 --- wlan/hostapd/v1_0/BUILD.gn | 2 +- wlan/v1_1/BUILD.gn | 2 +- wlan/v1_2/BUILD.gn | 2 +- wlan/v1_3/BUILD.gn | 2 +- wlan/wpa/v2_0/BUILD.gn | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wlan/hostapd/v1_0/BUILD.gn b/wlan/hostapd/v1_0/BUILD.gn index 418ee2aa..16fa032c 100644 --- a/wlan/hostapd/v1_0/BUILD.gn +++ b/wlan/hostapd/v1_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") if (defined(ohos_lite)) { group("libhostapd_proxy_1.0") { deps = [] diff --git a/wlan/v1_1/BUILD.gn b/wlan/v1_1/BUILD.gn index 698ab2b8..06ee1d83 100644 --- a/wlan/v1_1/BUILD.gn +++ b/wlan/v1_1/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("../../../hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") if (defined(ohos_lite)) { group("libwlan_proxy_1.1") { deps = [] diff --git a/wlan/v1_2/BUILD.gn b/wlan/v1_2/BUILD.gn index 32e7f0bc..5c5b4e64 100644 --- a/wlan/v1_2/BUILD.gn +++ b/wlan/v1_2/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("../../../hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") if (defined(ohos_lite)) { group("libwlan_proxy_1.2") { deps = [] diff --git a/wlan/v1_3/BUILD.gn b/wlan/v1_3/BUILD.gn index 1f28de36..fc030f8f 100644 --- a/wlan/v1_3/BUILD.gn +++ b/wlan/v1_3/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("../../../hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") if (defined(ohos_lite)) { group("libwlan_proxy_1.3") { deps = [] diff --git a/wlan/wpa/v2_0/BUILD.gn b/wlan/wpa/v2_0/BUILD.gn index 17542a02..85e94c67 100644 --- a/wlan/wpa/v2_0/BUILD.gn +++ b/wlan/wpa/v2_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") if (defined(ohos_lite)) { group("libwpa_proxy_2.0") { deps = [] -- Gitee