dbgsrv/coredumpserver/plugins/formatters/utrace/data/utraceformatter.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) 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 the Core Dump UTRACE Formatter
// ECOM RSS file for UTRACE Core dump formatter
//



/**
 @file 
*/

#include "RegistryInfo.rh"

// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
	{


	// UID for the DLL
	dll_uid = 0x102836B9;

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

			implementations = 
				{

				// Info for CImplementation1
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x102836BA;
					version_no = 1;
					display_name = "UTRACE Core Dump Formatter plugin v1.0.0";
					default_data = "UTRACE";
					opaque_data = "cds utrace";
					}
				};
			}
		};
	}