summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-10-14 23:30:51 -0700
committerNick Pelly <npelly@google.com>2010-10-15 02:16:05 -0700
commit85905a6ab4d970f04d421bd2077ba4ad6fe67c3e (patch)
tree7b013e576a3de179d6db43443767ecf10133ade4 /include/private
parent9cd8057b6e8f5fc1254a4ed19e8127b5091b5dce (diff)
downloadcore-85905a6ab4d970f04d421bd2077ba4ad6fe67c3e.tar.gz
core-85905a6ab4d970f04d421bd2077ba4ad6fe67c3e.tar.bz2
core-85905a6ab4d970f04d421bd2077ba4ad6fe67c3e.zip
Add AID_NFC for use by the NFC service.
Change-Id: I5b92f87dbacb9d855d99e10b3811f290fb64a144 Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'include/private')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 9aaa736ca..7d874ceb2 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -53,6 +53,7 @@
#define AID_KEYSTORE 1017 /* keystore subsystem */
#define AID_USB 1018 /* USB devices */
#define AID_GPS 1021 /* GPS daemon */
+#define AID_NFC 1022 /* nfc subsystem */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@@ -94,6 +95,7 @@ static const struct android_id_info android_ids[] = {
{ "adb", AID_ADB, },
{ "install", AID_INSTALL, },
{ "media", AID_MEDIA, },
+ { "nfc", AID_NFC, },
{ "shell", AID_SHELL, },
{ "cache", AID_CACHE, },
{ "diag", AID_DIAG, },