gssettingsuis/Gs/GSDiagnosticsPlugin/data/GSDiagnosticsPluginRsc.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:52:52 +0200
changeset 0 8c5d936e5675
child 17 3b47783fdf16
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* 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    <data_caging_paths_strings.hrh>
#include    <bldvariant.hrh>
#include    <avkon.loc> // Avkon localized strings
#include    <avkon.mbg>
#include    <avkon.rsg>
#include    <eikcore.rsg>
#include    <uikon.rh>
#include    <GSApp.rsg>

// 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