1type btnvtool_exec, exec_type, file_type; 2 3# Bluetooth firmware file types 4type bt_firmware_file, contextmount_type, fs_type; 5 6# Default type for anything under /firmware. 7type firmware_file, contextmount_type, fs_type; 8 9type mpdecision_socket, file_type; 10type perfd_data_file, file_type, data_file_type; 11type persist_file, file_type; 12type pps_socket, file_type; 13type sysfs_bt_power, sysfs_type, fs_type; 14type sysfs_dcvs, sysfs_type, fs_type; 15type sysfs_hsic_modem_wait, sysfs_type, fs_type; 16type sysfs_mpdecision, sysfs_type, fs_type; 17type sysfs_rpm_resources, sysfs_type, fs_type; 18type sysfs_smd_open_timeout, sysfs_type, fs_type; 19type sysfs_usb, sysfs_type, fs_type; 20type thermal_socket, file_type; 21type time_data_file, file_type, data_file_type; 22