imstutils/imconnectionprovider/data/20010120.rss
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     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:  20010120.rss
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include "registryinfov2.rh" 
       
    23 #include "imconnectionprovideruids.hrh"
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 // theInfo
       
    29 // REGISTRY_INFO for ECom
       
    30 //
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 RESOURCE REGISTRY_INFO theInfo
       
    34     {
       
    35     resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    36     dll_uid = KIMConnectivityPluginUid;
       
    37     interfaces = 
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = 0x10275457;
       
    42             implementations = 
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KIMConnectivityPluginImplUid;
       
    47                     version_no = 1;
       
    48                     display_name = " ";
       
    49                     default_data = "IM";
       
    50                     opaque_data = " ";
       
    51                     }             
       
    52                 };
       
    53             }
       
    54         };
       
    55     }
       
    56 
       
    57 
       
    58 // End of file