uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/10282DBA.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 07:56:43 +0200
changeset 0 15bf7259bb7c
permissions -rw-r--r--
Revision: 201003

/*
* Copyright (c) 1028 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 Resource file for TfxSrvPlugin
*
*/


#include <registryinfov2.rh>

// UIDs for this plugin
// these are defined in include\oem\TfxSrvEcomIds.h
//
// ECOM DLL UID:				0x10282DBA
// TfxSrvPlugin interface UID:	0x10282DBB
// MTransitionServer Implementation:	0x10282DBC 
// MTransitionServerController Implementation:	0x10282DBD 


// ---------------------------------------------------------------------------
// Registration info for ECOM framework.
// ---------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO theInfo
    {
    resource_format_version = RESOURCE_FORMAT_VERSION_2; 
    dll_uid = 0x10282DBA;
    interfaces = 
        {
        INTERFACE_INFO
            {
            interface_uid = 0x10282DBB;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x10282DBC;
                    version_no = 1;
                    display_name = "RTransitionServer";
                    default_data = "";
                    opaque_data = "";
                    },
                
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x10282DBD;
                    version_no = 1;
                    display_name = "CTransitionServerController";
                    default_data = "";
                    opaque_data = "";
                    }
                };
                        
            }
        };
    }