filehandling/fileconverterfw/TSRC/10004c43.rss
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 
       
     2 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 // T_CONVBADUID
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <conplugin.rh>
       
    20 #include "t_convBadUid.hrh"
       
    21 
       
    22 RESOURCE CONARC_RESOURCE_FILE
       
    23 	{
       
    24 	//dll_uid = 0x10004c43; // UID of the associated DLL
       
    25 
       
    26 	converter_list=
       
    27 		{
       
    28 		CONVERTER_DATA
       
    29         		{
       
    30 			conv_uid  = KTBadUidConvImplementationUid; // UID of the converter, as returned from //MConverterBase::Uid
       
    31 
       
    32 			from_list =
       
    33 				{
       
    34 				MIME
       
    35 					{
       
    36 					type = "text/abc";
       
    37 					lang_list =
       
    38 						{
       
    39 						// The following are used as 'human readable names' for the mime types.
       
    40 						LANG_DATA{lang_id=01; translation="english_abc";},
       
    41 						LANG_DATA{lang_id=02; translation="french_abc";}
       
    42 						};
       
    43 					}
       
    44 				};
       
    45 
       
    46 			to_list   =
       
    47 				{
       
    48 				MIME
       
    49 					{
       
    50 					type = "text/def";
       
    51 					lang_list =
       
    52 						{
       
    53 						// The following are used as 'human readable names' for the mime types.
       
    54 						LANG_DATA{lang_id=01; translation="english_def";},
       
    55 						LANG_DATA{lang_id=02; translation="french_def";}
       
    56 						};
       
    57 					}
       
    58 				};
       
    59 			}
       
    60 		};
       
    61 	}