Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67672e04 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Merge a775965b from gingerbread

Change-Id: I8c08cca033ef3efe6badd2a7ba4674dfb02d6b60
parents fa5c690d a775965b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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, },