exampleapps/alfexcalendar/group/alfexcalendar.rss
changeset 0 15bf7259bb7c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/exampleapps/alfexcalendar/group/alfexcalendar.rss	Tue Feb 02 07:56:43 2010 +0200
@@ -0,0 +1,131 @@
+/*
+* Copyright (c)  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 headers for project ?myapp
+*
+*/
+
+
+
+NAME ALFC // 4 letter ID
+
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.rh>
+#include <avkon.rsg>
+
+#include "alfexcalendar.hrh"
+#include "alfexcalendar.loc"
+
+// ---------------------------------------------------------
+//   
+//    Define the resource file signature 
+//    This resource should be empty.
+//
+// ---------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE { }
+
+// ---------------------------------------------------------
+//   
+//    Default Document Name
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_default_document_name { buf=""; }
+
+// ---------------------------------------------------------
+//   
+//    Define default menu and CBA key.
+//
+// ---------------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    menubar = r_alfexcalendar_menubar;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    }
+
+// ---------------------------------------------------------
+//   
+//   r_alfexcalendar_menubar
+//   Menubar for alfexcalendar
+//
+// ---------------------------------------------------------
+//
+RESOURCE MENU_BAR r_alfexcalendar_menubar
+    {
+    titles =
+        {
+        MENU_TITLE {menu_pane = r_alfexcalendar_menu;}
+        };
+    }
+
+// ---------------------------------------------------------
+//   
+//   r_alfexcalendar_menu
+//   Menu for "Options"
+//
+// ---------------------------------------------------------
+//
+RESOURCE MENU_PANE r_alfexcalendar_menu
+    {
+    items = 
+        {
+        MENU_ITEM { command = EAlfExCalendarCmdHelp;  txt = qtn_alf_cal_help; },
+        MENU_ITEM { command = EAknSoftkeyExit;   txt = qtn_alf_cal_exit; }
+        };
+    }
+
+// ---------------------------------------------------------
+//   
+//   r_alfexcalendar_calendar_events_array
+//   Calendar events
+//
+// ---------------------------------------------------------
+//
+RESOURCE ARRAY r_alfexcalendar_calendar_events_array
+    {
+    items=
+        {
+        LBUF 
+            {
+            txt = qtn_alf_cal_event1; 
+            },
+        LBUF 
+            {
+            txt = qtn_alf_cal_event2; 
+            },
+        LBUF 
+            {
+            txt = qtn_alf_cal_event3; 
+            },
+        LBUF 
+            {
+            txt = qtn_alf_cal_event4; 
+            },
+        LBUF 
+            {
+            txt = qtn_alf_cal_event5; 
+            },
+        LBUF 
+            {
+            txt = qtn_alf_cal_event6; 
+            },
+        LBUF 
+            {
+            txt = qtn_alf_cal_event7;
+            }
+        };
+    }
+