// 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";
}
};
}
};
}