phonebookui/Speeddial/speeddialgsplugin/data/speeddialgspluginrsc.rss
changeset 0 e686773b3f54
child 21 9da50d567e3c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/Speeddial/speeddialgsplugin/data/speeddialgspluginrsc.rss	Tue Feb 02 10:12:17 2010 +0200
@@ -0,0 +1,131 @@
+/*
+* 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 SpeeddialGsPlugin
+*
+*/
+
+
+
+
+
+
+//  RESOURCE IDENTIFIER
+NAME    SPED // 4 letter ID
+
+//  INCLUDES
+#include <avkon.loc> 
+#include <avkon.mbg>
+#include <avkon.rsg>
+#include <EIKCORE.rsg>
+#include <uikon.rh>
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.rh>
+#include  <avkon.hrh>
+#include <GSApp.rsg>
+#include <gs.loc> 
+#include <bldvariant.hrh>
+
+// User Includes
+#include <speeddialgsplugin.loc>
+
+// CONSTANTS
+
+//  RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+//----------------------------------------------------
+//  r_gs_Speeddial_view_caption
+//  Speeddial view caption for plugin
+//----------------------------------------------------
+//
+RESOURCE TBUF r_gs_speeddial_view_caption
+    {
+        buf = qtn_set_folder_speeddial;
+    }
+
+//----------------------------------------------------
+//    r_gs_speeddial_view_title
+//    Speeddial view title
+//----------------------------------------------------
+//
+RESOURCE TITLE_PANE r_gs_speeddial_view_title
+    {
+    	txt = qtn_set_title_settings_Speeddial;        
+    }
+
+//----------------------------------------------------
+//    r_gs_speeddial_view
+//    Speeddial view's menu
+//----------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_gs_speeddial_view 
+    {
+    menubar=r_gs_menubar_speeddial_view; 
+    cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
+    }
+
+//----------------------------------------------------
+//    r_gs_menubar_speeddial_view
+//    Speeddial view's menu items
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_gs_menubar_speeddial_view 
+    {
+    titles=
+        {
+        MENU_TITLE { menu_pane=r_gs_menu_item_exit;},
+        MENU_TITLE { menu_pane=r_gs_speeddial_view_menu;}
+        };
+    }
+
+//----------------------------------------------------
+//    r_gs_speeddial_view_menu
+//    Speeddial view menu's OPEN item
+//----------------------------------------------------
+//
+RESOURCE MENU_PANE r_gs_speeddial_view_menu
+    {
+    items=
+        {
+        MENU_ITEM 
+            {
+            command = EAknSoftkeyOpen;
+            txt = qtn_set_options_open;
+            }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+// r_gs_menu_item_exit
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_gs_menu_item_exit
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            command = EAknCmdExit;
+            txt = qtn_options_exit;
+            }
+        };
+    }
+
+
+//End of File