summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-15 17:46:44 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-15 17:46:44 -0700
commit67672e04111a6cfdf572023a154675749c3fb550 (patch)
treec9483b62d6ab2d4d293029185759ca3453e2eff6 /include
parentfa5c690d93b92ccf57a0522c498ca2076a7ad98d (diff)
parenta775965b6c58b67f3d26a854a835db27c3244e0d (diff)
downloadsystem_core-67672e04111a6cfdf572023a154675749c3fb550.zip
system_core-67672e04111a6cfdf572023a154675749c3fb550.tar.gz
system_core-67672e04111a6cfdf572023a154675749c3fb550.tar.bz2
Merge a775965b from gingerbread
Change-Id: I8c08cca033ef3efe6badd2a7ba4674dfb02d6b60
Diffstat (limited to 'include')
-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 e3dd93e..9c35aa4 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -55,6 +55,7 @@
#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_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@@ -98,6 +99,7 @@ static const struct android_id_info android_ids[] = {
{ "media", AID_MEDIA, },
{ "drm", AID_DRM, },
{ "drmio", AID_DRMIO, },
+ { "nfc", AID_NFC, },
{ "shell", AID_SHELL, },
{ "cache", AID_CACHE, },
{ "diag", AID_DIAG, },