diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-10-29 19:55:42 +0100 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-10-29 19:56:00 +0100 |
commit | 597d321c3a874c5d6349e8504f9f7614249081dd (patch) | |
tree | a16871542a6d9ae0ca8b8643b2d35c12b47011b8 /include | |
parent | 7adb977d087ab311315bae57534d365098b4d576 (diff) |
shinano: update header
Change-Id: I07c39ac78c4f50fe83d7a8ac25df661057bccb67
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 3de4066..f104f64 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -100,6 +100,8 @@ #define AID_NET_BT_STACK 3008 /* bluetooth: access config files */ #define AID_QCOM_ONCRPC 3009 /* can read/write /dev/oncrpc files */ #define AID_QCOM_DIAG 3010 /* can read/write /dev/diag */ +#define AID_SENSORS 3011 /* access to /dev/socket/sensor_ctl_socket & QCCI/QCSI */ +#define AID_IMS 3012 /* can read/write /dev/socket/imsrtp */ #if defined(MOTOROLA_UIDS) #define AID_MOT_OSH 5000 /* OSH */ @@ -190,6 +192,7 @@ static const struct android_id_info android_ids[] = { { "net_bw_acct", AID_NET_BW_ACCT, }, { "qcom_oncrpc", AID_QCOM_ONCRPC, }, { "qcom_diag", AID_QCOM_DIAG, }, + { "ims", AID_IMS, }, { "net_bt_stack", AID_NET_BT_STACK, }, // SONY_UIDS @@ -211,7 +214,7 @@ static const struct android_id_info android_ids[] = { { "mot_caif", AID_MOT_CAIF, }, { "mot_dlna", AID_MOT_DLNA, }, #endif - + { "sensors", AID_SENSORS, }, { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, { "theme_man", AID_THEMEMAN }, |