Fising some symbol visibility issues by adding as dummy object based on the templated class
// 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 info for Reference Connection Provider plug-in
//
//
/**
@file 102738D0.RSS
*/
#include <ecom/registryinfo.rh>
/**
* Description:
* [1] dll_uid should be the same as the name of this file. It stands for the UID of
* this ECOM plugin. In order to obtain a new UID, register at the
* "EPOC UID Allocation Database". Each plugin needs a array of UIDs:
* - one for the dll
* - one for the Connection Factory implementation id.
* The UIDs listed in this file are either interface UIDs or implementation
* UIDs registered for this particular plug-in. The latter should be replaced
* for each new plug-in.
* [2] interface_uid is the ECOM plugin intergface id. In this file:
* 0x102738D1 - Connection Provider Factory interface id.
*
*/
RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x102738D0;
interfaces =
{
INTERFACE_INFO
{
interface_uid = 0x102070EE;
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0x102738D1;
version_no = 1;
display_name = "Reference Connection Provider Factory";
default_data = "ReferenceConnectionProviderFactory";
opaque_data = "";
}
};
}
};
}