telephonyprotocols/pdplayer/src/102822EF.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:45:06 +0200
branchRCL_3
changeset 6 fc69e1e37771
parent 0 3553901f7fa8
child 19 630d2f34d719
permissions -rw-r--r--
Revision: 201010 Kit: 201010

// Copyright (c) 2006-2010 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 RawIP Meta Connection Provider Factory plug-in
// 
//

/**
 @file 102822EF.RSS
*/

#include <ecom/registryinfo.rh>
#include "pdp.hrh"

RESOURCE REGISTRY_INFO theInfo
{
dll_uid =  PDPLayerDLLUid;

interfaces = 
    {
    INTERFACE_INFO
        {
        interface_uid =  TierManagerInterfaceUid;
        implementations =
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = PDPTierManagerImplUid;
                version_no = 1;
                display_name = "PDP Tier Manager";
                default_data = "PDPTierManager";
                opaque_data = "";
                }
            };
        },

    INTERFACE_INFO
        {
        interface_uid =  McprInterfaceUid;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = PDPMcprImplUid;
                version_no = 1;
                display_name = "PDP Meta Connection Provider Factory";
                default_data = "PDPMCprFactory";
                opaque_data = "";
                }
            };
        },
#ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
    INTERFACE_INFO
        {
        interface_uid = CprInterfaceUid;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = PDPCprImplUid;
                version_no = 1;
                display_name = "PDP Connection Provider Factory";
                default_data = "PDPConnProvdFactory";
                opaque_data = "";
                }
            };
        },
#endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
    INTERFACE_INFO
        {
        interface_uid = ScprInterfaceUid;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = PDPScprImplUid;
                version_no = 1;
                display_name = "PDP Sub-Connection Provider Factory";
                default_data = "PdpSubConnectionProviderFactory";
                opaque_data = "";
                }
            };
        }
	
    };
}