scrsaver/screensaveraiwplugin/src/10282921.rss
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     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:     AIW(ECOM) registration resource file for project screensaveraiwplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <registryinfov2.rh>
       
    22 #include <AiwCommon.hrh>
       
    23 #include "screensaveraiwplugin.rh"
       
    24 
       
    25 
       
    26 // ---------------------------------------------------------------------------
       
    27 // Registration info for ECOM framework.
       
    28 // Specifies also provider interest for AIW framework.
       
    29 // ---------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33     resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    34     dll_uid = KScreenSaverAIWPluginImplementationUid;
       
    35     interfaces = 
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             // Menu service class (offers menu based services)
       
    40             interface_uid = KAiwClassMenu;
       
    41             implementations = 
       
    42                 {
       
    43                 IMPLEMENTATION_INFO
       
    44                     {
       
    45                     implementation_uid = KScreenSaverAIWPluginImplementationUid;
       
    46                     version_no = 1;
       
    47                     display_name = "";
       
    48                     default_data = "*";
       
    49                     opaque_data = KAiwCmdAssignScreenSaverStr;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }