1.1 --- a/epoc32/include/push/unknownmimedefs.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,96 +0,0 @@
1.4 -// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 -// All rights reserved.
1.6 -// This component and the accompanying materials are made available
1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 -// which accompanies this distribution, and is available
1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 -//
1.11 -// Initial Contributors:
1.12 -// Nokia Corporation - initial contribution.
1.13 -//
1.14 -// Contributors:
1.15 -//
1.16 -// Description:
1.17 -//
1.18 -
1.19 -#ifndef __UNKNOWNMIMEDEFS_H__
1.20 -#define __UNKNOWNMIMEDEFS_H__
1.21 -
1.22 -/** @file
1.23 -@publishedPartner
1.24 -@released
1.25 -*/
1.26 -
1.27 -/** generic filename for saving the Unknown Push Msg data */
1.28 -_LIT(KTempUnknownFileName, "TempData");
1.29 -
1.30 -
1.31 -/** Mime Types */
1.32 -
1.33 -//text types
1.34 -_LIT(KTextBasic, "text/*"); // ".txt"
1.35 -_LIT(KTextPlain, "text/plain"); // ".txt"
1.36 -_LIT(KTextRich, "text/rtf"); // ".rtf"
1.37 -_LIT(KTextXML, "text/xml"); // ".xml"
1.38 -_LIT(KTextHTML, "text/html"); // ".html"
1.39 -_LIT(KTextWML, "text/vnd.wap.wml"); // ".wml"
1.40 -_LIT(KTextWMLScript,"text/vnd.wap.wmlscript"); // ".wmls" ?
1.41 -_LIT(KTextMSWord,"application/msword"); // ".doc"
1.42 -_LIT(KTextMSWord95,"application/msword95"); // ".doc"
1.43 -_LIT(KTextMSWord97,"application/msword97"); // ".doc"
1.44 -_LIT(KTextMSWord00,"application/msword00"); // ".doc"
1.45 -_LIT(KTextMSWord2000,"application/msword2000"); // ".doc"
1.46 -
1.47 -
1.48 -
1.49 -// Image types
1.50 -_LIT(KImageBasic, "image/*"); // Don't handle or use ".bmp" ?
1.51 -_LIT(KImageGIF, "image/gif"); // ".gif"
1.52 -_LIT(KImageJPEG, "image/jpeg"); // ".jpg"
1.53 -_LIT(KImageTIFF, "image/tiff"); // ".tif"
1.54 -_LIT(KImageWBMP, "image/vnd.wap.wbmp"); // ".wbmp"
1.55 -
1.56 -// Audio types
1.57 -_LIT(KAudioBasic, "audio/basic"); // ".wav" ??
1.58 -
1.59 -//Video
1.60 -_LIT(KVideoMpeg, "video/mpeg"); // ".mpg" ??
1.61 -
1.62 -//Application types
1.63 -_LIT(KAppXML, "application/xml"); // ".xml"
1.64 -_LIT(KAppWMLC, "application/vnd.wap.wmlc"); // ".wmlc"
1.65 -_LIT(KAppWBXML, "application/vnd.wap.wbxml"); // ".wmlc" ??
1.66 -_LIT(KAppSIS, "application/vnd.symbian.install"); // ".sis"
1.67 -
1.68 -
1.69 -// Extensions for the file holding the Unknown Push Msg data
1.70 -_LIT(KStdUnknownExt, ".dat");
1.71 -_LIT(KUnknownTextExt, ".txt");
1.72 -_LIT(KUnknownDocExt, ".doc");
1.73 -_LIT(KUnknownRTextExt, ".rtf");
1.74 -_LIT(KUnknownXmlExt, ".xml");
1.75 -_LIT(KUnknownHtmlExt, ".html");
1.76 -_LIT(KUnknownWmlExt, ".wml");
1.77 -// _LIT(KUnknownWmlsExt, ".wmls");
1.78 -
1.79 -_LIT(KUnknownGifExt, ".gif");
1.80 -_LIT(KUnknownJpegExt, ".jpg");
1.81 -_LIT(KUnknownTiffExt, ".tif");
1.82 -_LIT(KUnknownWbmpExt, ".wbmp");
1.83 -
1.84 -//_LIT(KUnknownBasicAudioExt, ".wav");
1.85 -//_LIT(KUnknownVidMpegExt, ".mpg");
1.86 -
1.87 -_LIT(KUnknownWmlcExt, ".wmlc");
1.88 -_LIT(KUnknownSISExt, ".sis");
1.89 -
1.90 -
1.91 -
1.92 -
1.93 -
1.94 -
1.95 -
1.96 -
1.97 -
1.98 -
1.99 -#endif