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