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