blob: b1f92b789c8377fdfd1cef5caa7b578bb0aff4f8 [file] [log] [blame]
wangxl5b6293a2015-02-03 21:10:20 +08001# Default type for anything under /firmware.
2type firmware_file, fs_type, contextmount_type;
3
4#Define the qmux socket type
5type qmuxd_socket, file_type;
6
7#Define the pps socket type
8type pps_socket, file_type;
9
10# Define cnd socket and data file type
11type cnd_socket, file_type;
12type cnd_data_file, file_type;
13
14# Define dpmd data file type
15type dpmd_socket, file_type;
16type dpmwrapper_socket, file_type;
17type dpmd_data_file, file_type, data_file_type;
18
19#Define the timeout for platform specific transports
20type sysfs_hsic_modem_wait, sysfs_type, fs_type;
21type sysfs_smd_open_timeout, sysfs_type, fs_type;
22
23#Define the files written during the operation of netmgrd and qmuxd
24type data_test_data_file, file_type, data_file_type;
25type sysrq_trigger_proc, fs_type, mlstrustedobject;
26# Persist file types
27type persist_file, file_type;
28type persist_data_file, file_type;
29type persist_drm_file, file_type;
30type data_qsee_file, file_type;
31
32type diag_data_file, file_type, data_file_type;
33
34#file type for restricting proc read by audiod
35type proc_audiod, fs_type;
36
37# Sensor file types
38type sensors_socket, file_type;
39type sensors_data_file, file_type, data_file_type;
40type sensors_persist_file, file_type;
41
42#type for thermal-engine
43type sysfs_thermal, sysfs_type, fs_type;
44type thermal_socket, file_type;
45#type for uart
46type sysfs_msmuart_file, sysfs_type, fs_type;
47
48# Storage RFS file types
49type rfs_data_file, file_type;
50type rfs_system_file, file_type;
51type rfs_shared_hlos_file, file_type;
52
53#mm-pp-daemon file type for sysfs access
54type sysfs_leds, fs_type, sysfs_type;
55
56#Define the files written during the operation of mm-pp-daemon
57type data_ad_calib_cfg, file_type, data_file_type;
58
59#SurfaceFlinger file type for sysfs access
60type sysfs_graphics, sysfs_type, fs_type;
61
62# USB/battery power supply type for hvdcp/quickcharge
63type sysfs_usb_supply, sysfs_type, fs_type;
64type sysfs_battery_supply, sysfs_type, fs_type;
65
66#Define the files written during the operation of mpdecision
67type sysfs_mpdecision, fs_type, sysfs_type;
68type sysfs_rqstats, fs_type, sysfs_type;
69type sysfs_cpu_online, fs_type, sysfs_type;
70type mpctl_socket, file_type;
71type mpctl_data_file, file_type, data_file_type;
72
73#mm-qcamera-daemon socket
74type camera_socket, file_type;
75
76#Socket node needed by ims_data daemon
77type ims_socket, file_type;
78
79#location file types
80type location_data_file, file_type, data_file_type;
81type location_socket, file_type;
82type location_app_data_file, file_type, data_file_type;
83
84#File types required by mdm-helper
85type sysfs_esoc, sysfs_type, fs_type;
86type sysfs_ssr, sysfs_type, fs_type;
87type sysfs_ssr_toggle, sysfs_type, file_type;
88type sysfs_hsic, sysfs_type, fs_type;
89type sysfs_hsic_host_rdy, sysfs_type, file_type;
90
91# Files accessed by qcom-system-daemon
92type sysfs_socinfo, fs_type, sysfs_type;
93
94#Define the sysfs files for usb_uicc_daemon
95type sysfs_usb_uicc, sysfs_type, fs_type;
96
97type qlogd_socket, file_type;
98type qlogd_data_file, file_type;
99#Define the files written during the operation of mm-pp-daemon
100type display_config, file_type, data_file_type;
101
102# IPA file types
103type ipacm_socket, file_type;
104type ipacm_data_file, file_type;
105
106#Define the files written during the operation of mmi
107type mmi_data_file, file_type, data_file_type;
108
109#needed by vold
110type proc_dirty_ratio, fs_type;
111
112# hbtp config file
113type hbtp_cfg_file, file_type;
114type hbtp_log_file, file_type;