meetingrequest/mrbcplugin/bcmrevent/data/bcmrevent.rss
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     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 file for ECOM registry.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <ecom/registryinfov2.rh>
       
    21 #include "esmrinternaluid.h"
       
    22 
       
    23 //  RESOURCE DEFINITIONS
       
    24 // -----------------------------------------------------------------------------
       
    25 // theInfo
       
    26 // ECOM registry information for ESMRVIEWER ECOM implementation
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {
       
    31     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    32     dll_uid = KMRBCMREventPluginImplementationUID;
       
    33     interfaces =
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             interface_uid = KMRBCEventPluginInterfaceUID;
       
    38             implementations =
       
    39                 {
       
    40                 IMPLEMENTATION_INFO
       
    41                     {
       
    42                     implementation_uid = KMRBCMREventPluginImplementationUID;
       
    43                     version_no = 1;
       
    44                     display_name = "";
       
    45                     default_data = "";
       
    46                     opaque_data = KBCCalMRPluginResource;
       
    47                     rom_only = 0;
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of file