summaryrefslogtreecommitdiffstats
path: root/common/device.te
blob: 081b8adc0caa99778a5866a13084f03d98956e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#Define the logging device type
type diag_device, dev_type;
type smem_log_device, dev_type;

#Define the hsic device
type hsic_device, dev_type;

#Define the mhi device
type mhi_device, dev_type;

#device type for smd device nodes, ie /dev/smd*
type smd_device, dev_type;

#device type for rmnet device nodes, ie /dev/rmnet_ctrl*
type rmnet_device, dev_type;

#Define thermal-engine devices
type thermal_device, dev_type;

#Define vm_bms devices
type vm_bms_device, dev_type;
type battery_data_device, dev_type;

#Add qdsp_device type
type qdsp_device, dev_type;
#Define hvdcp/quickcharge device
type hvdcp_device, dev_type;

#Define mpdecision device
type device_latency, dev_type;

#Define rct device type for time daemon
type rtc_device, dev_type;

#Added for fm_radio device
type  fm_radio_device, dev_type;

#Add for storage pertitions for EFS partitions
type modem_efs_partition_device, dev_type;

#Define device for partition links
type ssd_device, dev_type;
type rpmb_device, dev_type;

#ESOC device
type esoc_device, dev_type;

#SSR device
type ssr_device, dev_type;

#Ramdump device
type ramdump_device, dev_type;

#Kickstart bridge devices
type ksbridgehsic_device, dev_type;

#EFS sync bridge devices
type efsbridgehsic_device, dev_type;

#EFS sync block devices
type efs_boot_dev, dev_type;

#Misc partition
type misc_partition, dev_type;

#Bootselect partition
type bootselect_device, dev_type;

#define usb_uicc_device for usb_uicc daemon
type usb_uicc_device, dev_type;

# Define IPA devices
type ipa_dev, dev_type;

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;

#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;