aboutsummaryrefslogtreecommitdiffstats
path: root/res/raw/mime_types.properties
blob: 27df2767ab2dddb4d54dcb7b328f289956348164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
#
# Copyright (C) 2012 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

#
# Mime type list
#
# Format:
#    (extension) = (category) | (mime type) | (drawable)
#

# Binary
a     = BINARY   | application/octet-stream           | fso_type_binary_drawable
bin   = BINARY   | application/octet-stream           | fso_type_binary_drawable
class = BINARY   | application/java-vm                | fso_type_binary_drawable
com   = BINARY   | application/x-msdownload           | fso_type_binary_drawable
dex   = BINARY   | application/octet-stream           | fso_type_binary_drawable
dump  = BINARY   | application/octet-stream           | fso_type_binary_drawable
exe   = BINARY   | application/x-msdownload           | fso_type_binary_drawable
dat   = BINARY   | application/octet-stream           | fso_type_binary_drawable
dll   = BINARY   | application/x-msdownload           | fso_type_binary_drawable
lib   = BINARY   | application/x-msdownload           | fso_type_binary_drawable
o     = BINARY   | application/octet-stream           | fso_type_binary_drawable
obj   = BINARY   | application/octet-stream           | fso_type_binary_drawable
pyc   = BINARY   | application/x-python-code          | fso_type_binary_drawable
pyo   = BINARY   | application/x-python-code          | fso_type_binary_drawable
ser   = BINARY   | application/java-serialized-object | fso_type_binary_drawable
swf   = BINARY   | application/x-shockwave-flash      | fso_type_binary_drawable
so    = BINARY   | application/octet-stream           | fso_type_binary_drawable
dmg   = BINARY   | application/octet-stream           | fso_type_cdimage_drawable
cue   = BINARY   | application/octet-stream           | fso_type_cdimage_drawable
img   = BINARY   | application/octet-stream           | fso_type_cdimage_drawable
iso   = BINARY   | application/octet-stream           | fso_type_cdimage_drawable
msd   = BINARY   | application/octet-stream           | fso_type_cdimage_drawable
nrg   = BINARY   | application/octet-stream           | fso_type_cdimage_drawable
uif   = BINARY   | application/octet-stream           | fso_type_cdimage_drawable

# Text
asm   = TEXT     | text/x-asm                         | fso_type_source_drawable
c     = TEXT     | text/x-c                           | fso_type_source_drawable
cc    = TEXT     | text/x-c                           | fso_type_source_drawable
conf  = TEXT     | text/plain                         | fso_type_text_drawable
cpp   = TEXT     | text/x-c                           | fso_type_source_drawable
css   = TEXT     | text/css                           | fso_type_source_drawable
csv   = TEXT     | text/csv                           | fso_type_text_drawable
cxx   = TEXT     | text/x-c                           | fso_type_source_drawable
def   = TEXT     | text/plain                         | fso_type_source_drawable
dic   = TEXT     | text/x-c                           | fso_type_source_drawable
diff  = TEXT     | text/plain                         | fso_type_text_drawable
dtd   = TEXT     | application/xml-dtd                | fso_type_markup_document_drawable
f     = TEXT     | text/x-fortran                     | fso_type_source_drawable
f77   = TEXT     | text/x-fortran                     | fso_type_source_drawable
f90   = TEXT     | text/x-fortran                     | fso_type_source_drawable
for   = TEXT     | text/x-fortran                     | fso_type_source_drawable
h     = TEXT     | text/x-c                           | fso_type_source_drawable
hh    = TEXT     | text/x-c                           | fso_type_source_drawable
hpp   = TEXT     | text/x-c                           | fso_type_source_drawable
htm   = TEXT     | text/html                          | fso_type_markup_document_drawable
html  = TEXT     | text/html                          | fso_type_markup_document_drawable
in    = TEXT     | text/plain                         | fso_type_text_drawable
jad   = TEXT     | text/vnd.sun.j2me.app-descriptor   | fso_type_source_drawable
java  = TEXT     | text/x-java-source                 | fso_type_source_drawable
jnlp  = TEXT     | application/x-java-jnlp-file       | fso_type_source_drawable
js    = TEXT     | application/javascript             | fso_type_source_drawable
json  = TEXT     | application/json                   | fso_type_source_drawable
k9s   = TEXT     | application/x-k9settings           | fso_type_markup_document_drawable
list  = TEXT     | text/plain                         | fso_type_text_drawable
log   = TEXT     | text/plain                         | fso_type_text_drawable
mathml= TEXT     | application/mathml+xml             | fso_type_markup_document_drawable
mht   = TEXT     | message/rfc822                     | fso_type_markup_document_drawable
mhtml = TEXT     | message/rfc822                     | fso_type_markup_document_drawable
mxml  = TEXT     | application/xv+xml                 | fso_type_markup_document_drawable
p     = TEXT     | text/x-pascal                      | fso_type_source_drawable
pas   = TEXT     | text/x-pascal                      | fso_type_source_drawable
pl    = TEXT     | text/plain                         | fso_type_source_drawable
prop  = TEXT     | text/plain                         | fso_type_text_drawable
properties = TEXT| text/plain                         | fso_type_text_drawable
py    = TEXT     | text/x-python                      | fso_type_source_drawable
rc    = TEXT     | text/plain                         | fso_type_text_drawable
rss   = TEXT     | application/rss+xml                | fso_type_feed_drawable
s     = TEXT     | text/x-asm                         | fso_type_source_drawable
sgm   = TEXT     | text/sgml                          | fso_type_markup_document_drawable
sgml  = TEXT     | text/sgml                          | fso_type_markup_document_drawable
text  = TEXT     | text/plain                         | fso_type_text_drawable
tsv   = TEXT     | text/tab-separated-values          | fso_type_text_drawable
txt   = TEXT     | text/plain                         | fso_type_text_drawable
wsdl  = TEXT     | application/wsdl+xml               | fso_type_markup_document_drawable
xht   = TEXT     | application/xhtml+xml              | fso_type_markup_document_drawable
xhtml = TEXT     | application/xhtml+xml              | fso_type_markup_document_drawable
xml   = TEXT     | text/plain                         | fso_type_markup_document_drawable
xsl   = TEXT     | application/xml                    | fso_type_markup_document_drawable
xslt  = TEXT     | application/xslt+xml               | fso_type_markup_document_drawable

