email_pub/email_widget_api/tsrc/3rdpartyapitestplugin2/data/2002C324.rss
branchRCL_3
changeset 8 e1b6206813b4
child 10 f5907b1a1053
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/email_pub/email_widget_api/tsrc/3rdpartyapitestplugin2/data/2002C324.rss	Fri Feb 19 22:37:30 2010 +0200
@@ -0,0 +1,45 @@
+/*
+* Copyright (c) 2009 - 2010 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:  Dummy 3rd party email testplugin
+*
+*/
+
+#include <emailobserverinterface.hrh>
+#include <ecom/registryinfo.rh>
+#include "t_testpluginconst.hrh"
+
+RESOURCE REGISTRY_INFO theInfo
+    {
+    dll_uid = KTestPlugin2Uid3;
+    interfaces =
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = KEmailObserverInterfaceUid;
+            implementations =
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = KTestPlugin2ImplUid;
+                    version_no = 1;
+                    display_name = "3rd party testplugin 2";
+                    default_data = "";
+                    opaque_data = "";
+                    }
+                };
+            }
+        };
+    }
+
+