gssettingsuis/Gs/GSSecurityPlugin/Data/GSSecurityPluginRsc.rss
branchRCL_3
changeset 54 7e0eff37aedb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gssettingsuis/Gs/GSSecurityPlugin/Data/GSSecurityPluginRsc.rss	Wed Sep 01 12:20:44 2010 +0100
@@ -0,0 +1,86 @@
+/*
+* 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 General Settings
+*
+*/
+
+
+
+//  RESOURCE IDENTIFIER
+NAME    GSSE // 4 letter ID
+
+//  INCLUDES
+#include <gssecurityplugin.loc>
+
+#include <avkon.loc> // Avkon localized strings
+#include <avkon.mbg>
+#include <avkon.rsg>
+#include <eikcore.rsg>
+#include <uikon.rh>
+#include <gsapp.rsg>
+
+
+// CONSTANTS
+
+//  RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+// Common resources among GS
+#include    "GSCommonResources.rss"
+
+
+//----------------------------------------------------
+//  r_gs_security_view_caption
+// 
+// Security view caption for plugin
+//----------------------------------------------------
+//
+RESOURCE TBUF r_gs_security_view_caption
+    {
+    buf = qtn_set_folder_security;
+    }
+
+
+//----------------------------------------------------
+//   
+//    r_gs_security_view_title
+//    Security view title
+//
+//----------------------------------------------------
+//
+
+RESOURCE TITLE_PANE r_gs_security_view_title
+    {
+    txt = qtn_set_title_settings_security;        
+    }
+
+
+//----------------------------------------------------
+//   
+//    r_gs_security_view
+//    Security view's menu
+//
+//----------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_gs_security_view 
+    {
+    menubar=r_gs_menubar_open_exit; 
+    cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
+    }
+
+
+//End of File