uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/10282DBA.rss
changeset 0 15bf7259bb7c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/10282DBA.rss	Tue Feb 02 07:56:43 2010 +0200
@@ -0,0 +1,66 @@
+/*
+* 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 = "";
+                    }
+                };
+                        
+            }
+        };
+    }