mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
- Create radio_test_device for oem_test iodev. - Grant modem_svc_sit to access radio_test_device. Bug: 231380480 Signed-off-by: Xiaofan Jiang <xiaofanj@google.com> Change-Id: Id06deedadf04c70b57e405a05533ed85764bdd1d Merged-In: Id06deedadf04c70b57e405a05533ed85764bdd1d
30 lines
986 B
Plaintext
30 lines
986 B
Plaintext
type sda_block_device, dev_type;
|
|
type devinfo_block_device, dev_type;
|
|
type modem_block_device, dev_type;
|
|
type custom_ab_block_device, dev_type;
|
|
type persist_block_device, dev_type;
|
|
type efs_block_device, dev_type;
|
|
type modem_userdata_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
type sg_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 gxp_device, dev_type, mlstrustedobject;
|
|
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 battery_history_device, dev_type;
|
|
type radio_test_device, dev_type;
|
|
|
|
# SecureElement SPI device
|
|
type st54spi_device, dev_type;
|
|
type st33spi_device, dev_type;
|
|
|
|
# Raw HID device
|
|
type hidraw_device, dev_type;
|
|
|