mpxplugins/serviceplugins/screensaverplugins/mpxscreensaverplugin/data/101ffc13.rss
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     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:  Resource definitions for project mpxscreensaverplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include <ScreensaverpluginIntDef.hrh>
       
    22 
       
    23 #include "mpxscreensaverpluginimplementationuid.hrh"
       
    24 #include "mpxscreensaverplugin.loc"
       
    25 
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 // -----------------------------------------------------------------------------
       
    29 //   
       
    30 // theInfo
       
    31 // ECOM DLL interface & implementation description resource.
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE REGISTRY_INFO theInfo
       
    36     {
       
    37     dll_uid = 0x101FFC13;
       
    38     interfaces =
       
    39         {
       
    40         INTERFACE_INFO
       
    41             {
       
    42             interface_uid = KCScreensaverPluginInterfaceDefinitionUid;
       
    43             implementations =
       
    44                 {
       
    45                 IMPLEMENTATION_INFO
       
    46                     {
       
    47                     implementation_uid =KMPXScreenSaverPluginImplementationUID;
       
    48                     version_no = 1;
       
    49                     display_name = qtn_screensaver_now_playing;
       
    50                     default_data = "";
       
    51                     opaque_data = KScrPluginCapabilitiesSelectionNotificationStr;
       
    52                     }
       
    53                 };
       
    54             }
       
    55         };
       
    56     }
       
    57 // End of File