diff options
author | Jeff Tinker <jtinker@google.com> | 2013-04-25 04:54:02 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-25 04:54:02 +0000 |
commit | 131ee07b77e0250c16cebe2b0e226c5bff8e9587 (patch) | |
tree | e850f3ebd284416bd493832bcef1733fc564ac09 /include/private/android_filesystem_config.h | |
parent | 7ee2e26eb98da10eaddf5a8e864d508cceab946b (diff) | |
parent | 08d64308b93594c587036cffcd8f6780eaf2c417 (diff) | |
download | system_core-131ee07b77e0250c16cebe2b0e226c5bff8e9587.zip system_core-131ee07b77e0250c16cebe2b0e226c5bff8e9587.tar.gz system_core-131ee07b77e0250c16cebe2b0e226c5bff8e9587.tar.bz2 |
Merge "Add a new group for MediaDrm engine plugins" into jb-mr2-dev
Diffstat (limited to 'include/private/android_filesystem_config.h')
-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 2c9c82b..5d363a7 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -71,6 +71,7 @@ #define AID_SDCARD_R 1028 /* external storage read access */ #define AID_CLAT 1029 /* clat part of nat464 */ #define AID_LOOP_RADIO 1030 /* loop radio devices */ +#define AID_MEDIA_DRM 1031 /* MediaDrm plugins */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ @@ -150,6 +151,7 @@ static const struct android_id_info android_ids[] = { { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, { "clat", AID_CLAT, }, + { "mediadrm", AID_MEDIA_DRM, }, }; #define android_id_count \ |