dbgsrv/coredumpserver/plugins/formatters/utrace/data/utraceformatter.rss
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Registry file for the Core Dump UTRACE Formatter
       
    15 // ECOM RSS file for UTRACE Core dump formatter
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file 
       
    22 */
       
    23 
       
    24 #include "RegistryInfo.rh"
       
    25 
       
    26 // Declares info for two implementations
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28 	{
       
    29 
       
    30 
       
    31 	// UID for the DLL
       
    32 	dll_uid = 0x102836B9;
       
    33 
       
    34 	// Declare array of interface info
       
    35 	interfaces = 
       
    36 		{
       
    37 		INTERFACE_INFO
       
    38 			{
       
    39 			// UID of formatter interface 
       
    40 			interface_uid = 0x10282fe2;
       
    41 
       
    42 			implementations = 
       
    43 				{
       
    44 
       
    45 				// Info for CImplementation1
       
    46 				IMPLEMENTATION_INFO
       
    47 					{
       
    48 					implementation_uid = 0x102836BA;
       
    49 					version_no = 1;
       
    50 					display_name = "UTRACE Core Dump Formatter plugin v1.0.0";
       
    51 					default_data = "UTRACE";
       
    52 					opaque_data = "cds utrace";
       
    53 					}
       
    54 				};
       
    55 			}
       
    56 		};
       
    57 	}
       
    58