1#Define the logging device type 2type diag_device, dev_type, mlstrustedobject; 3type smem_log_device, dev_type; 4 5#Define the hsic device 6type hsic_device, dev_type; 7 8#Define the mhi device 9type mhi_device, dev_type; 10 11#Define the bhi device 12type bhi_device, dev_type; 13 14#device type for smd device nodes, ie /dev/smd* 15type smd_device, dev_type; 16 17#device type for rmnet device nodes, ie /dev/rmnet_ctrl* 18type rmnet_device, dev_type; 19 20#Define thermal-engine devices 21type thermal_device, dev_type; 22 23type battery_data_device, dev_type; 24 25#Add qdsp_device type 26type qdsp_device, dev_type, mlstrustedobject; 27type dsp_device, dev_type; 28type xdsp_device, dev_type; 29 30#Define mpdecision device 31type device_latency, dev_type; 32 33#Added for fm_radio device 34type fm_radio_device, dev_type; 35 36#Add for storage pertitions for EFS partitions 37type modem_efs_partition_device, dev_type; 38 39#Define device for partition links 40type ssd_device, dev_type; 41type rpmb_device, dev_type; 42type sg_device, dev_type; 43type dip_device, dev_type; 44type sd_device, dev_type; 45 46type ssd_block_device, dev_type; 47 48#ESOC device 49type esoc_device, dev_type; 50 51#SSR device 52type ssr_device, dev_type; 53 54#Ramdump device 55type ramdump_device, dev_type; 56 57#Kickstart bridge devices 58type ksbridgehsic_device, dev_type; 59 60#EFS sync bridge devices 61type efsbridgehsic_device, dev_type; 62 63#EFS sync block devices 64type efs_boot_dev, dev_type; 65 66#MBA debug image partition 67type mba_debug_dev, dev_type; 68 69#logdump partition 70type logdump_partition, dev_type; 71 72#Bootselect partition 73type bootselect_device, dev_type; 74 75# Define IPA devices 76type ipa_dev, dev_type; 77 78type wcnss_device, dev_type; 79 80# Define spcom device 81type spcom_device, dev_type; 82 83# Define skp device 84type skp_device, dev_type; 85 86# Define sp_ssr device 87type sp_ssr_device, dev_type; 88 89# Define sp_keymaster device 90type sp_keymaster_device, dev_type; 91 92# Define sec_nvm devices 93type sec_nvm_device, dev_type; 94 95# Define cryptoapp device 96type cryptoapp_device, dev_type; 97 98# Define spdaemon_ssr device 99type spdaemon_ssr_device, dev_type; 100 101# Define modem_ssr device 102type modem_ssr_device, dev_type; 103 104# Define qsee_ipc_irq_spss device 105type qsee_ipc_irq_spss_device, dev_type; 106 107# Define QDSS devices 108 109#Define Gadget serial device 110type gadget_serial_device, dev_type; 111 112#energy-awareness device 113type pta_device, dev_type; 114 115#Define qfintverify device 116type qce_device, dev_type; 117type rng_device, dev_type; 118 119#Define system health monitor devices 120type system_health_monitor_device, dev_type; 121 122#Define qbt1000 device - ultrasonic fingperprint sensor 123type qbt1000_device, dev_type; 124 125#Define avtimer device 126type avtimer_device, dev_type; 127 128#define AT device 129type at_device, dev_type; 130 131#define Bluetooth device 132type bt_device, dev_type; 133 134#define Wlan device 135type wlan_device, dev_type; 136 137#Define rawdump block device 138type rawdump_block_device, dev_type; 139 140#Block device for A/B partitions 141type custom_ab_block_device, dev_type; 142type xbl_block_device, dev_type; 143type gpt_block_device, dev_type; 144type modem_block_device, dev_type; 145type uefi_block_device, dev_type; 146 147type persist_block_device, dev_type; 148 149#Define npu device 150type npu_device, dev_type; 151 152#define devinfo block device 153type devinfo_block_device, dev_type; 154