From b364328a595c9489542f903f5b41bc548c75c8dd Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Thu, 16 Mar 2017 11:11:01 +0000 Subject: [PATCH] Add eSE AID. This is used by components that communicate with the embedded secure element. Test: Boot system with a daemon and device using this AID. Bug: 35628284 Change-Id: I1fd1a300c69fefbd19fda69add5d3b098be873c2 --- include/private/android_filesystem_config.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 8e2bc1cbe..48a0e61b0 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -123,11 +123,12 @@ #define AID_DNS_TETHER 1052 /* DNS resolution daemon (tether: dnsmasq) */ #define AID_WEBVIEW_ZYGOTE 1053 /* WebView zygote process */ #define AID_VEHICLE_NETWORK 1054 /* Vehicle network service */ -#define AID_MEDIA_AUDIO 1055 /* GID for audio files on internal media storage */ -#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */ -#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */ +#define AID_MEDIA_AUDIO 1055 /* GID for audio files on internal media storage */ +#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */ +#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */ #define AID_TOMBSTONED 1058 /* tombstoned user */ -#define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */ +#define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */ +#define AID_ESE 1060 /* embedded secure element (eSE) subsystem */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */