summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>2015-07-10 17:31:50 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:22:37 -0600
commit3421bd829aa7d878d5d85317e72cbc3aefedaccb (patch)
tree79f892669cb5bf35c26ef56bde2dc2dbc515353b /include
parentbfd775eabe5949ebdeb2d7698ee9515d90921551 (diff)
downloadsystem_core-3421bd829aa7d878d5d85317e72cbc3aefedaccb.zip
system_core-3421bd829aa7d878d5d85317e72cbc3aefedaccb.tar.gz
system_core-3421bd829aa7d878d5d85317e72cbc3aefedaccb.tar.bz2
system: core: Add Sensors group
Defining group for sensors. CRs-Fixed: 431081 Change-Id: I58151f2fd727bded1b16adb3caeac85e27e44036
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index b3682c6..8b3390c 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -99,6 +99,8 @@
#define AID_NET_BT_STACK 3008 /* bluetooth: access config files */
#define AID_QCOM_DIAG 3009 /* can read/write /dev/diag */
+#define AID_SENSORS 3011 /* access to /dev/socket/sensor_ctl_socket & QCCI/QCSI */
+
#define AID_RFS 3012 /* Remote Filesystem for peripheral processors */
#define AID_RFS_SHARED 3013 /* Shared files for Remote Filesystem for peripheral processors */
@@ -187,6 +189,8 @@ static const struct android_id_info android_ids[] = {
{ "net_bw_acct", AID_NET_BW_ACCT, },
{ "net_bt_stack", AID_NET_BT_STACK, },
+ { "sensors", AID_SENSORS, },
+
{ "rfs", AID_RFS, },
{ "rfs_shared", AID_RFS_SHARED, },