diff --git a/nfc/v1_0/BUILD.gn b/nfc/v1_0/BUILD.gn index 39c7beaab4c0500ad1b6f143249a8afe35fb1682..b6a1f1777e55f07e6f273d1433e37d082967a88d 100644 --- a/nfc/v1_0/BUILD.gn +++ b/nfc/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") hdi("nfc") { module_name = "nfc_service" diff --git a/nfc/v1_1/BUILD.gn b/nfc/v1_1/BUILD.gn index 91e485ab26e2e446f80f1de649e4504fa55f2064..7f90e8538375b388da11ea95be3cc5d86d309a1c 100644 --- a/nfc/v1_1/BUILD.gn +++ b/nfc/v1_1/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") hdi("nfc") { module_name = "nfc_service" imports = [ "ohos.hdi.nfc.v1_0:nfc" ]