/*
* Copyright (c) 2002 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:
* Resource file for the application view "counters".
*
*/
// RESOURCE IDENTIFIER
// INCLUDES
// CONSTANTS
// MACROS
// RESOURCE DEFINITIONS
/**
* AppList View menuitems (Counters)
*/
RESOURCE MENU_PANE r_logs_applist_menu
{
items =
{
MENU_ITEM
{
command = ELogsCmdMenuOpen;
txt = qtn_logs_cmd_open;
flags = EEikMenuItemAction;
}
};
}
/**
* Logs 'Log' view menu bar
*/
RESOURCE MENU_BAR r_logs_log_applist_menubar
{
titles =
{
// System menu
MENU_TITLE
{
menu_pane = r_logs_system_menu_bottom;
},
// view menu
MENU_TITLE
{
menu_pane = r_logs_applist_menu;
}
};
}
/**
* Logs 'Log' view definition
*/
RESOURCE AVKON_VIEW r_logs_app_list_view
{
menubar = r_logs_log_applist_menubar;
cba = r_common_options_exit_open;
}
// End of File