From d506c068d428587503b75dde76f7e938b272c477 Mon Sep 17 00:00:00 2001 From: Ruchi Kandoi Date: Fri, 5 Jan 2018 10:56:46 -0800 Subject: [PATCH] Add AID for Secure Element Application Test: Test if the correct uid is assigned to the application Change-Id: Ib0302a2e90ae89499ecbcebffa393bdd037adfbe --- libcutils/include/private/android_filesystem_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index 5753e492a..fc354f100 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h @@ -125,6 +125,7 @@ #define AID_RESERVED_DISK 1065 /* GID that has access to reserved disk space */ #define AID_STATSD 1066 /* statsd daemon */ #define AID_INCIDENTD 1067 /* incidentd daemon */ +#define AID_SECURE_ELEMENT 1068 /* secure element subsystem */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */