From 41128676f37eee884e473bc1ee24da0c420f5fd8 Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Mon, 23 Jan 2017 21:56:51 +0100 Subject: add sony users and use them Change-Id: Ieb761d8717a1008742bf412a5fdedf38786d3e97 --- include/private/android_filesystem_config.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include') diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index f03346e..0ad4ef5 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -108,6 +108,13 @@ #define AID_RFS 2951 /* Remote Filesystem for peripheral processors */ #define AID_RFS_SHARED 2952 /* Shared files for Remote Filesystem for peripheral processors */ +#define AID_IDD 2987 /* SONY idd */ +#define AID_UPDATEMISCTA 2991 /* SONY updatemiscta */ +#define AID_TRIMAREA 2993 /* SONY trimarea */ +#define AID_CREDMGR_CLI 2996 /* SONY credmgr_client */ +#define AID_TAD 2997 /* SONY tad */ +#define AID_TA_QMI 2998 /* SONY ta_qmi */ + #define AID_OEM_RESERVED_END 2999 /* The 3000 series are intended for use as supplemental group id's only. @@ -245,6 +252,13 @@ static const struct android_id_info android_ids[] = { { "everybody", AID_EVERYBODY, }, { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, + + { "idd", AID_IDD, }, + { "updatemiscta", AID_UPDATEMISCTA, }, + { "trimarea", AID_TRIMAREA, }, + { "credmgr_client", AID_CREDMGR_CLI, }, + { "tad", AID_TAD, }, + { "ta_qmi", AID_TA_QMI, }, }; #define android_id_count \ -- cgit v1.2.3