summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authordaniel_Tomas <daniel.tomas@trusted-logic.com>2010-12-09 10:46:12 -0800
committerNick Pelly <npelly@google.com>2010-12-09 12:41:48 -0800
commit5e97605ca8d83414b122bae72e65ea388b66718a (patch)
treee3398ab19408f0ce0dd67c23569a8bce60d4d341 /inc
parentea7a513aa8474d6b26716b23555f4d77bc030d0e (diff)
downloadexternal_libnfc-nxp-5e97605ca8d83414b122bae72e65ea388b66718a.zip
external_libnfc-nxp-5e97605ca8d83414b122bae72e65ea388b66718a.tar.gz
external_libnfc-nxp-5e97605ca8d83414b122bae72e65ea388b66718a.tar.bz2
Download feature added in the libnfc
Change-Id: Idfed8c90453a0acc7fa632f62a1e20617b4ae7f6
Diffstat (limited to 'inc')
-rw-r--r--inc/phNfcConfig.h4
-rw-r--r--inc/phNfcTypes.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h
index 0083f1e..376c75c 100644
--- a/inc/phNfcConfig.h
+++ b/inc/phNfcConfig.h
@@ -367,7 +367,7 @@
/* #define HOST_EMULATION */
/**< Macro to Enable the Download Mode Feature */
-//#define FW_DOWNLOAD
+#define FW_DOWNLOAD
/**< Macro to Enable the Firmware Download Timer */
#define FW_DOWNLOAD_TIMER
@@ -376,7 +376,7 @@
/* #define FW_DOWNLOAD_VERIFY */
#ifndef FW_DOWNLOAD_VERIFY
-#define NXP_FW_INTEGRITY_CHK
+#define NXP_FW_INTEGRITY_CHK 1
#endif
#define UICC_CONNECTIVITY_PATCH
diff --git a/inc/phNfcTypes.h b/inc/phNfcTypes.h
index 3536721..03ce30d 100644
--- a/inc/phNfcTypes.h
+++ b/inc/phNfcTypes.h
@@ -364,6 +364,7 @@ typedef struct phNfc_sDeviceCapabilities_t
phNfc_sSupProtocol_t EmulationSupProtocol; /**< Supported protocols
(Bitmapped) in Emulation
mode. */
+ char firmware_update_info; /** */
} phNfc_sDeviceCapabilities_t;