meetingrequest/mrutilscalplugin/data/2001E27F.rss
branchRCL_3
changeset 25 3533d4323edc
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
       
     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 <MeetingRequestUids.hrh>
       
    22 #include "esmrinternaluid.h"
       
    23 
       
    24 //  RESOURCE DEFINITIONS
       
    25 // -----------------------------------------------------------------------------
       
    26 //
       
    27 // theInfo
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    34     dll_uid = KESMRUtilsCalPluginDllUid3;
       
    35     interfaces =
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             interface_uid = KMRUtilsInterfaceUID;
       
    40             implementations =
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = KESMRUtilsCalPluginImplUid3Fs;
       
    45                     version_no = 1;
       
    46                     display_name = "";
       
    47                     default_data = KESMRUtilsCalPluginDataFs;
       
    48                     opaque_data = "";
       
    49                     rom_only = 0;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }
       
    55 
       
    56 // End of file