xml/xmlfw/test/rtest/data/10273865.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:37:34 +0100
branchRCL_3
changeset 21 604ca70b6235
parent 0 e35f40988205
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201014 Kit: 201035

// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Registry file for the XmlFramework Test Plugin parser
// Pairs to t_testxmlparserplugin2.mmp
// 
//

#include <ecom/registryinfo.rh>

RESOURCE REGISTRY_INFO validatorInfo
	{
	dll_uid = 0x10273865;
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid = 0x101FAA0B;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10273866;
					version_no = 3;
					display_name = "XML Test2 Parser. Doesn’t provide any functionality";
					default_data = "text/xml";
					opaque_data = "SymbianExtended||AdditionalFeatureString";
					},

				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101faa02; 
					version_no = 1;
					// Masquarading XML Test1 Parser in the dll 
					display_name = "My Same mime Parser";
					default_data = "text/same";
					// opaque_data should be something that is NOT "Symbian"
					opaque_data = "YetAnotherOne";
					}
				};
			}
		};
	}