scrsaver/scrsaverplugins/SlideshowPlugin/data/102823EC.rss
branchRCL_3
changeset 23 e8d784ac1a4b
parent 0 040fcad49f44
equal deleted inserted replaced
22:aaeeca1f15af 23:e8d784ac1a4b
       
     1 /*
       
     2 * Copyright (c) 2006 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 slideshowplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include <ecom/registryinfo.rh>
       
    24 
       
    25 #include "ScreensaverpluginIntDef.hrh"
       
    26 #include "SlideshowPluginImpUID.hrh"
       
    27 
       
    28 //  RESOURCE DEFINITIONS 
       
    29 // -----------------------------------------------------------------------------
       
    30 //   
       
    31 // theInfo
       
    32 // ECOM DLL interface & implementation description resource.
       
    33 //
       
    34 // -----------------------------------------------------------------------------
       
    35 //
       
    36 RESOURCE REGISTRY_INFO theInfo
       
    37     {
       
    38     dll_uid = 0x102823EC;
       
    39     interfaces =
       
    40         {
       
    41         INTERFACE_INFO
       
    42             {
       
    43             interface_uid = KCScreensaverPluginInterfaceDefinitionUid;
       
    44             implementations =
       
    45                 {
       
    46                 IMPLEMENTATION_INFO
       
    47                     {
       
    48                     implementation_uid = KSlideshowPluginImpUID;
       
    49                     version_no = 1;
       
    50                     display_name = "Slideshow";
       
    51                     default_data = "";
       
    52                     opaque_data = "07";  // Conf, sel notif, preview notif
       
    53                     }
       
    54                 };
       
    55             }
       
    56         };
       
    57     }
       
    58 // End of File