imstutils/imconversationview/tsrc/imcvuiengine_test/dummytestadaptation/rss/dummytestadaptation.rss
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     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 Presence Framework Test Protocol
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 
       
    21 #include <ximpprotocolpluginifids.hrh>
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // ECOM registery info for XIMP Framework ECOM hook
       
    25 // ---------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    30     dll_uid = 0x20007B6D;                                   // dll's own uid
       
    31 
       
    32     interfaces =
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {                                               // implemented interface
       
    36             interface_uid = XIMP_ECOM_IF_UID_PROTOCOL_PLUGIN_BASE_INTERFACE;
       
    37             implementations =
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid = 0x20007B6D;        // implementation's identifier uid
       
    42                     version_no         = 1;
       
    43                     display_name       = "XMPP";     // Protocol display name
       
    44                     default_data       = "XMPP";            // Protocol Id string
       
    45                     
       
    46                     }
       
    47                 };
       
    48             }
       
    49         };
       
    50     }
       
    51