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