bearermanagement/S60MCPR/src/101F6D4A.rss
author hgs
Thu, 28 Oct 2010 13:13:30 +0300
changeset 73 70ee5458c95d
parent 0 5a93021fdf25
permissions -rw-r--r--
201043

/*
* 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 = "";
                }
            };
        }
    };
}