bearermanagement/S60MCPR/src/101F6D4A.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 22:15:10 +0300
branchRCL_3
changeset 15 4dc3bb0099b0
parent 0 5a93021fdf25
permissions -rw-r--r--
Revision: 201011 Kit: 201013

/*
* Copyright (c) 2008 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 S60 Meta Connection Provider plug-in
*
*/

/**
@file
Registry info for S60 Meta Connection Provider plug-in
*/

#include <ecom/registryinfo.rh>

RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x101F6D4A;
interfaces = 
    {
    INTERFACE_INFO
        {
        interface_uid =  0x10274546;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x101F6D4B;
                version_no = 1;
                display_name = "S60 Connection Provider Factory";
                default_data = "S60MCprFactory";
                opaque_data = "";
                }
            };
        },
    INTERFACE_INFO
        {
        interface_uid =  0x10281DD7;
        implementations = 
            {
           IMPLEMENTATION_INFO
                {
                implementation_uid = 0x101F6D4A;
                version_no = 1;
                display_name = "S60 Tier Manager";
                default_data = "S60TierManager";
                opaque_data = "";
                }
            };
        }
    };
}