Biswajit Paul | bf8f491 | 2014-01-17 15:07:21 -0800 | [diff] [blame] | 1 | # Default type for anything under /firmware. |
Ravi Kumar Siddojigari | 19495d2 | 2014-08-22 23:57:43 +0530 | [diff] [blame] | 2 | type firmware_file, fs_type, contextmount_type; |
Avijit Kanti Das | 2d70e6f | 2014-07-24 01:06:21 -0700 | [diff] [blame] | 3 | |
| 4 | #Define the qmux socket type |
Biswajit Paul | 64f83f6 | 2014-10-13 14:36:16 -0700 | [diff] [blame] | 5 | type qmuxd_socket, file_type; |
Avijit Kanti Das | 353e929 | 2014-07-23 23:39:30 -0700 | [diff] [blame] | 6 | |
Avijit Kanti Das | 0196c6a | 2014-07-23 23:44:35 -0700 | [diff] [blame] | 7 | # Define cnd socket and data file type |
| 8 | type cnd_socket, file_type; |
| 9 | type cnd_data_file, file_type; |
| 10 | |
Avijit Kanti Das | 353e929 | 2014-07-23 23:39:30 -0700 | [diff] [blame] | 11 | #Define the timeout for platform specific transports |
Avijit Kanti Das | 0a2c91f | 2014-06-18 16:02:17 -0700 | [diff] [blame] | 12 | type sysfs_hsic_modem_wait, sysfs_type, fs_type; |
| 13 | type sysfs_smd_open_timeout, sysfs_type, fs_type; |
Avijit Kanti Das | 353e929 | 2014-07-23 23:39:30 -0700 | [diff] [blame] | 14 | |
| 15 | #Define the files written during the operation of netmgrd and qmuxd |
| 16 | type data_test_data_file, file_type, data_file_type; |
Dinesh K Garg | 9bd586d | 2014-02-27 13:52:43 -0800 | [diff] [blame] | 17 | type sysrq_trigger_proc, fs_type, mlstrustedobject; |
Biswajit Paul | 45df9ab | 2014-03-07 10:17:54 -0800 | [diff] [blame] | 18 | # Persist file types |
| 19 | type persist_file, file_type; |
Avijit Kanti Das | 71c0842 | 2014-07-25 17:11:21 -0700 | [diff] [blame] | 20 | |
Avijit Kanti Das | 0a2c91f | 2014-06-18 16:02:17 -0700 | [diff] [blame] | 21 | type diag_data_file, file_type, data_file_type; |
Avijit Kanti Das | 345ffcb | 2014-07-24 01:03:22 -0700 | [diff] [blame] | 22 | |
| 23 | #file type for restricting proc read by audiod |
| 24 | type proc_audiod, fs_type; |
| 25 | |
| 26 | # Sensor file types |
Avijit Kanti Das | 345ffcb | 2014-07-24 01:03:22 -0700 | [diff] [blame] | 27 | type sensors_socket, file_type; |
| 28 | type sensors_data_file, file_type, data_file_type; |
| 29 | type sensors_persist_file, file_type; |
Shiju Mathew | 30dea98 | 2014-04-11 11:51:53 -0400 | [diff] [blame] | 30 | |
| 31 | #type for thermal-engine |
| 32 | type sysfs_thermal, sysfs_type, fs_type; |
| 33 | type thermal_socket, file_type; |
Ravi Kumar Siddojigari | b80b30a | 2014-09-04 16:28:43 +0530 | [diff] [blame] | 34 | #type for uart |
| 35 | type sysfs_msmuart_file, sysfs_type, fs_type; |
| 36 | |
| 37 | # Storage RFS file types |
| 38 | type rfs_data_file, file_type; |
| 39 | type rfs_system_file, file_type; |
| 40 | |
| 41 | #mm-pp-daemon file type for sysfs access |
| 42 | type sysfs_leds, fs_type, sysfs_type; |
| 43 | |
| 44 | #Define the files written during the operation of mm-pp-daemon |
| 45 | type data_ad_calib_cfg, file_type, data_file_type; |
| 46 | |
| 47 | #SurfaceFlinger file type for sysfs access |
| 48 | type sysfs_graphics, sysfs_type, fs_type; |
| 49 | |
| 50 | # USB/battery power supply type for hvdcp/quickcharge |
| 51 | type sysfs_usb_supply, sysfs_type, fs_type; |
| 52 | type sysfs_battery_supply, sysfs_type, fs_type; |
| 53 | |
| 54 | #Define the files written during the operation of mpdecision |
| 55 | type sysfs_mpdecision, fs_type, sysfs_type; |
| 56 | type sysfs_rqstats, fs_type, sysfs_type; |
| 57 | type sysfs_cpu_online, fs_type, sysfs_type; |
Vince Leung | 06bd7d8 | 2014-10-15 15:15:57 -0700 | [diff] [blame^] | 58 | type mpctl_socket, file_type; |
| 59 | type mpctl_data_file, file_type, data_file_type; |
Avijit Kanti Das | 36fb2c1 | 2014-10-06 15:21:57 -0700 | [diff] [blame] | 60 | |
| 61 | #mm-qcamera-daemon socket |
| 62 | type camera_socket, file_type; |
Avijit Kanti Das | e040580 | 2014-09-08 18:23:18 -0700 | [diff] [blame] | 63 | |
| 64 | #Socket node needed by ims_data daemon |
| 65 | type ims_socket, file_type; |
Ameya Thakur | 9c45c06 | 2014-07-15 16:10:43 -0700 | [diff] [blame] | 66 | |
| 67 | #File types required by mdm-helper |
| 68 | type sysfs_esoc, sysfs_type, fs_type; |
| 69 | type sysfs_ssr, sysfs_type, fs_type; |
| 70 | type sysfs_hsic, sysfs_type, fs_type; |
| 71 | type sysfs_hsic_host_rdy, sysfs_type, file_type; |
Ameya Thakur | b6947d6 | 2014-10-01 16:32:13 -0700 | [diff] [blame] | 72 | |
| 73 | # Files accessed by qcom-system-daemon |
| 74 | type sysfs_socinfo, fs_type, sysfs_type; |