bluetooth/btexample/testui/TBTNotifiers/TBTNotifiers.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 15 Jan 2010 08:13:17 +0200
changeset 0 29b1cd4cb562
permissions -rw-r--r--
Revision: 200951_001

// 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 <techview/eikon.rh>
#include "TBTNotifiers.hrh"
#include <techview/eikon.rsg>

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"; }
        };
    }