Initial SVN import
[maemo-recorder] / mime / maemo-recorder.xml
diff --git a/mime/maemo-recorder.xml b/mime/maemo-recorder.xml
new file mode 100755 (executable)
index 0000000..a33a8f9
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
+           xmlns:osso="http://nokia.com/osso/mime-categories">
+  <mime-type type="audio/basic">
+    <comment>Basic AU/SND audio</comment>
+    <magic priority="50">
+      <match value=".snd" type="string" offset="0"/>
+    </magic>
+    <glob pattern="*.au"/>
+    <glob pattern="*.snd"/>
+    <osso:category name="audio"/>
+  </mime-type>
+  <mime-type type="audio/x-raw-ilbc">
+    <comment>Raw iLBC audio</comment>
+    <glob pattern="*.ilbc"/>
+    <osso:category name="audio"/>
+  </mime-type>
+</mime-info>