filehandling/fileconverterfw/TSRC/10004c41.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 "T_ConV2.hrh"
       
    18 
       
    19 RESOURCE CONARC_RESOURCE_FILE
       
    20 	{
       
    21 	converter_list=
       
    22 		{
       
    23 		CONVERTER_DATA
       
    24         		{
       
    25 			conv_uid  = KTConV2ImplementationUid;
       
    26 
       
    27 			from_list =
       
    28 				{
       
    29 				MIME
       
    30 					{
       
    31 					type = "text/abc";
       
    32 					lang_list =
       
    33 						{
       
    34 						// The following are used as 'human readable names' for the mime types.
       
    35 						LANG_DATA{lang_id=01; translation="english_abc";},
       
    36 						LANG_DATA{lang_id=02; translation="french_abc";}
       
    37 						};
       
    38 					}
       
    39 				};
       
    40 
       
    41 			to_list   =
       
    42 				{
       
    43 				MIME
       
    44 					{
       
    45 					type = "text/def";
       
    46 					lang_list =
       
    47 						{
       
    48 						// The following are used as 'human readable names' for the mime types.
       
    49 						LANG_DATA{lang_id=01; translation="english_def";},
       
    50 						LANG_DATA{lang_id=02; translation="french_def";}
       
    51 						};
       
    52 					}
       
    53 				};
       
    54 			}
       
    55 		};
       
    56 	}