voipplugins/sipimresolver/data/2002133c.rss
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Resource definitions for project sipimresolver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfov2.rh>
       
    20 #include "sipimresolveruids.hrh"
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // REGISTRY_INFO
       
    24 // ecom plugin resource info
       
    25 // ---------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    30 
       
    31     dll_uid = KDllUidSipImResolver;
       
    32 
       
    33     // Declare array of interface info
       
    34     interfaces = 
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             // CSIPResolvedClient2 interface UID
       
    39             interface_uid = 0x10282EE5;
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = KImplUidSipImResolver;
       
    45                     version_no         = 1;
       
    46                     display_name       = "SIP IM Resolver";
       
    47                     default_data       = "";
       
    48                     opaque_data        = "";
       
    49                     rom_only           = 0;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }
       
    55 
       
    56 // End of File