meetingrequest/mrcasplugin/data/2001F3FF.rss
changeset 0 8466d47a6819
child 16 4ce476e64c59
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2001 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 Remote Contact Lookup Service
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include "../../../inc/emailversionnumbers.hrh" // KEmailEcomVersionNumber
       
    22 #include "fsccontactactionserviceuids.hrh"
       
    23 
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25     {
       
    26     // UID for the DLL
       
    27     dll_uid = KFscMruiPluginImplDllUid;
       
    28     // Declare array of interface info
       
    29     interfaces =
       
    30         {
       
    31             INTERFACE_INFO
       
    32             {
       
    33             // UID of interface that is implemented
       
    34             interface_uid =  KFscContactActionPluginIfUid;
       
    35             implementations =
       
    36                 {
       
    37                 // Info for the implementation
       
    38                 IMPLEMENTATION_INFO
       
    39                     {
       
    40                     implementation_uid = KFscMruiPluginImplImpUid;
       
    41                     version_no         = KEmailEcomVersionNumber;
       
    42                     }
       
    43                 };
       
    44             }
       
    45         };
       
    46     }