dbgsrv/coredumpserver/plugins/writers/file/data/filewriter.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 writer
       
    15 // ECOM RSS file for File Writer 
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file 
       
    22 */
       
    23 
       
    24 #include "RegistryInfo.rh"
       
    25 
       
    26 // Declares info for one implementation
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28 	{
       
    29 	// UID for the DLL
       
    30 	dll_uid = 0x102831e2;
       
    31 	// Declare array of interface info
       
    32 	interfaces = 
       
    33 		{
       
    34 		INTERFACE_INFO
       
    35 			{
       
    36 			// UID of file writer interface
       
    37 			interface_uid = 0x102831e3;
       
    38 			implementations = 
       
    39 				{
       
    40 				// Info for CFileWriter
       
    41 				IMPLEMENTATION_INFO
       
    42 					{
       
    43 					implementation_uid = 0x102831e4;
       
    44 					version_no = 1;
       
    45 					display_name = "Symbian File Writer plugin v1.0.0";
       
    46 					default_data = "File Writer V1.0.0";
       
    47 					opaque_data = "cds filewriter";
       
    48 					}
       
    49 				};
       
    50 			}
       
    51 		};
       
    52 	}
       
    53