diff options
author | Jeff Tinker <jtinker@google.com> | 2013-04-23 19:54:17 -0700 |
---|---|---|
committer | Jeff Tinker <jtinker@google.com> | 2013-04-23 19:54:17 -0700 |
commit | 08d64308b93594c587036cffcd8f6780eaf2c417 (patch) | |
tree | 4838b3cc4affcb6453ca131d2c0d5abe4d831c1e /include | |
parent | b3478f4a50fc44bf573dc4caf4f7e1ddcc4f0eea (diff) | |
download | system_core-08d64308b93594c587036cffcd8f6780eaf2c417.zip system_core-08d64308b93594c587036cffcd8f6780eaf2c417.tar.gz system_core-08d64308b93594c587036cffcd8f6780eaf2c417.tar.bz2 |
Add a new group for MediaDrm engine plugins
bug: 8702754
Change-Id: I3b7988b64b1dcf4685624e4c1af938e132b82696
Diffstat (limited to 'include')
-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 540318f..fc43a24 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 \ |