profilesapplication/Profiles/GSProfilesPlugin/data/10283386.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:45:58 +0200
changeset 0 ca436256272f
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2005 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 GSConfigPlugin.
*
*/

#include <registryinfo.rh>

RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid     = 0x10283386;  // dll UID
	interfaces  =
		{
		INTERFACE_INFO
			{
			interface_uid   = 0x10207236;  // common UID for all GS plugins
			implementations =
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid  = 0x10283387;  // dll UID + 1
					version_no          = 1;
					display_name        = "Profiles Plugin";
					default_data        = "0x1020723B"; // Parent UID
                                        //default_data        = "0x10207239"; // Parent UID
					opaque_data         = "5"; // Order number
					}
				};
			},

                INTERFACE_INFO
                    {
                    // UID of interface that is implemented
                    interface_uid = 0x2000B189;  // from psmpluginbase.h
                    implementations = 
                        {
                        IMPLEMENTATION_INFO
                            {
                            implementation_uid = 0x10283388;  // dll UID + 2
                            //implementation_uid = 0x10200FE1;
                            version_no         = 1;
                            //display_name       = "PSMPluginStub1";
                            display_name       = "Profiles plugin";
                            default_data       = "";
                            opaque_data        = "";
                            }
                        };
                    }
		};
	}