localconnectivityservice/obexreceiveservices/mtmuiinfrared/data/irmtmui.rss
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     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 "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 infrared MTM info resource. Entry points to Mtm Ui.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mtmconfig.rh>
       
    23 #include <avkon.loc> 
       
    24 
       
    25 
       
    26 
       
    27 #include <e32capability.h>
       
    28 
       
    29 RESOURCE MTM_INFO_FILE
       
    30 	{
       
    31 	mtm_type_uid = 0x100053A4;
       
    32 	technology_type_uid = 0x1000539F;
       
    33 	components = 
       
    34 		{		
       
    35 		MTM_COMPONENT_V2
       
    36 			{
       
    37 			human_readable_name = qtn_query_send_via_ir;
       
    38 			component_uid = KUidMtmServerComponentVal;
       
    39 			entry_point = 1;
       
    40 			version = VERSION_V2 {};
       
    41 			filename = "irs.dll";
       
    42 			},
       
    43 		MTM_COMPONENT_V2
       
    44 			{
       
    45 			human_readable_name = qtn_query_send_via_ir;
       
    46 			component_uid = KUidMtmClientComponentVal;
       
    47 			entry_point = 1;
       
    48 			version = VERSION_V2 {};
       
    49 			filename = "irc.dll";
       
    50 			},
       
    51 		MTM_COMPONENT_V2
       
    52 			{
       
    53 			human_readable_name = qtn_query_send_via_ir;
       
    54 			component_uid = KUidMtmUiComponentVal;
       
    55 			entry_point = 2;
       
    56 			version = VERSION_V2 {};
       
    57 			filename = "irmtmui.dll";
       
    58 			},
       
    59 		MTM_COMPONENT_V2
       
    60 			{
       
    61 			human_readable_name = qtn_query_send_via_ir;
       
    62 			component_uid = KUidMtmUiDataComponentVal;
       
    63 			entry_point = 1;
       
    64 			version = VERSION_V2 {};
       
    65 			filename = "irmtmui.dll";
       
    66 			}
       
    67 		};
       
    68 	}
       
    69 
       
    70 
       
    71 RESOURCE MTM_CAPABILITIES
       
    72     {
       
    73     send_capability = 1; 
       
    74     body_capability = 1; 
       
    75     }
       
    76 
       
    77 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    78     {
       
    79     capabilities = { ECapabilityLocalServices };
       
    80     }
       
    81 
       
    82 
       
    83 
       
    84 // End of File