email/imum/Mtms/Data/SMTPRegistry.rss
changeset 0 72b543305e3a
child 1 d09ac5c1e252
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This file contains IMAP4 MTM info resource.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mtmconfig.rh>
       
    23 #include <e32capability.h>
       
    24 
       
    25 #include <Imum.loc>
       
    26 
       
    27 //  CONSTANTS
       
    28 //  MACROS
       
    29 
       
    30 //  RESOURCE DEFINITIONS
       
    31 // ----------------------------------------------------------------------------
       
    32 //
       
    33 //
       
    34 //    MTM info resource for SMTP
       
    35 //
       
    36 // ----------------------------------------------------------------------------
       
    37 //
       
    38 
       
    39 RESOURCE MTM_INFO_FILE
       
    40     {
       
    41     mtm_type_uid = 0x10001028;
       
    42     technology_type_uid = 0x10001671;
       
    43     components =
       
    44         {
       
    45         MTM_COMPONENT_V2
       
    46             {
       
    47             human_readable_name = qtn_mce_inbox_write_email;
       
    48             component_uid = KUidMtmServerComponentVal;
       
    49             entry_point = 1;
       
    50             version = VERSION_V2 { major = 1; minor = 0; build = 100; };
       
    51             filename = "smts.dll";
       
    52             },
       
    53         MTM_COMPONENT_V2
       
    54             {
       
    55             human_readable_name = qtn_mce_inbox_write_email;
       
    56             component_uid = KUidMtmClientComponentVal;
       
    57             entry_point = 2;
       
    58             version = VERSION_V2 { major = 1; minor = 0; build = 100; };
       
    59             filename = "imcm.dll";
       
    60             },
       
    61         MTM_COMPONENT_V2
       
    62             {
       
    63             human_readable_name = qtn_mce_inbox_write_email;
       
    64             component_uid = KUidMtmUiComponentVal;
       
    65             entry_point = 6;
       
    66             version = VERSION_V2 { major = 1; minor = 0; build = 100; };
       
    67             filename = "Imum.dll";
       
    68             },
       
    69         MTM_COMPONENT_V2
       
    70             {
       
    71             human_readable_name = qtn_mce_inbox_write_email;
       
    72             component_uid = KUidMtmUiDataComponentVal;
       
    73             entry_point = 5;
       
    74             version = VERSION_V2 { major = 1; minor = 0; build = 100; };
       
    75             filename = "Imum.dll";
       
    76             }
       
    77         };
       
    78     }    
       
    79     
       
    80 RESOURCE MTM_CAPABILITIES
       
    81     {
       
    82     send_capability = 0;
       
    83     body_capability = 1;
       
    84     }
       
    85 
       
    86 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    87     {
       
    88     capabilities = { ECapabilityNetworkServices };
       
    89     } 
       
    90 
       
    91 // End of File