-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathueventd.alpha_max.rc
36 lines (29 loc) · 1.57 KB
/
ueventd.alpha_max.rc
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
# FIXME: move these mei definitions to a mix-in
# Used by HW-backed keystore
/dev/mei 0660 system drmrpc
# Used by WideVine
/dev/meimm 0660 system drmrpc
# GPS
/dev/ttyS2 0660 gps gps
# ----------------- BEGIN MIX-IN DEFINITIONS -----------------
# Mix-In definitions are auto-generated by mixin-update
##############################################################
# Source: device/intel/mixins/groups/graphics/ufo_gen7/ueventd.rc
##############################################################
# Graphics nodes
/dev/dri/controlD64 0660 root graphics
/dev/sw_sync 0660 system system
##############################################################
# Source: device/intel/mixins/groups/disk-bus/mmc-minnow/ueventd.rc
##############################################################
/dev/block/platform/80860F16:00/by-name/android_persistent 0660 system system
##############################################################
# Source: device/intel/mixins/groups/bluetooth/btusb/ueventd.rc
##############################################################
#Bluedroid uhid support
/dev/uhid 0660 bluetooth bluetooth
# Bluetooth rfkill nodes
/sys/devices/pci*/0000:00:*/usb*/*/*/*/bluetooth/hci0/rfkill* state 0660 bluetooth bluetooth
/sys/devices/pci*/0000:00:*/usb*/*/*/*/bluetooth/hci0/rfkill* type 0440 bluetooth bluetooth
/dev/rfkill 0660 root bluetooth
# ------------------ END MIX-IN DEFINITIONS ------------------