networkcontrol/iptransportlayer/src/102070ED.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 27 Apr 2010 18:14:09 +0300
branchRCL_3
changeset 15 9bab6ffc7f45
parent 0 af10295192d8
permissions -rw-r--r--
Revision: 201017 Kit: 201017

// Copyright (c) 2006-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 IP Connection Provider plug-in
// 
//

/**
 @file
*/

#include <ecom/registryinfo.rh>

RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x102070ED;
interfaces = 
    {
    INTERFACE_INFO
        {
        interface_uid = 0x102070EE;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102070EF;
                version_no = 1;
                display_name = "IP Connection Provider Factory";
                default_data = "IPConnProvdFactory";
                opaque_data = "";
                }
            };
        },
	INTERFACE_INFO
        {
        interface_uid = 0x10204301;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102752C5;
                version_no = 1;
                display_name = "Basic IP Sub-Connection Provider Factory";
                default_data = "BasicIpSubConnectionProvdFactory";
                opaque_data = "";
                }
            };
        },
    INTERFACE_INFO
        {
        interface_uid = 0x10204301;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102822D3;
                version_no = 1;
                display_name = "IP Sub-Connection Provider Factory";
                default_data = "IpSubConnectionProvdFactory";
                opaque_data = "";
                }
            };
		},
    INTERFACE_INFO
        {
        interface_uid = 0x10204303;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102754C7;
                version_no = 1;
                display_name = "CSubConnection Qos IP Link R5 Extension Parameter Set";
                default_data = "text/wml";
                opaque_data = "";
                }
            };
#ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
	},
	INTERFACE_INFO
        {
        interface_uid = 0x102070EE;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x2001F96E;
                version_no = 1;
                display_name = "XBearerInfo Parameter Set";
                default_data = "text/wml";
                opaque_data = "";
                }
            };
#endif //SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
	}
    };
}