messagingfw/scheduledsendmtm/test/base/group/pigeon.rss
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <mtmconfig.rh>
       
    17 
       
    18 RESOURCE MTM_INFO_FILE
       
    19 	{
       
    20 	mtm_type_uid = 0x1000127E;
       
    21 	technology_type_uid = 0x1000127D;
       
    22 	components = 
       
    23 		{
       
    24 		MTM_COMPONENT_V2
       
    25 			{
       
    26 			human_readable_name = "Pigeon";
       
    27 			component_uid = KUidMtmServerComponentVal;
       
    28 			entry_point = 3;
       
    29 			version = VERSION_V2 {};
       
    30 			filename = "z:\\sys\\bin\\pigeonmtm.dll";
       
    31 			},
       
    32 		MTM_COMPONENT_V2
       
    33 			{
       
    34 			human_readable_name = "Pigeon";
       
    35 			component_uid = KUidMtmClientComponentVal;
       
    36 			entry_point = 3;
       
    37 			version = VERSION_V2 {};
       
    38 			filename = ""; // not used
       
    39 			},
       
    40 		MTM_COMPONENT_V2
       
    41 			{
       
    42 			human_readable_name = "Pigeon";
       
    43 			component_uid = KUidMtmUiComponentVal;
       
    44 			entry_point = 3;
       
    45 			version = VERSION_V2 {};
       
    46 			filename = ""; // not used
       
    47 			},
       
    48 		MTM_COMPONENT_V2
       
    49 			{
       
    50 			human_readable_name = "Pigeon";
       
    51 			component_uid = KUidMtmUiDataComponentVal;
       
    52 			entry_point = 3;
       
    53 			version = VERSION_V2 {};
       
    54 			filename = ""; // not used
       
    55 			}
       
    56 		};
       
    57 	}
       
    58 
       
    59 
       
    60 RESOURCE MTM_CAPABILITIES
       
    61 	{
       
    62   	}
       
    63 	
       
    64 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    65 	{
       
    66 	capabilities = { ECapabilityLocalServices, ECapabilityNetworkServices };	
       
    67 	}
       
    68