mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
Bug: 364225000 Test: forrest build Change-Id: Iaed5b07a1d9823ebf3c7210921784d81bf6207a5 Signed-off-by: Randall Huang <huangrandall@google.com>
22 lines
725 B
Plaintext
22 lines
725 B
Plaintext
# device.te
|
|
type modem_block_device, dev_type;
|
|
type custom_ab_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
type vendor_toe_device, dev_type;
|
|
type lwis_device, dev_type;
|
|
type logbuffer_device, dev_type;
|
|
type rls_device, dev_type;
|
|
type fingerprint_device, dev_type;
|
|
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type vframe_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type vscaler_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type radio_test_device, dev_type;
|
|
type vendor_gnss_device, dev_type;
|
|
type fips_block_device, dev_type;
|
|
|
|
# SecureElement SPI device
|
|
type st54spi_device, dev_type;
|
|
type st33spi_device, dev_type;
|
|
|