coreapplicationuis/Rfs/Plugins/GSRFSPlugin/data/GSRFSPluginRsc.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:43:04 +0300
branchRCL_3
changeset 82 4610cd70c542
parent 70 739cef680932
permissions -rw-r--r--
Revision: 201039 Kit: 201041

/*
* Copyright (c) 2005-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: 
*        Resource file for GSRFSPlugin
*
*/


//  RESOURCE IDENTIFIER
NAME    GRFS // 4 letter ID

//  INCLUDES

#include <avkon.rsg>
#include <avkon.mbg>
#include <EIKCORE.rsg>
#include <eikon.rsg>
#include <avkon.loc>
#include "gsrfsplugin.hrh"
#include "gsrfsplugin.loc"
#include <uikon.rh>


// CONSTANTS

//  RESOURCE DEFINITIONS 

//----------------------------------------------------
//   
//    
//    Needed or loading the resource fails!
//
//----------------------------------------------------
//
RESOURCE RSS_SIGNATURE
    {
    }

#include "gscommonresources.rss"
RESOURCE TBUF
    {
    buf="GRFS";
    }

//----------------------------------------------------
//
//    EIK_APP_INFO
//    It contains application information.
//
//----------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    }

//----------------------------------------------------
//  r_rfs_factory_settings
// 
//  Orig. factory settings caption for plugin
//----------------------------------------------------
//
RESOURCE TBUF r_rfs_factory_settings
    {
    buf = qtn_set_folder_original_settings;
    }

//----------------------------------------------------
//  r_rfs_factory_settings_title
//
//  Factory settings view title.
//----------------------------------------------------
//
RESOURCE TITLE_PANE r_rfs_factory_settings_title
    {
    txt = qtn_set_folder_original_settings;
    }


//----------------------------------------------------
//  r_rfs_factory_settings_view
//  
//  Factory settings view.
//----------------------------------------------------
//
RESOURCE MENU_BAR r_gs_menubar_exit_help
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_gs_menu_item_exit;
            },
        MENU_TITLE
            {
            menu_pane = r_gs_menu_item_help;
            }
        };
    }


RESOURCE CBA r_gs_rfs_softkeys_options_back__exit
    {
    buttons =
        {
        CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
        CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; }
        };
    }

RESOURCE AVKON_VIEW r_rfs_factory_settings_view
    {
    menubar = r_gs_menubar_exit_help; 
    cba = r_gs_rfs_softkeys_options_back__exit;
    }



//----------------------------------------------------
//  r_rfs_factory_settings_lbx
//
//  Factory settings view's listbox.
//----------------------------------------------------

//
RESOURCE GS_FEATURE_ARRAY r_rfs_factory_settings_lbx
    {
    items =
        {
        GS_FEATURE
            {
            txt = " \t"qtn_rfs_orig_settings"\t\t";
            item = EGSSettIdOptNormalRfs;

            },
        GS_FEATURE
            {
            txt = " \t"qtn_rfs_erase_all_data"\t\t";
            item = EGSSettIdOptDeepRfs;
            }
        };
    }

//End of File