Some additional standard MIME types in the Be world.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-03-10 13:40:35 +00:00
parent 2dffde8cdc
commit 86d5deed7b
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
/*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#ifndef _MIME_TYPES_H
#define _MIME_TYPES_H
#include <Mime.h>
// Additional MIME types that are not defined in Mime.h but are
// standard values. We should move them into a public space some
// day.
#define B_DIRECTORY_MIME_TYPE "application/x-vnd.Be-directory"
#define B_VOLUME_MIME_TYPE "application/x-vnd.Be-volume"
#define B_SYMLINK_MIME_TYPE "application/x-vnd.Be-symlink"
#define B_ROOT_MIME_TYPE "application/x-vnd.Be-root"
#endif /* _MIME_TYPES_H */