Add MIME type for Haiku packages

Doesn't have an icon yet (hint, hint! :-)).
This commit is contained in:
Ingo Weinhold 2013-07-01 13:54:56 +02:00
parent 178d2f9fb9
commit 8d5ae262dc

View File

@ -0,0 +1,22 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/x-vnd.haiku-package";
resource(2, "META:S:DESC") #'MSDC' "Haiku package";
resource(3, "META:L:DESC") #'MLDC' "Haiku software package file";
resource(4, "META:SNIFF_RULE") "0.60 (\"hpkg\")";
# TODO: That should be the package manager.
#resource(5, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-Expander";
resource(6, "META:EXTENS") message(234) {
"extensions" = "hpkg",
"type" = "application/x-vnd.haiku-package"
};
# TODO: No icon yet. :-/
#resource(7, "META:ICON") #'VICN' array {
#};