pushmtm/Data/PushRegistry.rss
branchRCL_3
changeset 64 6385c4c93049
parent 63 4baee4f15982
child 65 8e6fa1719340
equal deleted inserted replaced
63:4baee4f15982 64:6385c4c93049
     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 the License "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:  This file contains all the resources for the Mtm registry file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 
       
    22 #include <pushmtmui.loc>
       
    23 #include "PushMtmDef.hrh"
       
    24 #include <mtmconfig.rh>
       
    25 #include <msvstd.hrh>
       
    26 #include <e32capability.h>
       
    27 
       
    28 //  RESOURCE DEFINITIONS 
       
    29 
       
    30 // ---------------------------------------------------------
       
    31 //    
       
    32 //    MTM info resource for pushed Service messages
       
    33 //
       
    34 // ---------------------------------------------------------
       
    35 //
       
    36 RESOURCE MTM_INFO_FILE
       
    37 	{
       
    38 	mtm_type_uid = EUidPushMtmWapPush; // = KUidMtmWapPush in PushEntry.h
       
    39 	technology_type_uid = EUidPushMtmTechnologyGroup;
       
    40 	components = 
       
    41 		{
       
    42 		MTM_COMPONENT_V2
       
    43 			{
       
    44 			human_readable_name = qtn_mce_settings_type_srv_msg;
       
    45 			component_uid = KUidMtmServerComponentVal;
       
    46 			entry_point = 2;
       
    47             version = VERSION_V2 {};
       
    48             filename = "PushMtmCliSrv.dll";
       
    49 			},
       
    50 		MTM_COMPONENT_V2
       
    51 			{
       
    52 			human_readable_name = qtn_mce_settings_type_srv_msg;
       
    53 			component_uid = KUidMtmClientComponentVal;
       
    54 			entry_point = 1;
       
    55             version = VERSION_V2 {};
       
    56             filename = "PushMtmCliSrv.dll";
       
    57 			},
       
    58 		MTM_COMPONENT_V2
       
    59 			{
       
    60 			human_readable_name = qtn_mce_settings_type_srv_msg;
       
    61 			component_uid = KUidMtmUiComponentVal;
       
    62 			entry_point = 1;
       
    63             version = VERSION_V2 {};
       
    64             filename = "PushMtmUi.dll";
       
    65 			},
       
    66 		MTM_COMPONENT_V2
       
    67 			{
       
    68 			human_readable_name = qtn_mce_settings_type_srv_msg;
       
    69 			component_uid = KUidMtmUiDataComponentVal;
       
    70 			entry_point = 2;
       
    71             version = VERSION_V2 {};
       
    72             filename = "PushMtmUi.dll";
       
    73 			}
       
    74 		};
       
    75 	}
       
    76 
       
    77 RESOURCE MTM_CAPABILITIES
       
    78     {
       
    79     send_capability = 1;
       
    80     body_capability = 1;
       
    81     }
       
    82 
       
    83 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    84     {
       
    85     capabilities = { ECapabilityNetworkServices };
       
    86     }
       
    87 
       
    88 // End of File