filehandling/richtexttohtmlconverter/Src/1000071c.rss
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <conplugin.rh>
       
    17 
       
    18 RESOURCE CONARC_RESOURCE_FILE
       
    19 	{
       
    20 	converter_list=
       
    21 		{
       
    22 			CONVERTER_DATA
       
    23             		{
       
    24 				conv_uid  =0x1000071c;
       
    25 
       
    26 				from_list =
       
    27 				{
       
    28 					MIME
       
    29 					{
       
    30 					type = "epoc32/crichtext";
       
    31 					lang_list =
       
    32 						{
       
    33 						// The following are used as 'human readable names' for the mime types.
       
    34 						LANG_DATA{lang_id=01; translation="Epoc rich text";}
       
    35 						};
       
    36 					}
       
    37 				};
       
    38 
       
    39 				to_list   =
       
    40 				{
       
    41 					MIME
       
    42 					{
       
    43 					type = "text/html";
       
    44 					lang_list =
       
    45 						{
       
    46 						// The following are used as 'human readable names' for the mime types.
       
    47 						LANG_DATA{lang_id=01; translation="html";}
       
    48 						};
       
    49 					}
       
    50 				};
       
    51 			}
       
    52 		};
       
    53 	}