micky387 | a44d9cd | 2019-06-16 17:50:52 +0200 | [diff] [blame] | 1 | # rootfs |
| 2 | type asdf_file, file_type; |
micky387 | ffc4351 | 2019-07-27 07:50:33 +0200 | [diff] [blame] | 3 | type demoapp_file, file_type; |
micky387 | a44d9cd | 2019-06-16 17:50:52 +0200 | [diff] [blame] | 4 | type voucher_file, file_type; |
micky387 | e759994 | 2019-08-06 06:07:20 +0200 | [diff] [blame^] | 5 | type xrom_file, file_type; |
| 6 | |
| 7 | # Offscreen Gestures |
| 8 | type fts_gesture_mode, fs_type; |
| 9 | type fts_gesture_c_mode, fs_type; |
| 10 | type fts_gesture_e_mode, fs_type; |
| 11 | type fts_gesture_v_mode, fs_type; |
| 12 | type fts_gesture_s_mode, fs_type; |
| 13 | type fts_gesture_w_mode, fs_type; |
| 14 | type fts_gesture_z_mode, fs_type; |
| 15 | type fts_gesture_left_mode, fs_type; |
| 16 | type fts_gesture_right_mode, fs_type; |
| 17 | type fts_gesture_up_mode, fs_type; |
| 18 | type fts_gesture_down_mode, fs_type; |