# Document
doc   = DOCUMENT | application/msword                                                        | fso_type_document_drawable
docx  = DOCUMENT | application/vnd.openxmlformats-officedocument.wordprocessingml.document   | fso_type_document_drawable
docm  = DOCUMENT | application/vnd.ms-word.document.macroenabled.12                          | fso_type_document_drawable
fdf   = DOCUMENT | application/vnd.fdf                                                       | fso_type_pdf_drawable
pdf   = DOCUMENT | application/pdf                                                           | fso_type_pdf_drawable
ppt   = DOCUMENT | application/vnd.ms-powerpoint                                             | fso_type_presentation_drawable
pptx  = DOCUMENT | application/vnd.openxmlformats-officedocument.presentationml.presentation | fso_type_presentation_drawable
pptm  = DOCUMENT | application/vnd.ms-powerpoint.presentation.macroenabled.12                | fso_type_presentation_drawable
pps   = DOCUMENT | application/vnd.ms-powerpoint                                             | fso_type_presentation_drawable
ppsm  = DOCUMENT | application/vnd.ms-powerpoint.slideshow.macroenabled.12                   | fso_type_presentation_drawable
ppsx  = DOCUMENT | application/vnd.openxmlformats-officedocument.presentationml.slideshow    | fso_type_presentation_drawable
odp   = DOCUMENT | application/vnd.oasis.opendocument.presentation                           | fso_type_presentation_drawable
ods   = DOCUMENT | application/vnd.oasis.opendocument.spreadsheet                            | fso_type_spreadsheet_drawable
odt   = DOCUMENT | application/vnd.oasis.opendocument.text                                   | fso_type_document_drawable
rtf   = DOCUMENT | application/rtf                                                           | fso_type_document_drawable
xls   = DOCUMENT | application/vnd.ms-excel                                                  | fso_type_spreadsheet_drawable
xlsx  = DOCUMENT | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet         | fso_type_spreadsheet_drawable
xlsb  = DOCUMENT | application/vnd.ms-excel.sheet.binary.macroenabled.12                     | fso_type_spreadsheet_drawable
xlsm  = DOCUMENT | application/vnd.ms-excel.sheet.macroenabled.12                            | fso_type_spreadsheet_drawable

