summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-04-04 14:42:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-04-04 14:42:38 -0700
commit65475f89e14cb0914db336652c345e2847c7cb92 (patch)
tree6727c0369e6cf72d9deb52b53947ed417935951e /include
parentbe61f39a6b3b92fd6f0a9d1e732f59fa08e95da6 (diff)
parent336bc321a6e978a273098148e13a82c5e7ec3be5 (diff)
downloadsystem_core-65475f89e14cb0914db336652c345e2847c7cb92.zip
system_core-65475f89e14cb0914db336652c345e2847c7cb92.tar.gz
system_core-65475f89e14cb0914db336652c345e2847c7cb92.tar.bz2
am 336bc321: Make the NFC UID forward compatible.
* commit '336bc321a6e978a273098148e13a82c5e7ec3be5': Make the NFC UID forward compatible.
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 f1b1ae0..4d19f17 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -56,7 +56,9 @@
#define AID_DRMIO 1020 /* DRM IO server */
#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 */