localconnectivityservice/obexreceiveservices/mtmuibluetooth/data/btmtmui.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 btmtmui resource. Entry points to Mtm.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mtmconfig.rh>
       
    23 #include <avkon.loc>
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // ---------------------------------------------------------
       
    27 //   
       
    28 //    
       
    29 //    MTM info resource for Bt
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 
       
    34 
       
    35 
       
    36 #include <e32capability.h>
       
    37 
       
    38 RESOURCE MTM_INFO_FILE
       
    39  	{
       
    40  	mtm_type_uid = 0x10009ED5;
       
    41  	technology_type_uid = 0x10009ED6;
       
    42  	components = 
       
    43  		{
       
    44  		MTM_COMPONENT_V2
       
    45  			{
       
    46  			human_readable_name = qtn_query_send_via_bt;
       
    47  			component_uid = KUidMtmServerComponentVal;
       
    48  			entry_point = 1;
       
    49  			version = VERSION_V2 {};
       
    50  			filename = "BtsMtm.dll";
       
    51  			},
       
    52  		MTM_COMPONENT_V2
       
    53  			{
       
    54  			human_readable_name = qtn_query_send_via_bt;
       
    55  			component_uid = KUidMtmClientComponentVal;
       
    56  			entry_point = 1;
       
    57  			version = VERSION_V2 {};
       
    58  			filename = "BtcMtm.dll";
       
    59  			},
       
    60  		MTM_COMPONENT_V2
       
    61  			{
       
    62  			human_readable_name = qtn_query_send_via_bt;
       
    63  			component_uid = KUidMtmUiComponentVal;
       
    64  			entry_point = 2;
       
    65  			version = VERSION_V2 {};
       
    66  			filename = "BtMtmUi.dll";
       
    67  			},
       
    68  		MTM_COMPONENT_V2
       
    69  			{
       
    70  			human_readable_name = qtn_query_send_via_bt;
       
    71  			component_uid = KUidMtmUiDataComponentVal;
       
    72  			entry_point = 1;
       
    73  			version = VERSION_V2 {};
       
    74  			filename = "BtMtmUi.dll";
       
    75  			}
       
    76  		};
       
    77  	}
       
    78 
       
    79 
       
    80 RESOURCE MTM_CAPABILITIES
       
    81     {
       
    82     send_capability = 1; 
       
    83     body_capability = 1; 
       
    84     }
       
    85 
       
    86 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    87     {
       
    88     capabilities = { ECapabilityLocalServices };
       
    89     }
       
    90 
       
    91 
       
    92 // End of File