summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc.h
diff options
context:
space:
mode:
authorMartijn Coenen <martijn.coenen@nxp.com>2011-01-13 23:24:24 +0100
committerJeff Hamilton <jham@android.com>2011-02-25 06:44:34 +0900
commita6e012a748e70ab203655d4e1c0d0a77b6515fad (patch)
treea3aeefc1f4816c58a4e943d85fca89678432f159 /src/phFriNfc.h
parent29e144ebf81b0f09b3fe4c26b67485ce836909c6 (diff)
downloadexternal_libnfc-nxp-a6e012a748e70ab203655d4e1c0d0a77b6515fad.zip
external_libnfc-nxp-a6e012a748e70ab203655d4e1c0d0a77b6515fad.tar.gz
external_libnfc-nxp-a6e012a748e70ab203655d4e1c0d0a77b6515fad.tar.bz2
Added support for NDEF on ICODE.
This patch allows reading and writing of NDEF messages on ICODE tags. Change-Id: I43b4845c898c2bf268f609a5a81e991460059ff6
Diffstat (limited to 'src/phFriNfc.h')
-rw-r--r--src/phFriNfc.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/phFriNfc.h b/src/phFriNfc.h
index 989871b..fb4b5ee 100644
--- a/src/phFriNfc.h
+++ b/src/phFriNfc.h
@@ -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: $
*
*/
@@ -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
@@ -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 */
/*@}*/