# e-Book
azw   = EBOOK    | application/octet-stream         | fso_type_ebook_drawable
djv   = EBOOK    | image/x-djvu                     | fso_type_ebook_drawable
djvu  = EBOOK    | image/vnd.djvu                   | fso_type_ebook_drawable
epub  = EBOOK    | application/epub+zip             | fso_type_ebook_drawable
kf8   = EBOOK    | application/octet-stream         | fso_type_ebook_drawable
lit   = EBOOK    | application/x-ms-reader          | fso_type_ebook_drawable
lrf   = EBOOK    | application/x-sony-bbeb          | fso_type_ebook_drawable
lrx   = EBOOK    | application/x-sony-bbeb          | fso_type_ebook_drawable
ibooks= EBOOK    | application/x-ibooks+zip         | fso_type_ebook_drawable

# Internet document
ics   = MAIL     | text/calendar                    | fso_type_calendar_drawable
ifb   = MAIL     | text/calendar                    | fso_type_calendar_drawable
eml   = MAIL     | message/rfc822                   | fso_type_email_drawable
msg   = MAIL     | application/vnd.ms-outlook       | fso_type_email_drawable
vcf   = MAIL     | text/x-vcard                     | fso_type_contact_drawable
vcs   = MAIL     | text/x-vcalendar                 | fso_type_calendar_drawable

# Compress
7z    = COMPRESS | application/x-7z-compressed      | fso_type_compress_drawable
ace   = COMPRESS | application/x-ace-compressed     | fso_type_compress_drawable
bz    = COMPRESS | application/x-bzip               | fso_type_compress_drawable
bz2   = COMPRESS | application/x-bzip2              | fso_type_compress_drawable
cab   = COMPRESS | application/vnd.ms-cab-compressed| fso_type_compress_drawable
cpio  = COMPRESS | application/x-cpio               | fso_type_compress_drawable
gz    = COMPRESS | application/x-gzip               | fso_type_compress_drawable
lha   = COMPRESS | application/octet-stream         | fso_type_compress_drawable
lrf   = COMPRESS | application/octet-stream         | fso_type_compress_drawable
lzh   = COMPRESS | application/octet-stream         | fso_type_compress_drawable
lzma  = COMPRESS | application/x-lzma               | fso_type_compress_drawable
jar   = COMPRESS | application/java-archive         | fso_type_compress_drawable
rar   = COMPRESS | application/x-rar-compressed     | fso_type_compress_drawable
tar   = COMPRESS | application/x-tar                | fso_type_compress_drawable
tar.bz2  = COMPRESS| application/x-bzip             | fso_type_compress_drawable
tar.gz   = COMPRESS| application/x-gzip             | fso_type_compress_drawable
tar.lzma = COMPRESS| application/x-lzma             | fso_type_compress_drawable
tgz   = COMPRESS | application/x-gzip               | fso_type_compress_drawable
xz    = COMPRESS | application/x-xz                 | fso_type_compress_drawable
zip   = COMPRESS | application/zip                  | fso_type_compress_drawable
Z     = COMPRESS | application/x-compress           | fso_type_compress_drawable

# Executable
bat   = EXEC     | application/x-msdownload         | fso_type_shell_drawable
csh   = EXEC     | application/x-csh                | fso_type_shell_drawable
ksh   = EXEC     | text/plain                       | fso_type_shell_drawable
sh    = EXEC     | application/x-sh                 | fso_type_shell_drawable

# Database
db    = DATABASE | application/octet-stream         | fso_type_database_drawable
db3   = DATABASE | application/octet-stream         | fso_type_database_drawable
mdb   = DATABASE | application/octet-stream         | fso_type_database_drawable

# Font
otf   = FONT     | application/x-font-otf           | fso_type_font_drawable
ttf   = FONT     | application/x-font-ttf           | fso_type_font_drawable
gsf   = FONT     | application/x-font-ghostscript   | fso_type_font_drawable
psf   = FONT     | application/x-font-linux-psf     | fso_type_font_drawable

