* Since OnePlus is not releasing userdebug builds these rules are not present in the vendor image. Change-Id: Ib74bf928796cb75e3b17f0eaf872fa2126107c1d
21 lines
No EOL
641 B
Text
21 lines
No EOL
641 B
Text
# rootfs
|
|
type op1_file, file_type;
|
|
type op2_file, file_type;
|
|
|
|
# proc
|
|
type proc_touchpanel, fs_type, proc_type;
|
|
type procfs_oem_wireless, fs_type, proc_type;
|
|
|
|
# sysfs
|
|
type sysfs_battery_supply, sysfs_type, fs_type;
|
|
type sysfs_fod, sysfs_type, fs_type;
|
|
type sysfs_fpc_proximity, sysfs_type, fs_type;
|
|
type sysfs_graphics, sysfs_type, fs_type;
|
|
type sysfs_oem, sysfs_type, fs_type;
|
|
type sysfs_ssr, sysfs_type, fs_type;
|
|
type sysfs_ssr_toggle, sysfs_type, fs_type;
|
|
type sysfs_usb_supply, sysfs_type, fs_type;
|
|
|
|
# data
|
|
type display_misc_file, file_type, data_file_type, core_data_file_type;
|
|
type vendor_qmipriod_data_file, file_type, data_file_type; |