blob: 7bd83f2c5e13c2aed4782fcb3a109d8ef594480a [file] [log] [blame]
dcashman2e00e632016-10-12 14:58:09 -07001# Compatibility with type names used in vanilla Android 4.3 and 4.4.
2typealias audio_data_file alias audio_firmware_file;
3typealias app_data_file alias platform_app_data_file;
4typealias app_data_file alias download_file;
Nick Kralevich929da012017-02-16 12:04:40 -08005
6# /proc/config.gz
7type config_gz, fs_type;
Dan Cashman91d398d2017-09-26 12:58:29 -07008
9# /data/misc/storaged
10type storaged_data_file, file_type, data_file_type, core_data_file_type;