diff -r 63be7eb3fc78 -r f28ada11abbf hotspotfw/hsbrowser/data/hsbrowser.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hotspotfw/hsbrowser/data/hsbrowser.rss Wed Sep 01 12:20:32 2010 +0100 @@ -0,0 +1,187 @@ +/* +* Copyright (c) 2007 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: This file contains all the resources for HsBrowser. +* +*/ + + + +// RESOURCE IDENTIFIER +NAME HSBR // 4 letter ID + +// INCLUDES + +#include +#include +#include +#include +#include +#include +#include +#include + +// RESOURCE DEFINITIONS + +// ----------------------------------------------------------------------------- +// +// Define the resource file signature +// This resource should be empty. +// +// ----------------------------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE { } + +// ----------------------------------------------------------------------------- +// +// Default Document Name +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF { buf=""; } + +// ----------------------------------------------------------------------------- +// +// Define default CBA key and status pane. +// +// ----------------------------------------------------------------------------- +// +RESOURCE EIK_APP_INFO + { + cba = R_AVKON_SOFTKEYS_CANCEL; + status_pane = r_hsbrowser_app_model; + } + +// --------------------------------------------------------- +// +// r_hsbrowser_app_model +// Define status pane of HsBrowser. +// +// --------------------------------------------------------- +// +RESOURCE STATUS_PANE_APP_MODEL r_hsbrowser_app_model + { + layout = R_AVKON_STATUS_PANE_LAYOUT_SMALL_WITH_SIGNAL_PANE; + panes = + { + SPANE_PANE + { + id = EEikStatusPaneUidNavi; + type = EAknCtNaviPane; + resource = r_hsbrowser_navi_decorator; + } + }; + } + +// --------------------------------------------------------- +// +// r_hsbrowser_navi_decorator +// Define static title of HsBrowser. +// +// --------------------------------------------------------- +// +RESOURCE NAVI_DECORATOR r_hsbrowser_navi_decorator + { + type = ENaviDecoratorLabel; + control = NAVI_LABEL + { + txt = qtn_netw_conset_wba_static_title; + }; + } + +// ---------------------------------------------------------------------------- +// +// r_hsbrowser_localisable_app_info +// +// ---------------------------------------------------------------------------- +// +RESOURCE LOCALISABLE_APP_INFO r_hsbrowser_localisable_app_info + { + short_caption = qtn_netw_conset_wba_static_title; + caption_and_icon = + CAPTION_AND_ICON_INFO + { + caption = qtn_netw_conset_wba_static_title; + icon_file = "Z:"APP_BITMAP_DIR"\\hsbrowsericon_aif.mif"; + }; + } + +// ---------------------------------------------------------------------------- +// +// r_hsbrowser_softkeys_continue_cancel +// +// ---------------------------------------------------------------------------- +// +RESOURCE CBA r_hsbrowser_softkeys_continue_cancel + { + buttons = + { + CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; }, + CBA_BUTTON{ id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, + CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; } + }; + } + +RESOURCE CBA r_hsbrowser_softkeys_cancel + { + buttons = + { + CBA_BUTTON{ txt = text_softkey_empty; }, + CBA_BUTTON{ id = EAknSoftkeyClose; txt = text_softkey_cancel; }, + CBA_BUTTON{ txt = text_softkey_empty; } + }; + } + +// ---------------------------------------------------------------------------- +// +// r_hsbrowser_softkeys_continue_exit +// +// ---------------------------------------------------------------------------- +// +RESOURCE CBA r_hsbrowser_softkeys_continue_exit + { + buttons = + { + CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; }, + CBA_BUTTON{ id = EAknSoftkeyExit; txt = text_softkey_exit; }, + CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; } + }; + } + +// ---------------------------------------------------------------------------- +// +// r_qtn_netw_conset_wba_info_complete +// +// ---------------------------------------------------------------------------- +// +RESOURCE TBUF r_qtn_netw_conset_wba_info_complete + { + buf = qtn_netw_conset_wba_info_complete; + } + +// ---------------------------------------------------------------------------- +// +// r_qtn_netw_conset_wba_info_closed +// +// ---------------------------------------------------------------------------- +// +RESOURCE TBUF r_qtn_netw_conset_wba_info_closed + { + buf = qtn_netw_conset_wba_info_closed; + } + +RESOURCE TBUF r_qtn_netw_conset_wba_static_title + { + buf = qtn_netw_conset_wba_static_title; + } +// End of File