From 435c6ddd75f28e80f9f79ff829b01f0414a0ef80 Mon Sep 17 00:00:00 2001 From: Georg Veichtlbauer Date: Wed, 28 Jul 2021 10:30:22 +0200 Subject: shinano-common: nfc: Fix FW_DLL_ROOT_DIR Commit 1c834a13e8494d25b730a75664c0cdf41e9a9709 moved NFC firmware DLL from vendor/firmware to vendor/lib, which causes the HAL not to be able to load the library on phDnldNfc_LoadFW. Fix this by adjusting the base path. Change-Id: Ic9477b44eca323b8d6e4f2c78afac6b1b2fe71a6 --- pn54x/common/phNfcCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pn54x/common/phNfcCommon.h b/pn54x/common/phNfcCommon.h index 638a133..521e4ed 100644 --- a/pn54x/common/phNfcCommon.h +++ b/pn54x/common/phNfcCommon.h @@ -33,7 +33,7 @@ #include #include -#define FW_DLL_ROOT_DIR "/system/vendor/firmware/" +#define FW_DLL_ROOT_DIR "/system/vendor/lib/" #define FW_DLL_EXTENSION ".so" #if (NFC_NXP_CHIP_TYPE == PN548C2) -- cgit v1.2.3