localconnectivityservice/obexsendservices/obexserviceirsend/data/irssmenu.rss
changeset 18 6743bfee309e
parent 16 c3bac82c6ce0
child 21 23264c07fd05
child 22 582dd7b01c60
equal deleted inserted replaced
16:c3bac82c6ce0 18:6743bfee309e
     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 *     
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include "registryinfov2.rh" 
       
    23 #include "IRSendingService.hrh"
       
    24 #include <AiwCommon.hrh>
       
    25 #include <avkon.loc>
       
    26 
       
    27 RESOURCE MENU_PANE r_send_via_ir_menu
       
    28     {
       
    29     items=
       
    30         {
       
    31         MENU_ITEM
       
    32             {
       
    33             command = ESendIR; 
       
    34             txt     = qtn_query_send_via_ir;
       
    35             }
       
    36         };
       
    37     }
       
    38 
       
    39 
       
    40 
       
    41 // End of file
       
    42 
       
    43