idlefw/plugins/pslnactiveidleplugin/data/pslnactiveidleplugin.rss
branchRCL_3
changeset 8 d0529222e3f0
parent 4 1a2a00e78665
child 11 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2007 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 plugin resource file for Active Idle Skinning plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 #include "pslnactiveidlepluginuids.h"
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 {
       
    24     dll_uid     = KPslnActiveIdlePluginDllUID3;
       
    25     interfaces  =
       
    26     {
       
    27         INTERFACE_INFO
       
    28         {
       
    29             interface_uid   = KPslnPluginInterfaceUID;
       
    30             implementations =
       
    31             {
       
    32                 IMPLEMENTATION_INFO
       
    33                 {
       
    34                     implementation_uid  = KPslnActiveIdlePluginImplementationUID;
       
    35                     version_no          = 1;
       
    36                     display_name        = "Psln AI Plugin";
       
    37                     default_data        = "0";
       
    38                     opaque_data         = "0";
       
    39                 }
       
    40             };
       
    41         }
       
    42         ,
       
    43         INTERFACE_INFO
       
    44         {
       
    45             interface_uid   = KGSPluginInterfaceUID;
       
    46             implementations =
       
    47             {
       
    48                 IMPLEMENTATION_INFO
       
    49                 {
       
    50                     implementation_uid  = KGSActiveIdlePluginImplementationUID;
       
    51                     version_no          = 1;
       
    52                     display_name        = "GS AI Plugin";
       
    53                     default_data        = "0x1020743F"; // parent uid: Standby plugin
       
    54                     opaque_data         = "11"; // Order number
       
    55                 }
       
    56             };
       
    57         }
       
    58     };
       
    59 }
       
    60 
       
    61 // End of File.