exampleapps/alfexanalogdialer/group/alfexanalogdialer.rss
changeset 0 15bf7259bb7c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/exampleapps/alfexanalogdialer/group/alfexanalogdialer.rss	Tue Feb 02 07:56:43 2010 +0200
@@ -0,0 +1,95 @@
+/*
+* Copyright (c) 2008-2008 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 definitions for project Analog Dialer
+*
+*/
+
+
+
+NAME ANAD
+
+#include <avkon.rsg>
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.rh>
+
+#include "alfexanalogdialer.hrh"
+#include "alfexanalogdialer.loc"
+
+
+// ---------------------------------------------------------
+// Define the resource file signature 
+// This resource should be empty.
+// ---------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE { }
+//RESOURCE TBUF { buf=""; }
+
+// ---------------------------------------------------------
+// r_default_document_name
+//
+// ---------------------------------------------------------
+//	
+RESOURCE TBUF r_default_document_name { buf=""; }
+
+// ---------------------------------------------------------
+// EIK_APP_INFO
+// Define default status pane layout, menu and CBA keys.
+// ---------------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    menubar = r_analogdialer_menubar;
+    //cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    status_pane = r_status_pane;
+    }
+    
+// ---------------------------------------------------------
+// r_status_pane 
+// Default status layout: empty
+// ---------------------------------------------------------
+//
+RESOURCE STATUS_PANE_APP_MODEL r_status_pane
+    {
+    layout = R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
+    }
+
+
+// ---------------------------------------------------------
+// r_analogialer_menubar
+// Menubar
+// ---------------------------------------------------------
+//
+RESOURCE MENU_BAR r_analogdialer_menubar
+    {
+    titles =
+        {
+        MENU_TITLE {menu_pane = r_analogdialer_menu;}
+        };
+    }
+
+// ---------------------------------------------------------
+// r_analogdialer_menu
+// Options menu pane
+// ---------------------------------------------------------
+//
+RESOURCE MENU_PANE r_analogdialer_menu
+    {
+    items = 
+        {
+        MENU_ITEM {command = EAknSoftkeyExit;   txt = "Exit";}
+        };
+    }
+
+	
\ No newline at end of file