mmsengine/mmsserversettings/bld/NotRegistry.rss
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     1 /*
       
     2 * Copyright (c) 2002-2006 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 Notification MTM info resource.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mtmconfig.rh>
       
    23 #include <mmsui.loc>
       
    24 
       
    25 
       
    26 //  CONSTANTS  
       
    27 // none
       
    28 
       
    29 //  MACROS  
       
    30 // none
       
    31 
       
    32 
       
    33 //  RESOURCE DEFINITIONS 
       
    34 // ---------------------------------------------------------
       
    35 //   
       
    36 //    
       
    37 //    MTM info resource for MMS
       
    38 //
       
    39 // ---------------------------------------------------------
       
    40 //
       
    41 #include <e32capability.h>
       
    42 
       
    43 RESOURCE MTM_INFO_FILE
       
    44     {
       
    45     mtm_type_uid = 0x100059C8;
       
    46     technology_type_uid = 0x100058E2;
       
    47     components = 
       
    48         {
       
    49         MTM_COMPONENT_V2
       
    50             {
       
    51             human_readable_name = qtn_mce_inbox_write_mms;
       
    52             component_uid = KUidMtmServerComponentVal;
       
    53             entry_point = 1;
       
    54             version = VERSION_V2 {};
       
    55             filename = "mmssrv.dll";
       
    56             },
       
    57         MTM_COMPONENT_V2
       
    58             {
       
    59             human_readable_name = qtn_mce_inbox_write_mms;
       
    60             component_uid = KUidMtmClientComponentVal;
       
    61             entry_point = 2;
       
    62             version = VERSION_V2 {};
       
    63             filename = "mmscli.dll";
       
    64             },
       
    65         MTM_COMPONENT_V2
       
    66             {
       
    67             human_readable_name = qtn_mce_inbox_write_mms;
       
    68             component_uid = KUidMtmUiComponentVal;
       
    69             entry_point = 2;
       
    70             version = VERSION_V2 {};
       
    71             filename = "notui.dll";
       
    72             },
       
    73         MTM_COMPONENT_V2
       
    74             {
       
    75             human_readable_name = qtn_mce_inbox_write_mms;
       
    76             component_uid = KUidMtmUiDataComponentVal;
       
    77             entry_point = 1;
       
    78             version = VERSION_V2 {};
       
    79             filename = "notui.dll";
       
    80             }
       
    81         };
       
    82     }
       
    83 
       
    84 RESOURCE MTM_CAPABILITIES
       
    85     {
       
    86     send_capability = 1;
       
    87     body_capability = 0;
       
    88     }
       
    89 
       
    90 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    91     {
       
    92     capabilities = { ECapabilityNetworkServices };
       
    93     }
       
    94 
       
    95 
       
    96 // End of File