bluetooth/btexample/testui/TBTNotifiers/TBTNotifiers.rss
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 1997-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 // TBTNotifiers app
       
    15 // 
       
    16 //
       
    17 
       
    18 NAME TBTN
       
    19 
       
    20 #include <techview/eikon.rh>
       
    21 #include "TBTNotifiers.hrh"
       
    22 #include <techview/eikon.rsg>
       
    23 
       
    24 RESOURCE RSS_SIGNATURE { }
       
    25 
       
    26 RESOURCE TBUF { buf="TBTNotifiers"; }
       
    27 
       
    28 RESOURCE EIK_APP_INFO
       
    29 	{
       
    30 	menubar=r_TBTNotifiers_menubar;
       
    31 	hotkeys=r_TBTNotifiers_hotkeys;
       
    32 	}
       
    33 
       
    34 RESOURCE HOTKEYS r_TBTNotifiers_hotkeys
       
    35     {
       
    36     control=
       
    37         {
       
    38         HOTKEY { command=EEikCmdExit; key='e'; }
       
    39         };
       
    40     }
       
    41 
       
    42 RESOURCE MENU_BAR r_TBTNotifiers_menubar
       
    43     {
       
    44     titles=
       
    45         {
       
    46         MENU_TITLE { menu_pane=r_TBTNotifiers_file_menu; txt="File"; }
       
    47 		};
       
    48     }
       
    49 
       
    50 RESOURCE MENU_PANE r_TBTNotifiers_file_menu
       
    51 	{
       
    52 	items=
       
    53 		{
       
    54 		MENU_ITEM { command=EEikCmdExit; txt="Exit"; },
       
    55 		MENU_ITEM { command=ETBTNotifiersCmdTestPin; txt="Test Pin Entry"; },
       
    56 		MENU_ITEM { command=ETBTNotifiersCmdTestAuth; txt="Test Authorisation"; },
       
    57 		MENU_ITEM { command=ETBTNotifiersCmdTestDeviceSearch; txt="Test Device Search"; }
       
    58         };
       
    59     }