add OI File Manager and AndroidSupportV2 used by it
[android_pandora.git] / apps / oi-filemanager / FileManager / res / xml / mimetypes.xml
diff --git a/apps/oi-filemanager/FileManager/res/xml/mimetypes.xml b/apps/oi-filemanager/FileManager/res/xml/mimetypes.xml
new file mode 100644 (file)
index 0000000..c192e0d
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!-- \r
+ * Copyright (C) 2007-2008 OpenIntents.org\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *      http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ -->\r
+<MimeTypes>\r
+       <!-- Image types -->\r
+       <type extension=".png" mimetype="image/png" icon="@drawable/ic_launcher_image" />\r
+       <type extension=".gif" mimetype="image/gif" icon="@drawable/ic_launcher_image" />\r
+       <type extension=".jpg" mimetype="image/jpeg" icon="@drawable/ic_launcher_image" />\r
+       <type extension=".jpeg" mimetype="image/jpeg" icon="@drawable/ic_launcher_image" />\r
+       <type extension=".bmp" mimetype="image/bmp" icon="@drawable/ic_launcher_image" />\r
+           \r
+       <!-- Audio types -->\r
+       <type extension=".mp3" mimetype="audio/mpeg" icon="@drawable/ic_launcher_audio" />\r
+       <type extension=".wav" mimetype="audio/x-wav" icon="@drawable/ic_launcher_audio" />\r
+       <type extension=".ogg" mimetype="application/ogg" icon="@drawable/ic_launcher_audio" />\r
+       <type extension=".mid" mimetype="audio/midi" icon="@drawable/ic_launcher_audio" />\r
+       <type extension=".midi" mimetype="audio/midi" icon="@drawable/ic_launcher_audio" />\r
+       <type extension=".amr" mimetype="audio/amr" icon="@drawable/ic_launcher_audio" />\r
+       <type extension=".aac" mimetype="audio/x-aac" icon="@drawable/ic_launcher_audio" /> <!-- NOT IN WEBKIT -->\r
+       \r
+       <!-- Video types -->\r
+       <type extension=".mpeg" mimetype="video/mpeg" icon="@drawable/ic_launcher_video" />\r
+       <type extension=".3gp" mimetype="video/3gpp" icon="@drawable/ic_launcher_video" />\r
+       \r
+       <!-- Package types -->\r
+       <type extension=".jar" mimetype="application/java-archive" icon="@drawable/ic_launcher_archive" />\r
+       <type extension=".zip" mimetype="application/zip" icon="@drawable/ic_launcher_archive" />\r
+       <type extension=".rar" mimetype="application/rar" icon="@drawable/ic_launcher_archive" />\r
+       <type extension=".gz" mimetype="application/gzip" icon="@drawable/ic_launcher_archive" /> <!-- NOT IN WEBKIT -->\r
+       \r
+       <!-- Web browser types -->\r
+       <type extension=".htm" mimetype="text/html" icon="@drawable/ic_launcher_text_html" />\r
+       <type extension=".html" mimetype="text/html" icon="@drawable/ic_launcher_text_html" />\r
+       <type extension=".php" mimetype="text/php " icon="@drawable/ic_launcher_file" /> <!-- NOT IN WEBKIT -->\r
+       \r
+       <!-- Text types -->\r
+       <type extension=".txt" mimetype="text/plain" icon="@drawable/ic_launcher_text_plain" />\r
+       <type extension=".csv" mimetype="text/comma-separated-values" icon="@drawable/ic_launcher_text_csv" />\r
+       <type extension=".xml" mimetype="text/xml" icon="@drawable/ic_launcher_text_xml" />\r
+       \r
+       <!-- Android specific -->\r
+       <type extension=".apk" mimetype="application/vnd.android.package-archive" icon="@drawable/ic_launcher_android_package" />\r
+       \r
+</MimeTypes>
\ No newline at end of file