# Image
bmp   = IMAGE    | image/bmp                        | fso_type_image_drawable
cgm   = IMAGE    | image/cgm                        | fso_type_image_drawable
g3    = IMAGE    | image/g3fax                      | fso_type_image_drawable
gif   = IMAGE    | image/gif                        | fso_type_image_drawable
ief   = IMAGE    | image/ief                        | fso_type_image_drawable
jpe   = IMAGE    | image/jpeg                       | fso_type_image_drawable
jpeg  = IMAGE    | image/jpeg                       | fso_type_image_drawable
jpg   = IMAGE    | image/jpeg                       | fso_type_image_drawable
png   = IMAGE    | image/png                        | fso_type_image_drawable
btif  = IMAGE    | image/prs.btif                   | fso_type_image_drawable
svg   = IMAGE    | image/svg+xml                    | fso_type_image_drawable
svgz  = IMAGE    | image/svg+xml                    | fso_type_image_drawable
tif   = IMAGE    | image/tiff                       | fso_type_image_drawable
tiff  = IMAGE    | image/tiff                       | fso_type_image_drawable
psd   = IMAGE    | image/vnd.adobe.photoshop        | fso_type_image_drawable
djv   = IMAGE    | image/vnd.djvu                   | fso_type_image_drawable
djvu  = IMAGE    | image/vnd.djvu                   | fso_type_image_drawable
dwg   = IMAGE    | image/vnd.dwg                    | fso_type_image_drawable
dxf   = IMAGE    | image/vnd.dxf                    | fso_type_image_drawable
fbs   = IMAGE    | image/vnd.fastbidsheet           | fso_type_image_drawable
fpx   = IMAGE    | image/vnd.fpx                    | fso_type_image_drawable
fst   = IMAGE    | image/vnd.fst                    | fso_type_image_drawable
mmr   = IMAGE    | image/vnd.fujixerox.edmics-mmr   | fso_type_image_drawable
rlc   = IMAGE    | image/vnd.fujixerox.edmics-rlc   | fso_type_image_drawable
mdi   = IMAGE    | image/vnd.ms-modi                | fso_type_image_drawable
npx   = IMAGE    | image/vnd.net-fpx                | fso_type_image_drawable
wbmp  = IMAGE    | image/vnd.wap.wbmp               | fso_type_image_drawable
xif   = IMAGE    | image/vnd.xiff                   | fso_type_image_drawable
ras   = IMAGE    | image/x-cmu-raster               | fso_type_image_drawable
cmx   = IMAGE    | image/x-cmx                      | fso_type_image_drawable
fh    = IMAGE    | image/x-freehand                 | fso_type_image_drawable
fh4   = IMAGE    | image/x-freehand                 | fso_type_image_drawable
fh5   = IMAGE    | image/x-freehand                 | fso_type_image_drawable
fh7   = IMAGE    | image/x-freehand                 | fso_type_image_drawable
fhc   = IMAGE    | image/x-freehand                 | fso_type_image_drawable
ico   = IMAGE    | image/x-icon                     | fso_type_image_drawable
pcx   = IMAGE    | image/x-pcx                      | fso_type_image_drawable
pct   = IMAGE    | image/x-pict                     | fso_type_image_drawable
pic   = IMAGE    | image/x-pict                     | fso_type_image_drawable
pnm   = IMAGE    | image/x-portable-anymap          | fso_type_image_drawable
pbm   = IMAGE    | image/x-portable-bitmap          | fso_type_image_drawable
pgm   = IMAGE    | image/x-portable-graymap         | fso_type_image_drawable
ppm   = IMAGE    | image/x-portable-pixmap          | fso_type_image_drawable
rgb   = IMAGE    | image/x-rgb                      | fso_type_image_drawable
xbm   = IMAGE    | image/x-xbitmap                  | fso_type_image_drawable
xpm   = IMAGE    | image/x-xpixmap                  | fso_type_image_drawable
xwd   = IMAGE    | image/x-xwindowdump              | fso_type_image_drawable

