diff --git a/wlan/hostapd/v1_0/BUILD.gn b/wlan/hostapd/v1_0/BUILD.gn index 418ee2aae6b42eaa3d0805939289ef116fabce39..16fa032c4f885a12e283fae4ea6928893386e034 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 698ab2b85773fee0015075a40968f8b996a4aa4b..06ee1d83fc69087099a93dfe3895474405c44e31 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 32e7f0bcda016cf901a044ccf1b4141d2e0388c4..5c5b4e64bb23ffecc495470cfa6520503caf75ab 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 1f28de36e6dfe5bbf7fc833274d288f45efd323a..fc030f8f31e478e50f8694cee2e6d449717f6ad1 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 17542a029f0aa6177113ced5630ea1250c5fc8f3..85e94c673cd873d69c41ca5bc3d73b05a3e3c8da 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 = []