blob: 7af3c98c5934648a9f7f0436b1b8a1113911b1d6 [file] [log] [blame]
Biswajit Paulbf8f4912014-01-17 15:07:21 -08001# Default type for anything under /firmware.
Ravi Kumar Siddojigari19495d22014-08-22 23:57:43 +05302type firmware_file, fs_type, contextmount_type;
Avijit Kanti Das2d70e6f2014-07-24 01:06:21 -07003
4#Define the qmux socket type
Biswajit Paul64f83f62014-10-13 14:36:16 -07005type qmuxd_socket, file_type;
Avijit Kanti Das353e9292014-07-23 23:39:30 -07006
Tatenda Chipeperekwa6bc33de2014-10-24 17:43:23 -07007#Define the pps socket type
8type pps_socket, file_type;
9
Avijit Kanti Das0196c6a2014-07-23 23:44:35 -070010# Define cnd socket and data file type
11type cnd_socket, file_type;
12type cnd_data_file, file_type;
13
Susheel Yadagirid0927c62014-10-14 16:01:45 -070014# Define dpmd data file type
15type dpmd_socket, file_type;
16type dpmd_data_file, data_file_type;
17
Avijit Kanti Das353e9292014-07-23 23:39:30 -070018#Define the timeout for platform specific transports
Avijit Kanti Das0a2c91f2014-06-18 16:02:17 -070019type sysfs_hsic_modem_wait, sysfs_type, fs_type;
20type sysfs_smd_open_timeout, sysfs_type, fs_type;
Avijit Kanti Das353e9292014-07-23 23:39:30 -070021
22#Define the files written during the operation of netmgrd and qmuxd
23type data_test_data_file, file_type, data_file_type;
Dinesh K Garg9bd586d2014-02-27 13:52:43 -080024type sysrq_trigger_proc, fs_type, mlstrustedobject;
Biswajit Paul45df9ab2014-03-07 10:17:54 -080025# Persist file types
26type persist_file, file_type;
Dinesh K Garge5bafbf2014-10-22 00:13:49 -070027type persist_data_file, file_type;
28type persist_drm_file, file_type;
29type data_drm_file, file_type;
Avijit Kanti Das71c08422014-07-25 17:11:21 -070030
Avijit Kanti Das0a2c91f2014-06-18 16:02:17 -070031type diag_data_file, file_type, data_file_type;
Avijit Kanti Das345ffcb2014-07-24 01:03:22 -070032
33#file type for restricting proc read by audiod
34type proc_audiod, fs_type;
35
36# Sensor file types
Avijit Kanti Das345ffcb2014-07-24 01:03:22 -070037type sensors_socket, file_type;
38type sensors_data_file, file_type, data_file_type;
39type sensors_persist_file, file_type;
Shiju Mathew30dea982014-04-11 11:51:53 -040040
41#type for thermal-engine
42type sysfs_thermal, sysfs_type, fs_type;
43type thermal_socket, file_type;
Ravi Kumar Siddojigarib80b30a2014-09-04 16:28:43 +053044#type for uart
45type sysfs_msmuart_file, sysfs_type, fs_type;
46
47# Storage RFS file types
48type rfs_data_file, file_type;
49type rfs_system_file, file_type;
50
51#mm-pp-daemon file type for sysfs access
52type sysfs_leds, fs_type, sysfs_type;
53
54#Define the files written during the operation of mm-pp-daemon
55type data_ad_calib_cfg, file_type, data_file_type;
56
57#SurfaceFlinger file type for sysfs access
58type sysfs_graphics, sysfs_type, fs_type;
59
60# USB/battery power supply type for hvdcp/quickcharge
61type sysfs_usb_supply, sysfs_type, fs_type;
62type sysfs_battery_supply, sysfs_type, fs_type;
63
64#Define the files written during the operation of mpdecision
65type sysfs_mpdecision, fs_type, sysfs_type;
66type sysfs_rqstats, fs_type, sysfs_type;
67type sysfs_cpu_online, fs_type, sysfs_type;
Vince Leung06bd7d82014-10-15 15:15:57 -070068type mpctl_socket, file_type;
69type mpctl_data_file, file_type, data_file_type;
Avijit Kanti Das36fb2c12014-10-06 15:21:57 -070070
71#mm-qcamera-daemon socket
72type camera_socket, file_type;
Avijit Kanti Dase0405802014-09-08 18:23:18 -070073
74#Socket node needed by ims_data daemon
75type ims_socket, file_type;
Ameya Thakur9c45c062014-07-15 16:10:43 -070076
Tushar Janefalkar87c1f922014-10-21 15:16:12 -070077#location file types
78type location_data_file, file_type, data_file_type;
79type location_socket, file_type;
80type location_app_data_file, file_type, data_file_type;
81
Ameya Thakur9c45c062014-07-15 16:10:43 -070082#File types required by mdm-helper
83type sysfs_esoc, sysfs_type, fs_type;
84type sysfs_ssr, sysfs_type, fs_type;
Ameya Thakur37b34bc2014-10-20 14:58:24 -070085type sysfs_ssr_toggle, sysfs_type, file_type;
Ameya Thakur9c45c062014-07-15 16:10:43 -070086type sysfs_hsic, sysfs_type, fs_type;
87type sysfs_hsic_host_rdy, sysfs_type, file_type;
Ameya Thakurb6947d62014-10-01 16:32:13 -070088
89# Files accessed by qcom-system-daemon
90type sysfs_socinfo, fs_type, sysfs_type;
Tarun Gupta4f7527d2014-10-13 22:54:12 +053091
92#Define the sysfs files for usb_uicc_daemon
93type sysfs_usb_uicc, sysfs_type, fs_type;
jinwuf1e16bf2014-10-14 18:36:18 +080094
95type qlogd_socket, file_type;
Avijit Kanti Das808ae2f2014-10-21 17:11:11 -070096
97#Define the files written during the operation of mm-pp-daemon
98type display_config, file_type, data_file_type;
Avijit Kanti Das2b495d02014-10-20 17:43:13 -070099
100# IPA file types
101type ipacm_socket, file_type;
102type ipacm_data_file, file_type;
Mulu He738a29d2014-10-27 16:19:16 +0800103
104#Define the files written during the operation of mmi
105type mmi_data_file, file_type, data_file_type;