switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManager / res / xml / mimetypes.xml
CommitLineData
811a5a4a 1<?xml version="1.0" encoding="utf-8"?>\r
2<!-- \r
3 * Copyright (C) 2007-2008 OpenIntents.org\r
4 *\r
5 * Licensed under the Apache License, Version 2.0 (the "License");\r
6 * you may not use this file except in compliance with the License.\r
7 * You may obtain a copy of the License at\r
8 *\r
9 * http://www.apache.org/licenses/LICENSE-2.0\r
10 *\r
11 * Unless required by applicable law or agreed to in writing, software\r
12 * distributed under the License is distributed on an "AS IS" BASIS,\r
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 * See the License for the specific language governing permissions and\r
15 * limitations under the License.\r
16 -->\r
17<MimeTypes>\r
18 <!-- Image types -->\r
19 <type extension=".png" mimetype="image/png" icon="@drawable/ic_launcher_image" />\r
20 <type extension=".gif" mimetype="image/gif" icon="@drawable/ic_launcher_image" />\r
21 <type extension=".jpg" mimetype="image/jpeg" icon="@drawable/ic_launcher_image" />\r
22 <type extension=".jpeg" mimetype="image/jpeg" icon="@drawable/ic_launcher_image" />\r
23 <type extension=".bmp" mimetype="image/bmp" icon="@drawable/ic_launcher_image" />\r
24 \r
25 <!-- Audio types -->\r
26 <type extension=".mp3" mimetype="audio/mpeg" icon="@drawable/ic_launcher_audio" />\r
27 <type extension=".wav" mimetype="audio/x-wav" icon="@drawable/ic_launcher_audio" />\r
28 <type extension=".ogg" mimetype="application/ogg" icon="@drawable/ic_launcher_audio" />\r
29 <type extension=".mid" mimetype="audio/midi" icon="@drawable/ic_launcher_audio" />\r
30 <type extension=".midi" mimetype="audio/midi" icon="@drawable/ic_launcher_audio" />\r
31 <type extension=".amr" mimetype="audio/amr" icon="@drawable/ic_launcher_audio" />\r
32 <type extension=".aac" mimetype="audio/x-aac" icon="@drawable/ic_launcher_audio" /> <!-- NOT IN WEBKIT -->\r
33 \r
34 <!-- Video types -->\r
35 <type extension=".mpeg" mimetype="video/mpeg" icon="@drawable/ic_launcher_video" />\r
36 <type extension=".3gp" mimetype="video/3gpp" icon="@drawable/ic_launcher_video" />\r
37 \r
38 <!-- Package types -->\r
39 <type extension=".jar" mimetype="application/java-archive" icon="@drawable/ic_launcher_archive" />\r
40 <type extension=".zip" mimetype="application/zip" icon="@drawable/ic_launcher_archive" />\r
41 <type extension=".rar" mimetype="application/rar" icon="@drawable/ic_launcher_archive" />\r
42 <type extension=".gz" mimetype="application/gzip" icon="@drawable/ic_launcher_archive" /> <!-- NOT IN WEBKIT -->\r
43 \r
44 <!-- Web browser types -->\r
45 <type extension=".htm" mimetype="text/html" icon="@drawable/ic_launcher_text_html" />\r
46 <type extension=".html" mimetype="text/html" icon="@drawable/ic_launcher_text_html" />\r
47 <type extension=".php" mimetype="text/php " icon="@drawable/ic_launcher_file" /> <!-- NOT IN WEBKIT -->\r
48 \r
49 <!-- Text types -->\r
50 <type extension=".txt" mimetype="text/plain" icon="@drawable/ic_launcher_text_plain" />\r
51 <type extension=".csv" mimetype="text/comma-separated-values" icon="@drawable/ic_launcher_text_csv" />\r
52 <type extension=".xml" mimetype="text/xml" icon="@drawable/ic_launcher_text_xml" />\r
53 \r
54 <!-- Android specific -->\r
55 <type extension=".apk" mimetype="application/vnd.android.package-archive" icon="@drawable/ic_launcher_android_package" />\r
56 \r
57</MimeTypes>