XDMSettingsUI/data/10207428.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 09:37:41 +0200
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 13 b7e70c0792e6
permissions -rw-r--r--
Revision: 201005 Kit: 201011

/*
* Copyright (c) 1020 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:    ECOM plugin resource file for GS XDM plugin.
*
*/



#include <registryinfo.rh>

RESOURCE REGISTRY_INFO theInfo
    {
    dll_uid     = 0x10207428; // Plugin dll UID
    interfaces  = 
        {
        INTERFACE_INFO
            {
            interface_uid   = 0x10207236; // UID for CGSPluginInterface
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid  = 0x10207429; // Plugin UID
                    version_no          = 1;
                    display_name        = "XDM Settings Plugin"; // Plugin debug name
                    
                    #ifdef RD_CONTROL_PANEL // for control panel change (5.0)
                        default_data        = "0x10283341"; // Parent UID adminstrative settings
                        opaque_data         = "50"; // Order number
                    #else // for normal 3.0 without control panel change
                        default_data        = "0x10207250"; // Parent UID connection settings
                        opaque_data         = "140"; // Order number
                    #endif //RD_CONTROL_PANEL
                    }
                };
            }
        };
    }