Skip to content

Commit

Permalink
Added support for NDEF on ICODE.
Browse files Browse the repository at this point in the history
This patch allows reading and writing of NDEF messages on ICODE tags.

Change-Id: I43b4845c898c2bf268f609a5a81e991460059ff6
  • Loading branch information
Martijn Coenen authored and jham committed Feb 24, 2011
1 parent 29e144e commit a6e012a
Show file tree
Hide file tree
Showing 6 changed files with 2,016 additions and 8 deletions.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ LOCAL_SRC_FILES += src/phFriNfc_MapTools.c
LOCAL_SRC_FILES += src/phFriNfc_TopazMap.c
LOCAL_SRC_FILES += src/phFriNfc_TopazDynamicMap.c
LOCAL_SRC_FILES += src/phFriNfc_DesfireMap.c
LOCAL_SRC_FILES += src/phFriNfc_ISO15693Map.c
LOCAL_SRC_FILES += src/phFriNfc_NdefMap.c
LOCAL_SRC_FILES += src/phFriNfc_IntNdefMap.c

Expand Down
16 changes: 10 additions & 6 deletions src/phFriNfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
*
* Project: NFC-FRI
*
* $Date: Thu Feb 11 18:45:30 2010 $
* $Author: ing04880 $
* $Revision: 1.19 $
* $Aliases: NFC_FRI1.1_WK1007_R33_1 $
* $Date: Mon Dec 13 14:14:13 2010 $
* $Author: ing02260 $
* $Revision: 1.20 $
* $Aliases: $
*
*/

Expand Down Expand Up @@ -58,6 +58,10 @@
#define PH_FRINFC_MAP_TOPAZ_DYNAMIC_DISABLED
#endif

#ifdef DISABLE_ISO15693_MAPPING
#define PH_FRINFC_MAP_ISO15693_DISABLED
#endif


#ifdef DISABLE_FORMAT
#define PH_FRINFC_FMT_DESFIRE_DISABLED
Expand All @@ -75,8 +79,8 @@
*/
/*@{*/

#define PH_FRINFC_FILEREVISION "$Revision: 1.19 $" /**< \ingroup grp_file_attributes */
#define PH_FRINFC_FILEALIASES "$Aliases: NFC_FRI1.1_WK1007_R33_1 $" /**< \ingroup grp_file_attributes */
#define PH_FRINFC_FILEREVISION "$Revision: 1.20 $" /**< \ingroup grp_file_attributes */
#define PH_FRINFC_FILEALIASES "$Aliases: $" /**< \ingroup grp_file_attributes */

/*@}*/

Expand Down
Loading

0 comments on commit a6e012a

Please sign in to comment.