dbgsrv/coredumpserver/plugins/formatters/symbianelf/data/symbianelfformatter.rss
author ravikurupati
Tue, 02 Mar 2010 10:33:16 +0530
changeset 0 c6b0df440bee
permissions -rw-r--r--
Initial contribution of EPL licensed sources

// Copyright (c) 2006-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 the Core Dump Symbian ELF Formatter
// ECOM RSS file for Symbian ELF Core dump formatter
//



/**
 @file 
*/

#include "RegistryInfo.rh"

// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
	{
	// UID for the DLL
	dll_uid = 0x10282fe1;

	// Declare array of interface info
	interfaces = 
		{
		INTERFACE_INFO
			{
			// UID of formatter interface 
			interface_uid = 0x10282fe2;

			implementations = 
				{
				// Info for CImplementation1
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x10282fe3;
					version_no = 1;
					display_name = "Symbian ELF Core Dump Formatter plugin v1.0.0";
					default_data = "ELF V1.0.0";
					opaque_data = "cds elf";
					},				

				// Info for Implementation2
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x102836bb;
					version_no = 2;
					display_name = "Symbian ELF Core Dump Formatter plugin v2.0.0";
					default_data = "ELF V2.0.0";
					opaque_data = "cds elf v2";
					}								 
				};
			}
		};
	}