gssettingsuis/Gs/GSGenPlugin/data/GSGenPluginRsc.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 13:00:04 +0300
branchRCL_3
changeset 17 3b47783fdf16
parent 0 8c5d936e5675
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* 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 GSGenPlugin.
*
*/


//  RESOURCE IDENTIFIER
NAME    GENE // 4 letter ID

//  INCLUDES
#include    <gsgenplugin.loc>
#include    <avkon.loc>
#include    <avkon.mbg>
#include    <avkon.rsg>
#include    <bldvariant.hrh>
#include    <data_caging_paths_strings.hrh>
#include    <eikcore.rsg>
#include    <eikon.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_gen_view
//    General settings view.
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_gs_gen_view
    {
    menubar = r_gs_menubar_open_exit;
    cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
    }


//----------------------------------------------------
//
//    r_gs_gen_view_title
//    General settings view title.
//
//----------------------------------------------------
//
RESOURCE TITLE_PANE r_gs_gen_view_title
    {
    #ifdef RD_CONTROL_PANEL
        txt = qtn_cp_title_device;
    #else //RD_CONTROL_PANEL
        txt = qtn_set_title_settings_general;
    #endif //RD_CONTROL_PANEL
    }


//----------------------------------------------------
//  r_gs_gen_view_caption
//
// gen view caption for plugin
//----------------------------------------------------
//
RESOURCE TBUF r_gs_gen_view_caption
    {
    #ifdef RD_CONTROL_PANEL
        buf = qtn_cp_folder_device;
    #else //RD_CONTROL_PANEL
        buf = qtn_set_folder_general;
    #endif //RD_CONTROL_PANEL
    }



// End of file