taskswitcher/teleportui/hgteleportappecom/data/hgteleportappecom.rss
changeset 4 4d54b72983ae
parent 3 fb3763350a08
child 5 c743ef5928ba
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : hgteleportappecom.rss
       
     4 *  Part of     : Teleport
       
     5 *  Description : Ecom registration file for alternate fast swap plugin
       
     6 *  Version     : %version: sa1spcx1#2.1.2 %
       
     7 *
       
     8 *  Copyright (C) 2009 Nokia Corporation.
       
     9 *  This material, including documentation and any related 
       
    10 *  computer programs, is protected by copyright controlled by 
       
    11 *  Nokia Corporation. All rights are reserved. Copying, 
       
    12 *  including reproducing, storing,  adapting or translating, any 
       
    13 *  or all of this material requires the prior written consent of 
       
    14 *  Nokia Corporation. This material also contains confidential 
       
    15 *  information which may not be disclosed to others without the 
       
    16 *  prior written consent of Nokia Corporation.
       
    17 *
       
    18 * ============================================================================
       
    19 */
       
    20 
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include "hgteleportappecomconst.hrh"
       
    23 #include "akncapserveralternatefspluginconst.hrh"
       
    24 
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26     {
       
    27     // UID for the DLL
       
    28     dll_uid = KHgTeleportAppPluginDllUid;
       
    29     // Declare array of interface info
       
    30     interfaces = 
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             // UID of interface that is implemented
       
    35             interface_uid = KAknCapServerAlternateFsPluginInterfaceUid;
       
    36             implementations = 
       
    37                 {
       
    38                 IMPLEMENTATION_INFO
       
    39                     {
       
    40                     implementation_uid = KHgTeleportAppPluginImplementationUid;
       
    41                     version_no         = 1;
       
    42                     display_name       = "";
       
    43                     default_data       = "";
       
    44                     opaque_data        = "";
       
    45                     }
       
    46                 };
       
    47             }
       
    48         };
       
    49     }