From 58d598e324af36ec0b2ad23ec41ba24492032265 Mon Sep 17 00:00:00 2001 From: wujie Date: Fri, 16 Aug 2024 16:57:25 +0800 Subject: [PATCH] Signed-off-by: wujie docs: GN rectification --- nfc/v1_0/BUILD.gn | 2 +- nfc/v1_1/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nfc/v1_0/BUILD.gn b/nfc/v1_0/BUILD.gn index 39c7beaa..b6a1f177 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 91e485ab..7f90e853 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" ] -- Gitee