1#Define the logging device type 2type diag_device, dev_type, mlstrustedobject; 3type smem_log_device, dev_type; 4type ramdump_device, dev_type; 5 6type smd_device, dev_type; 7 8type mmc_block_device, dev_type; 9 10#device type for rmnet device nodes, ie /dev/rmnet_ctrl* 11type rmnet_device, dev_type; 12 13#Define thermal-engine devices 14type thermal_device, dev_type; 15 16# modem partition 17type modem_block_device, dev_type; 18 19# secure software download partition 20type ssd_block_device, dev_type; 21 22# eMMC rpmb - necessarily drm? 23type drm_block_device, dev_type; 24 25# Thermal engine 26type thermal_engine_device, dev_type; 27 28#SSR device 29type ssr_device, dev_type; 30 31type ttyHS0_device, dev_type; 32 33# Fingerprint device 34type fingerprint_device, dev_type; 35 36type subsys_modem_device, dev_type; 37