coreapplicationuis/Rfs/Plugins/GSRFSPlugin/data/GSRFSPluginRsc.rss
changeset 0 2e3d3ce01487
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/coreapplicationuis/Rfs/Plugins/GSRFSPlugin/data/GSRFSPluginRsc.rss	Tue Feb 02 10:12:00 2010 +0200
@@ -0,0 +1,154 @@
+/*
+* 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