summaryrefslogtreecommitdiffstats
path: root/common/device.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/device.te')
-rwxr-xr-xcommon/device.te13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/device.te b/common/device.te
index 4c0aa2c2..16d09fb3 100755
--- a/common/device.te
+++ b/common/device.te
@@ -76,8 +76,21 @@ type wcnss_device, dev_type;
type mmc_block_device, dev_type;
+# Define QDSS devices
+type qdss_device, dev_type;
+
#Define Gadget serial device
type gadget_serial_device, dev_type;
#energy-awareness device
type pta_device, dev_type;
+
+#Added for hbtp
+type bu21150_device, dev_type;
+type hbtp_device, dev_type;
+
+#added for voice device
+type voice_device, dev_type;
+
+#Define system health monitor devices
+type system_health_monitor_device, dev_type;