diff -r e52958d06c29 -r 20b99a6d6175 svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp.rss Wed Sep 01 12:29:59 2010 +0100 @@ -0,0 +1,164 @@ +/* +* Copyright (c) 2004,2005 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 SVGT Viewer Applicaton +* +*/ + + +// RESOURCE IDENTIFIER + +NAME SVGT + +// INCLUDES + +#include +#include +#include +#include +#include +#include "SVGTViewerApp.hrh" +#include "SVGTViewerAppDbgFlags.hrh" +#include +#include +#include + +// --------------------------------------------------------- +// +// Define the resource file signature +// This resource should be empty. +// +// --------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE + { + } + +// --------------------------------------------------------- +// +// Default Document Name +// +// --------------------------------------------------------- +// +RESOURCE TBUF r_default_document_name + { + buf=""; + } + +// --------------------------------------------------------- +// +// Define default menu and CBA key. +// +// --------------------------------------------------------- +// +RESOURCE EIK_APP_INFO + { + menubar = r_svgtviewerapp_menubar; + cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT; + } + + +// --------------------------------------------------------- +// +// r_svgtviewerapp_localisable_app_info +// Provide Caption and Icon Info for Scalable UI +// +// --------------------------------------------------------- +// +RESOURCE LOCALISABLE_APP_INFO r_svgtviewerapp_localisable_app_info + { + short_caption = qtn_apps_sv_grid; // TODO: Replace String with + // L10n caption + caption_and_icon = + CAPTION_AND_ICON_INFO + { + caption = qtn_apps_sv_grid; // TODO: Replace String with + // L10n caption +#ifdef __SCALABLE_ICONS + number_of_icons = 1; + icon_file = APP_BITMAP_DIR"\\SvgtViewerApp_aif.mif"; +#else // __SCALABLE_ICONS + number_of_icons = 2; + icon_file = APP_BITMAP_DIR"\\SvgtViewerApp_aif.mbm"; +#endif // __SCALABLE_ICONS + }; + } +// --------------------------------------------------------- +// +// r_svgtviewerapp_menubar +// Menubar for SVGTViewerApp +// +// --------------------------------------------------------- +// +RESOURCE MENU_BAR r_svgtviewerapp_menubar + { + titles = + { + MENU_TITLE + { + menu_pane = r_svgtviewerapp_menu; + } + }; + } + + +// --------------------------------------------------------- +// +// r_svgtviewerapp_menu +// Menu for "Options" +// +// --------------------------------------------------------- +// +RESOURCE MENU_PANE r_svgtviewerapp_menu + { + items = + { + MENU_ITEM + { + command = EAknSoftkeyExit; + txt = qtn_options_exit; + } +#ifdef SVGTVIEWERAPP_DBG_OPEN_HARDCODE_FILE + , + MENU_ITEM + { + command = ESVGTViewerAppCommand1; + txt = "Open"; + } +#endif + }; + } + +// --------------------------------------------------- +// +// r_svgt_viewer_info_video_call_ongoing +// +// --------------------------------------------------- +// +RESOURCE TBUF r_svgt_viewer_info_video_call_ongoing + { + buf = qtn_svgt_info_video_call_ongoing; + } + +RESOURCE TBUF r_svgt_viewer_phone_memory_images_path + { + buf = text_phone_memory_root_path; + } + +RESOURCE TBUF r_svgt_viewer_memorycard_images_path + { + buf = text_memory_card_root_path; + } + + +// End of File