Allow the script to access the specified partition and sysfs. Bug: 224464892 Test: full build and test ffu flow Change-Id: I27f0d4d97f15a7c108e6ae1b8c12fda2c69c303a Signed-off-by: Leo Liou <leoliou@google.com>
16 lines
558 B
Text
16 lines
558 B
Text
type persist_block_device, dev_type;
|
|
type custom_ab_block_device, dev_type;
|
|
type devinfo_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
type ufs_internal_block_device, dev_type;
|
|
type logbuffer_device, dev_type;
|
|
type gxp_device, dev_type;
|
|
type fingerprint_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 video_secure_heap_device, dmabuf_heap_device_type, dev_type;
|
|
|
|
# SecureElement SPI device
|
|
type st54spi_device, dev_type;
|