From 9049b904f3140f6ad4f7805ed4bd10c7fd217f6c Mon Sep 17 00:00:00 2001 From: wenxiaolin Date: Mon, 1 Sep 2025 11:04:59 +0800 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=20wenxiaolin=20=20bugfix:=20=E5=BC=B9=E6=80=A7=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nfc/bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfc/bundle.json b/nfc/bundle.json index d1c910ea..7cca0782 100644 --- a/nfc/bundle.json +++ b/nfc/bundle.json @@ -12,8 +12,8 @@ "component": { "name": "drivers_interface_nfc", "subsystem": "hdf", - "syscap": [""], - "adapter_system_type": ["standard"], + "syscap": [], + "adapted_system_type": ["standard"], "rom": "675KB", "ram": "1024KB", "deps": { -- Gitee