added application/x-xz mime type for xz files.

added a sniff rule on ac3 mime type


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32610 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2009-08-22 14:13:30 +00:00
parent abd3d52b5d
commit a078b74cab
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/x-xz";
resource(2, "META:SNIFF_RULE") "0.60 (0xfd377a585a00)";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-Expander";
resource(4, "META:EXTENS") message(234) {
"extensions" = "xz",
"type" = "application/x-xz"
};

View File

@ -10,3 +10,6 @@ resource(3, "META:EXTENS") message(234) {
"type" = "audio/ac3"
};
resource(4, "META:SNIFF_RULE") "0.50 (0x0b77)";