diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-15 17:46:44 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-10-15 17:46:44 -0700 |
commit | 67672e04111a6cfdf572023a154675749c3fb550 (patch) | |
tree | c9483b62d6ab2d4d293029185759ca3453e2eff6 | |
parent | fa5c690d93b92ccf57a0522c498ca2076a7ad98d (diff) | |
parent | a775965b6c58b67f3d26a854a835db27c3244e0d (diff) | |
download | system_core-67672e04111a6cfdf572023a154675749c3fb550.zip system_core-67672e04111a6cfdf572023a154675749c3fb550.tar.gz system_core-67672e04111a6cfdf572023a154675749c3fb550.tar.bz2 |
Merge a775965b from gingerbread
Change-Id: I8c08cca033ef3efe6badd2a7ba4674dfb02d6b60
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
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, }, |