summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-03-24 20:23:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-24 20:23:35 -0700
commitbe61f39a6b3b92fd6f0a9d1e732f59fa08e95da6 (patch)
treea2f8808936264c066b7a62283fac4d282dda8de7
parentcb1e616e3c108a9c8b159bb95c3356acf5797ba2 (diff)
parenta6a36c0b799b84d06b695027d205f21d13a3275b (diff)
downloadsystem_core-be61f39a6b3b92fd6f0a9d1e732f59fa08e95da6.zip
system_core-be61f39a6b3b92fd6f0a9d1e732f59fa08e95da6.tar.gz
system_core-be61f39a6b3b92fd6f0a9d1e732f59fa08e95da6.tar.bz2
am a6a36c0b: Update the value for the NFC shared UID.
* commit 'a6a36c0b799b84d06b695027d205f21d13a3275b': Update the value for the NFC shared UID.
-rw-r--r--include/private/android_filesystem_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 9c35aa4..f1b1ae0 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -55,7 +55,8 @@
#define AID_DRM 1019 /* DRM server */
#define AID_DRMIO 1020 /* DRM IO server */
#define AID_GPS 1021 /* GPS daemon */
-#define AID_NFC 1022 /* nfc subsystem */
+#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */
+#define AID_NFC 1023 /* nfc subsystem */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */