Add common Microsoft filetypes. We might never support them, but having them will likely help people navigate their folders, by recognizing enough files. They need icons for that to work though.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32641 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2009-08-23 21:16:39 +00:00
parent d3b6a35a30
commit ec2f22d0d7
4 changed files with 66 additions and 0 deletions
@@ -0,0 +1,19 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/vnd.ms-excel";
resource(2, "META:S:DESC") #'MSDC' "Excel Spreadsheet";
resource(3, "META:L:DESC") #'MLDC' "Microsoft® Excel® Spreadsheet";
resource(4, "META:EXTENS") message(234) {
"extensions" = "xla",
"extensions" = "xlc",
"extensions" = "xlm",
"extensions" = "xls",
"extensions" = "xlt",
"extensions" = "xlw",
"type" = "application/vnd.ms-excel"
};
@@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/vnd.ms-powerpoint";
resource(2, "META:S:DESC") #'MSDC' "PowerPoint Presentation";
resource(3, "META:L:DESC") #'MLDC' "Microsoft® PowerPoint® Presentation";
resource(4, "META:EXTENS") message(234) {
"extensions" = "pot",
"extensions" = "pps",
"extensions" = "ppt",
"type" = "application/vnd.ms-powerpoint"
};
@@ -0,0 +1,17 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/vnd.ms-works";
resource(2, "META:S:DESC") #'MSDC' "Works Document";
resource(3, "META:L:DESC") #'MLDC' "Microsoft® Works® Document";
resource(4, "META:EXTENS") message(234) {
"extensions" = "wcm",
"extensions" = "wdb",
"extensions" = "wks",
"extensions" = "wps",
"type" = "application/vnd.ms-works"
};
+14
View File
@@ -0,0 +1,14 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/x-msaccess";
resource(2, "META:S:DESC") #'MSDC' "Access Database";
resource(3, "META:L:DESC") #'MLDC' "Microsoft® Access® Database";
resource(4, "META:EXTENS") message(234) {
"extensions" = "mdb",
"type" = "application/x-msaccess"
};