diff -r 1fc85118c3ae -r 870918037e16 locationsatviewrefapp/data/SatelliteReference.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locationsatviewrefapp/data/SatelliteReference.rss Wed Sep 01 12:31:27 2010 +0100 @@ -0,0 +1,123 @@ +/* +* Copyright (c) 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: +* +*/ + +/* +* ============================================================================ +* Name : SatelliteReference.rss +* Part of : Satellite Reference App +* ============================================================================ +*/ + + +// RESOURCE IDENTIFIER +NAME SRAP // 4 letter ID + +#include +#include "SatelliteReference.rls" +#include "SatelliteReference.hrh" +#include +#include +#include +#include + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf="Satellite Reference App"; } + +RESOURCE EIK_APP_INFO + { + hotkeys=r_satellitereference_hotkeys; + menubar=r_satellitereference_menubar; + cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT; + } + +//---------------------------------------------------- +// +// r_satellitereference_hotkeys +// +//---------------------------------------------------- +// +RESOURCE HOTKEYS r_satellitereference_hotkeys + { + control= + { + HOTKEY { command=EAknCmdExit; key='e'; } + }; + } + +//---------------------------------------------------- +// +// r_satellitereference_menubar +// +//---------------------------------------------------- +// +RESOURCE MENU_BAR r_satellitereference_menubar + { + titles= + { + MENU_TITLE { menu_pane=r_satellitereference_menu; txt="File"; } + }; + } + +//---------------------------------------------------- +// +// r_satellitereference_menu +// +//---------------------------------------------------- +// +RESOURCE MENU_PANE r_satellitereference_menu + { + items= + { + MENU_ITEM { command=ESatelliteInfoCmd; txt=qtn_sateref_Satellite_status; }, + MENU_ITEM { command=EAknCmdExit; txt=qtn_satref_exit; } + }; + } +//---------------------------------------------------- +// +// r_satellitereference_localisable_app_info +// +//---------------------------------------------------- +// +RESOURCE LOCALISABLE_APP_INFO r_satellitereference_localisable_app_info + { + short_caption = "SatRef"; + caption_and_icon = + CAPTION_AND_ICON_INFO + { + caption = "SatelliteRef"; + number_of_icons = 1; + icon_file = + "\\resource\\apps\\lsatviewrefapp_aif.mif"; + }; + } + +//---------------------------------------------------- +// +// r_satref_service_rule_name +// Logical service rule name +// +//---------------------------------------------------- +// +RESOURCE TBUF r_satref_service_rule_name + { + buf = qtn_satref_logical_rule_name; + } + + + +