svgtviewer/SvgtViewerPlugin/data/102071E7.rss
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  ECOM Resource file for SVGTScreenSaverPlugin.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <registryinfo.rh>
       
    21 
       
    22 #include "ScreensaverpluginIntDef.hrh"
       
    23 #include "SvgScreenSaverImplementationUid.hrh"
       
    24 
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 // -----------------------------------------------------------------------------
       
    28 //   
       
    29 // theInfo
       
    30 // ECOM DLL interface & implementation description resource.
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35     {
       
    36     dll_uid = 0x102071E7;
       
    37     interfaces =
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = 0x101F8810; // identifies plugin type (used by ECom)
       
    42             implementations =
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid =0x102071E6;
       
    47                     version_no = 1;
       
    48                     display_name = "SVGT-ScreenSaver";
       
    49                     default_data = "";
       
    50 									// suppored mime types  
       
    51 									// mime Extensions
       
    52 									// and mime descriptions
       
    53                     opaque_data = "1";
       
    54                     }
       
    55                 };
       
    56             }
       
    57         };
       
    58     }
       
    59 // End of File