mobilemessaging/unieditor/mtm/data/UniRegistry.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 UniEditor MTM info resource.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <e32capability.h>
       
    23 #include <mtmconfig.rh>
       
    24 #include <unieditor.loc>
       
    25 #include "UniEditorUids.hrh"
       
    26 
       
    27 
       
    28 //  RESOURCE DEFINITIONS 
       
    29 // ---------------------------------------------------------
       
    30 //   
       
    31 //    
       
    32 //    MTM info resource for UniMessage
       
    33 //
       
    34 // ---------------------------------------------------------
       
    35 //
       
    36 RESOURCE MTM_INFO_FILE
       
    37     {
       
    38     mtm_type_uid = KUidUniMtm;
       
    39     technology_type_uid = KUidUniMessageType;
       
    40     components = 
       
    41         {
       
    42         MTM_COMPONENT_V2
       
    43             {
       
    44             human_readable_name = qtn_mce_write_msg;
       
    45             component_uid = KUidMtmServerComponentVal;
       
    46             entry_point = 1;
       
    47             version = VERSION_V2 {};
       
    48             filename = "UniMtms.dll";
       
    49             },
       
    50         MTM_COMPONENT_V2
       
    51             {
       
    52             human_readable_name = qtn_mce_write_msg;
       
    53             component_uid = KUidMtmClientComponentVal;
       
    54             entry_point = 2;
       
    55             version = VERSION_V2 {};
       
    56             filename = "UniMtms.dll";
       
    57             },
       
    58         MTM_COMPONENT_V2
       
    59             {
       
    60             human_readable_name = qtn_mce_write_msg;
       
    61             component_uid = KUidMtmUiComponentVal;
       
    62             entry_point = 3;
       
    63             version = VERSION_V2 {};
       
    64             filename = "UniMtms.dll";
       
    65             },
       
    66         MTM_COMPONENT_V2
       
    67             {
       
    68             human_readable_name = qtn_mce_write_msg;
       
    69             component_uid = KUidMtmUiDataComponentVal;
       
    70             entry_point = 4;
       
    71             version = VERSION_V2 {};
       
    72             filename = "UniMtms.dll";
       
    73             }
       
    74         };
       
    75     }
       
    76 
       
    77 RESOURCE MTM_CAPABILITIES
       
    78     {
       
    79     send_capability = 0;
       
    80     body_capability = 0;
       
    81     }
       
    82 
       
    83 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    84     {
       
    85     capabilities = { ECapabilityNetworkServices };
       
    86     }
       
    87 
       
    88 // End of File