From 5e97605ca8d83414b122bae72e65ea388b66718a Mon Sep 17 00:00:00 2001 From: daniel_Tomas Date: Thu, 9 Dec 2010 10:46:12 -0800 Subject: Download feature added in the libnfc Change-Id: Idfed8c90453a0acc7fa632f62a1e20617b4ae7f6 --- inc/phNfcConfig.h | 4 ++-- inc/phNfcTypes.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'inc') 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; -- cgit v1.1