Bug: 364225000 Test: forrest build Change-Id: I779edca2e5cecfb34ede65dccf93f207a3dbcf2f Signed-off-by: Randall Huang <huangrandall@google.com>
39 lines
869 B
Text
39 lines
869 B
Text
# Block Devices
|
|
type modem_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
|
|
# Exynos devices
|
|
type vendor_toe_device, dev_type;
|
|
type custom_ab_block_device, dev_type;
|
|
|
|
# usbpd
|
|
type logbuffer_device, dev_type;
|
|
|
|
#cpuctl
|
|
type cpuctl_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;
|
|
|
|
# Fingerprint device
|
|
type fingerprint_device, dev_type;
|
|
|
|
# SecureElement SPI device
|
|
type st54spi_device, dev_type;
|
|
type st33spi_device, dev_type;
|
|
|
|
# GPS
|
|
type vendor_gnss_device, dev_type;
|
|
|