dbgsrv/coredumpserver/plugins/formatters/dexc/data/dexcformatter.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 D_EXC Formatter
       
    15 // ECOM RSS file for D_EXC 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 	// UID for the DLL
       
    30 	dll_uid = 0x102832c4;
       
    31 
       
    32 	// Declare array of interface info
       
    33 	interfaces = 
       
    34 		{
       
    35 		INTERFACE_INFO
       
    36 			{
       
    37 			// UID of formatter interface
       
    38 			interface_uid = 0x10282fe2;
       
    39 			implementations = 
       
    40 				{
       
    41 				// Info for CImplementation1
       
    42 				IMPLEMENTATION_INFO
       
    43 					{
       
    44 					implementation_uid = 0x102832c5;
       
    45 					version_no = 1;
       
    46 					display_name = "D_EXC Formatter plugin v1.0.0";
       
    47 					default_data = "D_EXC V1.0.0";
       
    48 					opaque_data = "cds dexc";
       
    49 					}
       
    50 				};
       
    51 			}
       
    52 		};
       
    53 	}
       
    54