# Audio
ape   = AUDIO    | audio/ape                        | fso_type_audio_drawable
adp   = AUDIO    | audio/adpcm                      | fso_type_audio_drawable
amr   = AUDIO    | audio/amr                        | fso_type_audio_drawable
au    = AUDIO    | audio/basic                      | fso_type_audio_drawable
awb   = AUDIO    | audio/amr-wb                     | fso_type_audio_drawable
snd   = AUDIO    | audio/basic                      | fso_type_audio_drawable
kar   = AUDIO    | audio/midi                       | fso_type_audio_drawable
mid   = AUDIO    | audio/midi                       | fso_type_audio_drawable
midi  = AUDIO    | audio/midi                       | fso_type_audio_drawable
rmi   = AUDIO    | audio/midi                       | fso_type_audio_drawable
mp4a  = AUDIO    | audio/mp4                        | fso_type_audio_drawable
m2a   = AUDIO    | audio/mpeg                       | fso_type_audio_drawable
m3a   = AUDIO    | audio/mpeg                       | fso_type_audio_drawable
mp2   = AUDIO    | audio/mpeg                       | fso_type_audio_drawable
mp2a  = AUDIO    | audio/mpeg                       | fso_type_audio_drawable
mp3   = AUDIO    | audio/mpeg                       | fso_type_audio_drawable
mpga  = AUDIO    | audio/mpeg                       | fso_type_audio_drawable
oga   = AUDIO    | audio/ogg                        | fso_type_audio_drawable
ogg   = AUDIO    | audio/ogg                        | fso_type_audio_drawable
spx   = AUDIO    | audio/ogg                        | fso_type_audio_drawable
eol   = AUDIO    | audio/vnd.digital-winds          | fso_type_audio_drawable
dts   = AUDIO    | audio/vnd.dts                    | fso_type_audio_drawable
dtshd = AUDIO    | audio/vnd.dts.hd                 | fso_type_audio_drawable
lvp   = AUDIO    | audio/vnd.lucent.voice           | fso_type_audio_drawable
pya   = AUDIO    | audio/vnd.ms-playready.media.pya | fso_type_audio_drawable
ecelp4800 = AUDIO| audio/vnd.nuera.ecelp4800        | fso_type_audio_drawable
ecelp7470 = AUDIO| audio/vnd.nuera.ecelp7470        | fso_type_audio_drawable
ecelp9600 = AUDIO| audio/vnd.nuera.ecelp9600        | fso_type_audio_drawable
aac   = AUDIO    | audio/x-aac                      | fso_type_audio_drawable
aif   = AUDIO    | audio/x-aiff                     | fso_type_audio_drawable
aifc  = AUDIO    | audio/x-aiff                     | fso_type_audio_drawable
aiff  = AUDIO    | audio/x-aiff                     | fso_type_audio_drawable
m3u   = AUDIO    | audio/x-mpegurl                  | fso_type_audio_drawable
wax   = AUDIO    | audio/x-ms-wax                   | fso_type_audio_drawable
wma   = AUDIO    | audio/x-ms-wma                   | fso_type_audio_drawable
ra    = AUDIO    | audio/x-pn-realaudio             | fso_type_audio_drawable
ram   = AUDIO    | audio/x-pn-realaudio             | fso_type_audio_drawable
rmp   = AUDIO    | audio/x-pn-realaudio-plugin      | fso_type_audio_drawable
wav   = AUDIO    | audio/x-wav                      | fso_type_audio_drawable
mka   = AUDIO    | audio/x-matroska                 | fso_type_audio_drawable
m4a   = AUDIO    | audio/aac                        | fso_type_audio_drawable
m4b   = AUDIO    | audio/aac                        | fso_type_audio_drawable
m4p   = AUDIO    | audio/aac                        | fso_type_audio_drawable
m4r   = AUDIO    | audio/aac                        | fso_type_audio_drawable
flac  = AUDIO    | audio/flac                       | fso_type_audio_drawable
qcp   = AUDIO    | audio/qcelp                      | fso_type_audio_drawable
xmf   = AUDIO    | audio/xmf                        | fso_type_audio_drawable

