summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-11-08 09:08:49 +0900
committerjongmyeongko <jongmyeong.ko@samsung.com>2017-07-03 22:11:55 +0900
commitc24ba69ac42b1f11413efac831de4e534689e0b0 (patch)
treeece77a29a3b7de7382eb8dc82d001d835764aaaf
parentc7b29db9544fe4d308816b0bccb5b8625831a814 (diff)
downloadshared-mime-info-c24ba69ac42b1f11413efac831de4e534689e0b0.tar.gz
shared-mime-info-c24ba69ac42b1f11413efac831de4e534689e0b0.tar.bz2
shared-mime-info-c24ba69ac42b1f11413efac831de4e534689e0b0.zip
Fix xml for octec-stream
Change-Id: I37ce0567bd6a7000ab00f665b57555fa0c9ac61d Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--freedesktop.org.xml.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 29ed9ef..f888d99 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -181,6 +181,10 @@ command to generate the output files.
<mime-type type="application/octet-stream">
<_comment>unknown</_comment>
<glob pattern="*.bin"/>
+ <glob pattern="*.ldp"/>
+ <glob pattern="*.pmd"/>
+ <glob pattern="*.qcp"/>
+ <glob pattern="*.slf"/>
</mime-type>
<mime-type type="application/x-partial-download">
<_comment>Partially downloaded file</_comment>
@@ -5079,9 +5083,7 @@ command to generate the output files.
<mime-type type="application/x-navi-animation">
<_comment>Windows animated cursor</_comment>
<magic priority="50">
- <match type="string" value="RIFF" offset="0">
- <match type="string" value="ACON" offset="8"/>
- </match>
+ <match type="string" value="ACON" offset="8"/>
</magic>
<glob pattern="*.ani"/>
</mime-type>
@@ -6244,7 +6246,6 @@ command to generate the output files.
<magic priority="50">
<match type="string" value="\x47\x3f\xff\x10" offset="0"/>
<match type="big32" value="0x000001b3" offset="0"/>
- <match type="big32" value="0x000001ba" offset="0"/>
</magic>
<glob pattern="*.mpeg"/>
<glob pattern="*.mpg"/>