diff -r 000000000000 -r 3ce708148e4d pnpmobileservices/pnpms/OnlineSupport/data/OnlineSupport.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pnpmobileservices/pnpms/OnlineSupport/data/OnlineSupport.rss Thu Dec 17 08:40:12 2009 +0200 @@ -0,0 +1,118 @@ +/* +* Copyright (c) 2004-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 definitions for OnlineSupport +* +*/ + + + +// RESOURCE IDENTIFIER +NAME COMA // 4 letter ID + +// INCLUDES + +#include +#include +#include +#include +#include +#include +#include +#include +#include "OnlineSupport.hrh" + +// defined if building the resource with compile_localization_resources.bat +//#ifdef SIS_RESOURCE_COMPILATION +// #include "LocalizedFiles\OnlineSupport.loc" +//#else + #include +//#endif + + +#include +#include + +// CONSTANTS + + +// RESOURCE DEFINITIONS + + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF32 + { + buf = "\\System\\Data\\OnlineSupport"; // Default FileName. + } + + +// RESOURCE DEFINITIONS +// ----------------------------------------------------------------------------- +// +// +// application information +// +// ----------------------------------------------------------------------------- +// + +RESOURCE EIK_APP_INFO + { + hotkeys = r_confmanager_hotkeys; + } + +//------------------------------------------------------------------------------ +// +// r_confmanager_hotkeys +// Hotkeys for Configuration Manager +// +//------------------------------------------------------------------------------ +// +RESOURCE HOTKEYS r_confmanager_hotkeys + { + control= + { + HOTKEY { command=EAknCmdExit; key='e'; } + }; + } + +RESOURCE TBUF r_confmanager_confirmation + { + buf = qtn_op_pnp_query; + } + +RESOURCE TBUF r_confmanager_errornote + { + buf = qtn_op_pnp_error; + } + +RESOURCE TBUF r_confmanager_waitnote + { + buf = qtn_op_pnp_wait; + } + +RESOURCE LOCALISABLE_APP_INFO r_onlinesupport_localisable_app_info + { + caption_and_icon = + CAPTION_AND_ICON_INFO + { + number_of_icons = 0; + }; + } + +RESOURCE TBUF r_offline_mode + { + buf = qtn_offline_not_possible; + } + +// End of File