diff -r 6465d5bb863a -r 13e71d907dc3 gssettingsuis/Gs/GSDiagnosticsPlugin/data/gsdiagnosticspluginrsc.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gssettingsuis/Gs/GSDiagnosticsPlugin/data/gsdiagnosticspluginrsc.rss Thu Nov 04 13:38:47 2010 +0800 @@ -0,0 +1,91 @@ +/* +* Copyright (c) 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 GSDiagnosticsPlugin. +* +*/ + + +// RESOURCE IDENTIFIER +NAME DGPL // 4 letter ID + +// INCLUDES +#include "GSDiagnosticsPlugin.loc" // OperatorLogo localized strings + +#include +#include +#include // Avkon localized strings +#include +#include +#include +#include +#include + +// CONSTANTS + +// RESOURCE DEFINITIONS + +//---------------------------------------------------- +// +// +// Needed or loading the resource fails! +// +//---------------------------------------------------- +// +RESOURCE RSS_SIGNATURE + { + } + +// Common resources among GS +#include "gscommonresources.rss" + +//---------------------------------------------------- +// +// r_gs_diagnostics_view_title +// Operator logo view's title. +// +//---------------------------------------------------- +// +RESOURCE TITLE_PANE r_gs_diagnostics_view_title + { + txt = qtn_set_title_settings_operatorlogo; + } + +//---------------------------------------------------- +// +// r_gs_diagnostics_plugin_caption +// Operator logo Plugin caption. +// +//---------------------------------------------------- +// +RESOURCE TBUF r_gs_diagnostics_plugin_caption + { + buf = qtn_set_diagnostics_caption; + } + +//---------------------------------------------------- +// +// r_gs_diagnostics_view +// Operator logo view. +// +//---------------------------------------------------- +// +RESOURCE AVKON_VIEW r_gs_diagnostics_view + { + menubar = r_gs_menubar_change_exit; + cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN; + } + + + +//End of File