simpledatamodeladapter/group/10275464.rss
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 0 c8caa15ef882
child 12 e6a66db4e9d0
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
       
     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:  ECOM registery info for SIP/Presence Protocol Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include <ximpprotocolpluginifids.hrh>
       
    21 
       
    22 #include "presenceplugin_resource.hrh"
       
    23 
       
    24 
       
    25 
       
    26 // ---------------------------------------------------------------------------
       
    27 // ECOM registery info for Presence Framework ECOM hook
       
    28 // ---------------------------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31     {
       
    32     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    33     dll_uid = PRESENCEPLUGIN_DLL_UID_PRESENCE_PROTOCOL;
       
    34 
       
    35     interfaces =
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             // implemented interface
       
    40             interface_uid = XIMP_ECOM_IF_UID_PROTOCOL_PLUGIN_BASE_INTERFACE;
       
    41 
       
    42             implementations =
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = PRESENCEPLUGIN_1_IMPLEMENTATION_UID;
       
    47                     version_no         = PRESENCEPLUGIN_1_VERSION_NO;
       
    48                     display_name       = PRESENCEPLUGIN_1_DISPLAY_NAME;
       
    49                     default_data       = PRESENCEPLUGIN_1_DEFAULT_DATA;
       
    50                     opaque_data        = PRESENCEPLUGIN_1_OPAQUE_DATA;
       
    51                     }
       
    52                 };
       
    53             }
       
    54         };
       
    55     }