imstutils/imconversationview/imcmslauncherplugin/group/imcmslauncherplugin.rss
changeset 15 81eeb8c83ce5
parent 0 5e5d6b214f4f
equal deleted inserted replaced
0:5e5d6b214f4f 15:81eeb8c83ce5
     1 /*
       
     2 * Copyright (c) 2008 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:  This plugin is loaded by the Communication Launcher
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include "imcmslauncherplugin.hrh"
       
    21 
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // ECOM registery info for CMS contactor Plugin
       
    25 // ---------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE REGISTRY_INFO theInfo 
       
    28     {
       
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    30     dll_uid = 0x200255D1;
       
    31 
       
    32     interfaces =
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             // implemented interface
       
    37             interface_uid = CMS_CONTACTOR_IM_PLUGIN_INTERFACE_UID;
       
    38 
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = 0x200255D0;
       
    44                     version_no         = 1;
       
    45                     display_name       = "imcmslauncherplugin";
       
    46                     default_data       = "Launch";
       
    47                     opaque_data        = "";
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54