commsfwutils/commsbufs/reference/loopback_bearer/src/102871C2.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:22:25 +0200
changeset 0 dfb7c4ff071f
permissions -rw-r--r--
Revision: 200951 Kit: 200951

/*
* Copyright (c) 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 Legacy Loopback CFProtocol module
 *
 * Copyright (c) Symbian Software Ltd. 2009.  All rights reserved.
 */

#ifdef SYMBIAN_OLD_EXPORT_LOCATION
#include "registryinfo.rh"
#else
#include "ecom/registryinfo.rh"
#endif

RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x102871C2;
interfaces = 
    {
    INTERFACE_INFO
        {
        interface_uid = 0x10281C33;
        implementations = 
            {
           	IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102871C3;
                version_no = 1;
                display_name = "Legacy Loopback Flow Factory";
                default_data = "LegacyLoopbackFlowFactory";
                opaque_data = "";
                }
            };
		},
	INTERFACE_INFO
        {
        interface_uid =  0x10274546;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x102871C4;
                version_no = 1;
                display_name = "Legacy Loopback Link Protocol MCPR Factory";
                default_data = "LegacyLoopBackProtoMCprFactory";
                opaque_data = "";
                }
            };
        },
    INTERFACE_INFO
    	{
    	interface_uid =  0x10281DD7;
    	implementations = 
           	{
           	IMPLEMENTATION_INFO
           		{
           		implementation_uid = 0x102871C5;
           		version_no = 1;
           		display_name = "Legacy Loopback Link Tier Manager";
               	default_data = "LegacyTierManager";
               	opaque_data = "";
           		}
           	};
    	},
   INTERFACE_INFO
    	{
    	interface_uid = 0x10286A0F;
    	implementations = 
    		{
    		IMPLEMENTATION_INFO
    			{
    			implementation_uid = 0x102871C6;
    			version_no = 1;
    			display_name = "Legacy Loopback Protocol Parameter Plugin";
    			default_data = "text/wml";
    			opaque_data = "";
    			}
    		};
    	}

    };
}