diff -r 000000000000 -r 29b1cd4cb562 bluetooth/btexample/testui/TBTNotifiers/TBTNotifiers.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bluetooth/btexample/testui/TBTNotifiers/TBTNotifiers.rss Fri Jan 15 08:13:17 2010 +0200 @@ -0,0 +1,59 @@ +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// TBTNotifiers app +// +// + +NAME TBTN + +#include +#include "TBTNotifiers.hrh" +#include + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf="TBTNotifiers"; } + +RESOURCE EIK_APP_INFO + { + menubar=r_TBTNotifiers_menubar; + hotkeys=r_TBTNotifiers_hotkeys; + } + +RESOURCE HOTKEYS r_TBTNotifiers_hotkeys + { + control= + { + HOTKEY { command=EEikCmdExit; key='e'; } + }; + } + +RESOURCE MENU_BAR r_TBTNotifiers_menubar + { + titles= + { + MENU_TITLE { menu_pane=r_TBTNotifiers_file_menu; txt="File"; } + }; + } + +RESOURCE MENU_PANE r_TBTNotifiers_file_menu + { + items= + { + MENU_ITEM { command=EEikCmdExit; txt="Exit"; }, + MENU_ITEM { command=ETBTNotifiersCmdTestPin; txt="Test Pin Entry"; }, + MENU_ITEM { command=ETBTNotifiersCmdTestAuth; txt="Test Authorisation"; }, + MENU_ITEM { command=ETBTNotifiersCmdTestDeviceSearch; txt="Test Device Search"; } + }; + }