diff -r 1fc85118c3ae -r 870918037e16 mapnavproviderrefapp/data/mnrefprovider.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mapnavproviderrefapp/data/mnrefprovider.rss Wed Sep 01 12:31:27 2010 +0100 @@ -0,0 +1,156 @@ +/* +* Copyright (c) 2006 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 definition file for MnRefProvider +* +*/ + + +NAME MNTP + +#include +#include +#include +#include +#include + +#include +#include "mnrp.hrh" + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf="MnRefProvider"; } + +RESOURCE EIK_APP_INFO + { + menubar = r_mnrefprovider_menubar; + cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT; + } + +RESOURCE LOCALISABLE_APP_INFO r_mnrefprovider_localisable_app_info + { + short_caption = "MnRefProvider"; + caption_and_icon = + CAPTION_AND_ICON_INFO + { + caption = "MnRefProvider"; + }; + view_list = {}; + } + +RESOURCE CONTEXT_PANE r_mnrefprovider_app_icon + { + } + +RESOURCE MENU_BAR r_mnrefprovider_menubar + { + titles = + { + MENU_TITLE + { + menu_pane = r_mnrefprovider_menu; + } + }; + } + +RESOURCE MENU_PANE r_mnrefprovider_menu + { + items = + { + MENU_ITEM + { + command = EAknSoftkeyExit; + txt = "Exit"; + } + }; + } + +RESOURCE DIALOG r_mnrefprovider_selection_dialog + { + flags = EAknDialogSelectionList; + buttons = R_AVKON_SOFTKEYS_OK_CANCEL; + items = + { + DLG_LINE + { + type = EAknCtSingleGraphicListBox; + id = ESelectionListControl; + control = LISTBOX + { + flags = EAknListBoxSelectionList; + }; + }, + // the next dlg line is optional. + DLG_LINE + { + itemflags = EEikDlgItemNonFocusing; + id = EFindControl; + type = EAknCtSelectionListFixedFind; + } + }; + } + +RESOURCE AVKON_VIEW r_mnrefprovider_map_view + { + menubar = r_mnrefprovider_map_view_menubar; + cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT; + } + +RESOURCE AVKON_VIEW r_mnrefprovider_map_view_chained + { + menubar = r_mnrefprovider_map_view_menubar; + cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; + } + +RESOURCE MENU_BAR r_mnrefprovider_map_view_menubar + { + titles = + { + MENU_TITLE + { + menu_pane = r_mnrefprovider_map_view_menu; + } + }; + } + +RESOURCE MENU_PANE r_mnrefprovider_map_view_menu + { + items = + { + MENU_ITEM + { + command = EMnrpCommandSelect; + txt = "Select"; + }, + MENU_ITEM + { + command = EMnrpCommandFullScreen; + txt = "Toggle Fullscreen"; + }, + MENU_ITEM + { + command = EAknSoftkeyExit; + txt = "Exit"; + } + }; + } + +RESOURCE AVKON_VIEW r_mnrefprovider_navi_view + { + cba = R_AVKON_SOFTKEYS_EXIT; + } + +RESOURCE AVKON_VIEW r_mnrefprovider_navi_view_chained + { + cba = R_AVKON_SOFTKEYS_BACK; + }