imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcprotocols/pr_prfwtestprotocol/pr_prfwtestprotocol.rss
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     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 #include <ecom/registryinfov2.rh>
       
    19 #include <ximpprotocolpluginifids.hrh>
       
    20 
       
    21 #include "prfwtestprotocols_resource.hrh"
       
    22 
       
    23 
       
    24 
       
    25 // ---------------------------------------------------------------------------
       
    26 // ECOM registery info for Presence Framework ECOM hook
       
    27 // ---------------------------------------------------------------------------
       
    28 //
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {
       
    31     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    32     dll_uid = PRFW_DLL_UID_PR_PRFWTESTPROTOCOL;
       
    33 
       
    34     interfaces =
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             interface_uid = XIMP_ECOM_IF_UID_PROTOCOL_PLUGIN_BASE_INTERFACE;
       
    39 
       
    40             implementations =
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = PRFW_TST_PROTOCOL_1_IMPLEMENTATION_UID;
       
    45                     version_no         = PRFW_TST_PROTOCOL_1_VERSION_NO;
       
    46                     display_name       = PRFW_TST_PROTOCOL_1_DISPLAY_NAME;
       
    47                     default_data       = PRFW_TST_PROTOCOL_1_DEFAULT_DATA;
       
    48                     opaque_data        = PRFW_TST_PROTOCOL_1_OPAQUE_DATA;
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }