summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-04-01 13:43:01 -0500
committerJeff Hamilton <jham@android.com>2011-04-01 13:43:01 -0500
commit336bc321a6e978a273098148e13a82c5e7ec3be5 (patch)
tree0bcaa3fe4d7f0b455f6d8ae7699093bab950833a /include
parenta6a36c0b799b84d06b695027d205f21d13a3275b (diff)
downloadsystem_core-336bc321a6e978a273098148e13a82c5e7ec3be5.zip
system_core-336bc321a6e978a273098148e13a82c5e7ec3be5.tar.gz
system_core-336bc321a6e978a273098148e13a82c5e7ec3be5.tar.bz2
Make the NFC UID forward compatible.
Change-Id: Icfa302c22151b3d722ad0da7e58806f74730e1a3
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 9bf6cd3..848b100 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -54,7 +54,9 @@
#define AID_USB 1018 /* USB devices */
#define AID_GPS 1021 /* GPS daemon */
#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */
-#define AID_NFC 1023 /* nfc subsystem */
+#define AID_RFU1 1023 /* RFU */
+#define AID_RFU2 1024 /* RFU */
+#define AID_NFC 1025 /* nfc subsystem */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */