xml/xmlfw/test/rtest/data/10273865.rss
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 // Copyright (c) 2005-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 // Registry file for the XmlFramework Test Plugin parser
       
    15 // Pairs to t_testxmlparserplugin2.mmp
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO validatorInfo
       
    22 	{
       
    23 	dll_uid = 0x10273865;
       
    24 	interfaces = 
       
    25 		{
       
    26 		INTERFACE_INFO
       
    27 			{
       
    28 			interface_uid = 0x101FAA0B;
       
    29 			implementations = 
       
    30 				{
       
    31 				IMPLEMENTATION_INFO
       
    32 					{
       
    33 					implementation_uid = 0x10273866;
       
    34 					version_no = 3;
       
    35 					display_name = "XML Test2 Parser. Doesn’t provide any functionality";
       
    36 					default_data = "text/xml";
       
    37 					opaque_data = "SymbianExtended||AdditionalFeatureString";
       
    38 					},
       
    39 
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = 0x101faa02; 
       
    43 					version_no = 1;
       
    44 					// Masquarading XML Test1 Parser in the dll 
       
    45 					display_name = "My Same mime Parser";
       
    46 					default_data = "text/same";
       
    47 					// opaque_data should be something that is NOT "Symbian"
       
    48 					opaque_data = "YetAnotherOne";
       
    49 					}
       
    50 				};
       
    51 			}
       
    52 		};
       
    53 	}
       
    54 
       
    55 
       
    56