# Video
h261  = VIDEO    | video/h261                       | fso_type_video_drawable
h263  = VIDEO    | video/h263                       | fso_type_video_drawable
h264  = VIDEO    | video/h264                       | fso_type_video_drawable
jpgv  = VIDEO    | video/jpeg                       | fso_type_video_drawable
jpgm  = VIDEO    | video/jpm                        | fso_type_video_drawable
jpm   = VIDEO    | video/jpm                        | fso_type_video_drawable
mj2   = VIDEO    | video/mj2                        | fso_type_video_drawable
mjp2  = VIDEO    | video/mj2                        | fso_type_video_drawable
m4v   = VIDEO    | video/mp4                        | fso_type_video_drawable
mp4   = VIDEO    | video/mp4                        | fso_type_video_drawable
mp4v  = VIDEO    | video/mp4                        | fso_type_video_drawable
mpg4  = VIDEO    | video/mp4                        | fso_type_video_drawable
m1v   = VIDEO    | video/mpeg                       | fso_type_video_drawable
m2v   = VIDEO    | video/mpeg                       | fso_type_video_drawable
mpa   = VIDEO    | video/mpeg                       | fso_type_video_drawable
mpe   = VIDEO    | video/mpeg                       | fso_type_video_drawable
mpeg  = VIDEO    | video/mpeg                       | fso_type_video_drawable
mpg   = VIDEO    | video/mpeg                       | fso_type_video_drawable
ogv   = VIDEO    | video/ogg                        | fso_type_video_drawable
mov   = VIDEO    | video/quicktime                  | fso_type_video_drawable
qt    = VIDEO    | video/quicktime                  | fso_type_video_drawable
fvt   = VIDEO    | video/vnd.fvt                    | fso_type_video_drawable
m4u   = VIDEO    | video/vnd.mpegurl                | fso_type_video_drawable
mxu   = VIDEO    | video/vnd.mpegurl                | fso_type_video_drawable
pyv   = VIDEO    | video/vnd.ms-playready.media.pyv | fso_type_video_drawable
viv   = VIDEO    | video/vnd.vivo                   | fso_type_video_drawable
f4v   = VIDEO    | video/x-f4v                      | fso_type_video_drawable
fli   = VIDEO    | video/x-fli                      | fso_type_video_drawable
flv   = VIDEO    | video/x-flv                      | fso_type_video_drawable
asf   = VIDEO    | video/x-ms-asf                   | fso_type_video_drawable
asx   = VIDEO    | video/x-ms-asf                   | fso_type_video_drawable
avi   = VIDEO    | video/x-msvideo                  | fso_type_video_drawable
wm    = VIDEO    | video/x-ms-wm                    | fso_type_video_drawable
wmv   = VIDEO    | video/x-ms-wmv                   | fso_type_video_drawable
wmx   = VIDEO    | video/x-ms-wmx                   | fso_type_video_drawable
wvx   = VIDEO    | video/x-ms-wvx                   | fso_type_video_drawable
movie = VIDEO    | video/x-sgi-movie                | fso_type_video_drawable
rmvb  = VIDEO    | video/rmvb                       | fso_type_video_drawable
mkv   = VIDEO    | video/x-matroska                 | fso_type_video_drawable
webm  = VIDEO    | video/webm                       | fso_type_video_drawable
divx  = VIDEO    | video/divx                       | fso_type_video_drawable
ts    = VIDEO    | video/mp2ts                      | fso_type_video_drawable

# Audio and Video
3gp   = VIDEO    | video/3gpp                       | fso_type_video_drawable,\
        AUDIO    | audio/3gpp                       | fso_type_audio_drawable
3gpp  = VIDEO    | video/3gpp                       | fso_type_video_drawable,\
        AUDIO    | audio/3gpp                       | fso_type_audio_drawable
3g2   = VIDEO    | video/3gpp2                      | fso_type_video_drawable,\
        AUDIO    | audio/3gpp2                      | fso_type_audio_drawable
3gpp2 = VIDEO    | video/3gpp2                      | fso_type_video_drawable,\
        AUDIO    | audio/3gpp2                      | fso_type_audio_drawable

# Security
asc   = SECURITY | application/pgp-signature        | fso_type_security_drawable
cer   = SECURITY | application/pkix-cert            | fso_type_security_drawable
crl   = SECURITY | application/pkix-crl             | fso_type_security_drawable
crt   = SECURITY | application/x-x509-ca-cert       | fso_type_security_drawable
der   = SECURITY | application/x-x509-ca-cert       | fso_type_security_drawable
p12   = SECURITY | application/x-pkcs12             | fso_type_security_drawable
p7b   = SECURITY | application/x-pkcs7-certificates | fso_type_security_drawable
p7c   = SECURITY | application/pkcs7-mime           | fso_type_security_drawable
p7m   = SECURITY | application/pkcs7-mime           | fso_type_security_drawable
p7r   = SECURITY | application/x-pkcs7-certreqresp  | fso_type_security_drawable
p7s   = SECURITY | application/pkcs7-signature      | fso_type_security_drawable
p10   = SECURITY | application/pkcs10               | fso_type_security_drawable
pfx   = SECURITY | application/x-pkcs12             | fso_type_security_drawable
pki   = SECURITY | application/pkixcmp              | fso_type_security_drawable
pgp   = SECURITY | application/pgp-encrypted        | fso_type_security_drawable
sig   = SECURITY | application/pgp-signature        | fso_type_security_drawable
spc   = SECURITY | application/x-pkcs7-certificates | fso_type_security_drawable

# Application
apk   = APP      | application/vnd.android.package-archive | fso_type_app_drawable
pkg   = APP      | application/octet-stream                | fso_type_app_drawable
deb   = APP      | application/x-debian-package            | fso_type_app_drawable
udeb  = APP      | application/x-debian-package            | fso_type_app_drawable
msi   = APP      | application/x-msdownload                | fso_type_app_drawable
rpm   = APP      | application/x-rpm                       | fso_type_app_drawable