baseconnectionproviders/refscpr/src/102738C2.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:25:36 +0300
branchRCL_3
changeset 25 9d7ce34704c8
permissions -rw-r--r--
Revision: 201035 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 info for Reference Sub-Connection Provider plug-in
// [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 SubConnection Factory implementation id.
// - one for the SubConnection Extension Parameters Factory implementation id 
// (if there is an extension parameter set in this plug-in).
// 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:
// 0x10204301 - SubConnection Factory interface id.
// 0x10204303 - SubConnection Extension Parameters Factory interface id.
// 
//

/**
 @file 102738C2.RSS
*/

#include <ecom/registryinfo.rh>

RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x102738C2;
interfaces = 
    {
    INTERFACE_INFO
        {
        interface_uid = 0x10204301;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102738C3;
                version_no = 1;
                display_name = "Reference SubConnection Provider Factory";
                default_data = "ReferenceSubConnProvdFactory";
                opaque_data = "";
                }
            };
        },
    INTERFACE_INFO
        {
        interface_uid = 0x10204303;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102738C4;
                version_no = 1;
                display_name = "Reference Extension Set of SubConnection Paremers";
                default_data = "text/wml";
                opaque_data = "";
                }
            };
        }
    };
}