xml/xmlfw/test/rtest/data/10273868.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 15:35:29 +0300
changeset 23 740e860b8acf
parent 0 e35f40988205
permissions -rw-r--r--
Revision: 201023 Kit: 2010123

// 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:
// Unit test resource inforamtion
// Pairs to tu_xmlramparserplugins.mmp
// 
//

#include <ecom/registryinfo.rh>

RESOURCE REGISTRY_INFO validatorInfo
	{
	dll_uid = 0x10273868;
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid = 0x10273867;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10273870;
					version_no = 1;
					display_name = "Xml Test Parser 1";
					default_data = "text/xml";
					opaque_data = "Symbian";
					},

				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10273871;
					version_no = 1;
					display_name = "Xml Test Parser 2";
					default_data = "text/wbxml||text/xml";
					opaque_data = "Symbian Advanced";
					},

				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10273872;
					version_no = 1;
					display_name = "Xml Test Parser 3";
					default_data = "text/xml";
					opaque_data = "External";
					},

				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10273873;
					version_no = 1;
					display_name = "Xml Test Parser 4";
					default_data = "text/wbxml";
					opaque_data = "Symbian";
					},

				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10273874;
					version_no = 1;
					display_name = "Xml Test Parser 5";
					default_data = "text/xml||text/wbxml";
					opaque_data = "External||External V1";
					},
					
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x60000000;
					version_no = 1;
					display_name = "Xml Test Parser Large positive Uid";
					default_data = "MyText/MyXml";
					opaque_data = "symbian";
					},
					
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x8FFFFFFF;
					version_no = 1;
					display_name = "Xml Test Parser Large negative Uid";
					default_data = "MyText/MyXml";
					opaque_data = "symbian";
					}					
				};
			}
		};
	}