mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
# proc
|
|
type proc_swappiness, fs_type, proc_type;
|
|
|
|
# data types
|
|
type mediadrm_data_file, file_type, data_file_type;
|
|
type nfc_vendor_data_file, file_type, data_file_type;
|
|
type sensors_data_file, file_type, data_file_type;
|
|
|
|
# sysfs types
|
|
type sysfs_abox_writable, sysfs_type, rw_fs_type, fs_type;
|
|
type sysfs_input_writable, sysfs_type, rw_fs_type, fs_type;
|
|
type sysfs_camera_writable, sysfs_type, rw_fs_type, fs_type;
|
|
type sysfs_decon, sysfs_type, r_fs_type, fs_type;
|
|
type sysfs_socinfo, sysfs_type, r_fs_type, fs_type;
|
|
type sysfs_v4l_mfc, sysfs_type, r_fs_type, fs_type;
|
|
type sysfs_v4l_smfc, sysfs_type, r_fs_type, fs_type;
|
|
type sysfs_devfreq, sysfs_type, r_fs_type, fs_type;
|
|
type sysfs_v4l_fimc, sysfs_type, r_fs_type, fs_type;
|
|
type sysfs_graphics, fs_type, sysfs_type;
|
|
type sysfs_multipdp, fs_type, sysfs_type, mlstrustedobject;
|
|
type sysfs_fuelgauge, fs_type, sysfs_type, mlstrustedobject;
|
|
type sysfs_charger, fs_type, sysfs_type, mlstrustedobject;
|
|
type sysfs_modem, fs_type, sysfs_type, mlstrustedobject;
|
|
type sysfs_mmc, sysfs_type, rw_fs_type, fs_type;
|
|
type sysfs_ss_writable, sysfs_type, rw_fs_type, fs_type;
|
|
type sysfs_gpu_writable, sysfs_type, rw_fs_type, fs_type;
|