Bug: 265063384 Change-Id: I0eaa0b798f46a32404c8d7d797b5aeceb12326a0 Signed-off-by: Jason Chiu <jasoncschiu@google.com>
17 lines
660 B
Text
17 lines
660 B
Text
type persist_block_device, dev_type;
|
|
type custom_ab_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
type ufs_internal_block_device, dev_type;
|
|
type logbuffer_device, dev_type;
|
|
type fingerprint_device, dev_type;
|
|
type uci_device, dev_type;
|
|
|
|
# Dmabuf heaps
|
|
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type vscaler_secure_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type framebuffer_secure_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type gcma_camera_heap_device, dmabuf_heap_device_type, dev_type;
|
|
|
|
# SecureElement SPI device
|
|
type st54spi_device, dev_type;
|