summaryrefslogtreecommitdiff
path: root/whitechapel/vendor/google/device.te
blob: bd62647d1749c0c1bdee9a79c68febda5d21386b (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
# Block Devices
type efs_block_device, dev_type;
type fat_block_device, dev_type;
type modem_block_device, dev_type;
type modem_userdata_block_device, dev_type;
type persist_block_device, dev_type;
type vendor_block_device, dev_type;
type sda_block_device, dev_type;
type mfg_data_block_device, dev_type;

# Exynos devices
type vendor_m2m1shot_device, dev_type;
type vendor_gnss_device, dev_type;
type vendor_nanohub_device, dev_type;
type vendor_secmem_device, dev_type;
type vendor_toe_device, dev_type;
type custom_ab_block_device, dev_type;
type devinfo_block_device, dev_type;

# usbpd
type logbuffer_device, dev_type;

#cpuctl
type cpuctl_device, dev_type;

# Bt Wifi Coexistence device
type wb_coexistence_dev, dev_type;

# Touch
type touch_offload_device, dev_type;

# LWIS (Lightweight Imaging Subsystem) devices, used by Lyric camera HAL
type lwis_device, dev_type;

# RLS device
type rls_device, dev_type;

# sensor direct DMA-BUF heap
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;

#faceauth DMA-BUF heaps
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;

#vscaler-secure DMA-BUF heap
type vscaler_heap_device, dmabuf_heap_device_type, dev_type;

# AOC device
type aoc_device, dev_type;

# Fingerprint device
type fingerprint_device, dev_type;

# AMCS device
type amcs_device, dev_type;

# Battery history
type battery_history_device, dev_type;