emailservices/emailclientapi/data/emailclientapi.rss
changeset 54 997a02608b3a
equal deleted inserted replaced
53:bf7eb7911fc5 54:997a02608b3a
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Declares ECom registration information for email client api
       
    15 *     
       
    16 *
       
    17 */
       
    18 
       
    19 #include <ecom/registryinfov2.rh>		//REGISTRY_INFO
       
    20 #include "emailclientapiimpl.hrh" 
       
    21 
       
    22 /** ECom version number to be used in Cmail related ECom registeration
       
    23  *  resource files.
       
    24  *  NOTE: Version number in ECom registeration resource file is saved as one
       
    25  *  byte, so 255 is the maximum version number.
       
    26  */
       
    27 #define KEmailEcomVersionNumber 7
       
    28 
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {    
       
    31     dll_uid = 0x20022D63;
       
    32     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    33     interfaces =
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             interface_uid = 0x20022D62;
       
    38             implementations =
       
    39                 {
       
    40                 IMPLEMENTATION_INFO
       
    41                     {
       
    42                     implementation_uid = 0x20022D61;
       
    43                     version_no = KEmailEcomVersionNumber;
       
    44                     display_name = "email client api";
       
    45                     default_data = "";
       
    46     				opaque_data = "";
       
    47     				rom_only=0;
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }