xml/xmlfw/test/rtest/data/10273863.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_testxmlparserplugin1.mmp
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO validatorInfo
       
    22 	{
       
    23 	dll_uid = 0x10273863;
       
    24 	interfaces = 
       
    25 		{
       
    26 		INTERFACE_INFO
       
    27 			{
       
    28 			interface_uid = 0x101FAA0B;
       
    29 			implementations = 
       
    30 				{
       
    31 				IMPLEMENTATION_INFO
       
    32 					{
       
    33 					implementation_uid = 0x10273864;
       
    34 					version_no = 2;
       
    35 					display_name = "XML Test1 Parser. Doesn’t provide any functionality";
       
    36 					default_data = "text/xml||text/wbxml";
       
    37 					opaque_data = "SymbianExtended";
       
    38 					},
       
    39 
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					// Uid should be less than 0x101FAA0C (Symbian-Provided XML Parser) to cause the defect condition
       
    43 					implementation_uid = 0x101F9782; 
       
    44 					version_no = 1;
       
    45 					// Masquarading XML Test1 Parser in the dll 
       
    46 					display_name = "XML DefectTest Parser. Doesn’t provide any functionality";
       
    47 					default_data = "text/xml";
       
    48 					// opaque_data should be something that is NOT "Symbian"
       
    49 					opaque_data = "OtherPluginProvider";
       
    50 					},
       
    51 
       
    52 				IMPLEMENTATION_INFO
       
    53 					{
       
    54 					implementation_uid = 0x101faa00; 
       
    55 					version_no = 1;
       
    56 					// Masquarading XML Test1 Parser in the dll 
       
    57 					display_name = "Unique Parser";
       
    58 					// Should be a unique mime type
       
    59 					default_data = "text/unique";
       
    60 					// opaque_data should be something that is NOT "Symbian"
       
    61 					opaque_data = "OtherPluginProvider";
       
    62 					},
       
    63 
       
    64 				IMPLEMENTATION_INFO
       
    65 					{
       
    66 					implementation_uid = 0x101faa01; 
       
    67 					version_no = 1;
       
    68 					// Masquarading XML Test1 Parser in the dll 
       
    69 					display_name = "Same mime Parser";
       
    70 					default_data = "text/same";
       
    71 					// opaque_data should be something that is NOT "Symbian"
       
    72 					opaque_data = "AnOtherProvider";
       
    73 					}				};
       
    74 			}
       
    75 		};
       
    76 	}
       
    77 
       
    78 
       
    79