filehandling/fileconverterfw/TSRC/100125.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 #include "TCon3.hrh"
       
    18 
       
    19 RESOURCE CONARC_RESOURCE_FILE
       
    20 	{
       
    21 	converter_list=
       
    22 		{
       
    23 		CONVERTER_DATA
       
    24 			{
       
    25 			conv_uid=KTCon3ImplementationUid; // UID of the converter								 //MConverterBase::Uid
       
    26 			from_list=
       
    27 				{
       
    28 				MIME 
       
    29 					{ 
       
    30 					type="application/unknown"; 
       
    31 					lang_list=
       
    32 						{
       
    33 						LANG_DATA{lang_id=01;translation="englishepoc32/cplaintext";}
       
    34 						};
       
    35 					}
       
    36 				};
       
    37 			to_list=
       
    38 				{
       
    39 				MIME 
       
    40 					{ 
       
    41 					type="xyzzy/frot";
       
    42 					lang_list=
       
    43 						{
       
    44 						LANG_DATA{lang_id=02;translation="frenchxyzzy/frot";}
       
    45 						};
       
    46 					}
       
    47 				};
       
    48 			}
       
    49 		};
       
    50 	}