localconnectivityservice/obexsendservices/obexservicebtsend/data/BtSSMenu.rss
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 
       
    18 #include <eikon.rh>
       
    19 #include "registryinfov2.rh" 
       
    20 #include <AiwCommon.hrh>
       
    21 #include <avkon.loc>
       
    22 
       
    23 #include "BTSendingService.hrh"
       
    24 #include "BTSendingServiceUIDS.hrh"
       
    25 
       
    26 RESOURCE MENU_PANE r_send_via_bt_menu
       
    27     {
       
    28     items=
       
    29         {
       
    30         MENU_ITEM
       
    31             {
       
    32             command = ESendBT; 
       
    33             txt     = qtn_query_send_via_bt;
       
    34             }
       
    35         };
       
    36     }
       
    37 
       
    38 
       
    39 // End of file
       
    40