dbgsrv/coredumpserver/test/plugins/testplugin/data/coredumptestplugin.rss
changeset 0 c6b0df440bee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dbgsrv/coredumpserver/test/plugins/testplugin/data/coredumptestplugin.rss	Tue Mar 02 10:33:16 2010 +0530
@@ -0,0 +1,53 @@
+// Copyright (c) 2007-2009 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:
+// Registry file for Core Dump Server testing
+//
+
+
+//#include "RegistryInfoV2.rh"
+#include "RegistryInfo.rh"
+
+// Declares info for two implementations
+RESOURCE REGISTRY_INFO theInfo
+	{
+
+	//resource_format_version = RESOURCE_FORMAT_VERSION_2;
+
+	// UID for the DLL
+	dll_uid = 0x102832C6;
+	// Declare array of interface info
+	interfaces = 
+		{
+		INTERFACE_INFO
+			{
+			// UID of interface that is implemented
+			interface_uid = 0x10282fe2;
+
+			implementations = 
+				{
+
+				// Info for Implementation
+				IMPLEMENTATION_INFO
+					{
+					implementation_uid = 0x102832C7;
+					version_no = 1;
+					display_name = "Test Plugin for Core Dump Formatter v 1.0.0";
+					default_data = "Test V1.0.0";
+					opaque_data = "test_opaque_data";
+					}
+				};
+			}
+		};
+	}
+