1# Device types 2type device, dev_type, fs_type; 3type akm_device, dev_type; 4type accelerometer_device, dev_type; 5type alarm_device, dev_type, mlstrustedobject; 6type adb_device, dev_type; 7type ashmem_device, dev_type, mlstrustedobject; 8type audio_device, dev_type; 9type binder_device, dev_type, mlstrustedobject; 10type block_device, dev_type; 11type camera_device, dev_type; 12type dm_device, dev_type; 13type loop_device, dev_type; 14type radio_device, dev_type; 15type ram_device, dev_type; 16type console_device, dev_type; 17type cpuctl_device, dev_type; 18type full_device, dev_type; 19type graphics_device, dev_type; 20type input_device, dev_type; 21type kmem_device, dev_type; 22type log_device, dev_type, mlstrustedobject; 23type mtd_device, dev_type; 24type mtp_device, dev_type, mlstrustedobject; 25type nfc_device, dev_type; 26type nv_device, dev_type, mlstrustedobject; 27type powervr_device, dev_type, mlstrustedobject; 28type ptmx_device, dev_type, mlstrustedobject; 29type qemu_device, dev_type; 30type kmsg_device, dev_type; 31type null_device, dev_type, mlstrustedobject; 32type random_device, dev_type; 33type sensors_device, dev_type; 34type serial_device, dev_type; 35type socket_device, dev_type; 36type owntty_device, dev_type, mlstrustedobject; 37type tty_device, dev_type; 38type urandom_device, dev_type; 39type video_device, dev_type; 40type vcs_device, dev_type; 41type zero_device, dev_type; 42type fuse_device, dev_type; 43type iio_device, dev_type; 44type ion_device, dev_type, mlstrustedobject; 45type gps_device, dev_type; 46type qtaguid_device, dev_type; 47type watchdog_device, dev_type; 48type uhid_device, dev_type; 49type tun_device, dev_type, mlstrustedobject; 50type usbaccessory_device, dev_type; 51type usb_device, dev_type; 52type klog_device, dev_type; 53type properties_device, dev_type; 54 55# All devices have a uart for the hci 56# attach service. The uart dev node 57# varies per device. This type 58# is used in per device policy 59type hci_attach_dev, dev_type; 60 61# All devices have a rpmsg device for 62# achieving remoteproc and rpmsg modules 63type rpmsg_device, dev_type; 64