browserui/browser/SrcData/BrowserInitial.rssi
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
--- a/browserui/browser/SrcData/BrowserInitial.rssi	Tue Feb 02 00:12:41 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-/*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of the License "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: 
-*      Browser Initial view resources
-
-*
-*/
-
-
-#ifndef BROWSER_INITIAL_RSSI
-#define BROWSER_INITIAL_RSSI
-
-//  INCLUDES
-
-#include "Browser.hrh"
-#include <wmlbrowser.loc>
-#include <browser.mbg>
-#include <bldvariant.hrh>
-
-//  RESOURCE DEFINITIONS 
-
-//----------------------------------------------------
-//   
-//    r_browserinitial_view
-//
-//----------------------------------------------------
-//
-RESOURCE AVKON_VIEW r_browserinitial_view
-    {
-    menubar = r_browserinitial_menubar_view;  
-    cba = R_AVKON_SOFTKEYS_EMPTY;   // CBA commands are set dynamically
-    }
-
-//----------------------------------------------------
-//   
-//    r_browserinitial_cba_options_exit
-//
-//----------------------------------------------------
-//
-RESOURCE CBA r_browserinitial_cba_options_exit
-    {
-    buttons =
-        {
-        CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
-        CBA_BUTTON { id = EWmlCmdCloseBrowser; txt = text_softkey_exit; }
-        };
-    }
-
-//----------------------------------------------------
-//   
-//    r_browserinitial_menubar_view
-//
-//----------------------------------------------------
-//
-RESOURCE MENU_BAR r_browserinitial_menubar_view
-    {
-    titles =
-        {
-        MENU_TITLE { menu_pane = r_browserinitial_view_menu; txt = " "; }
-        };
-    }
-
-//----------------------------------------------------
-//   
-//    r_browserinitial_view_menu
-//
-//----------------------------------------------------
-//
-RESOURCE MENU_PANE r_browserinitial_view_menu
-    {
-    items =
-        {
-        MENU_ITEM { command = EWmlCmdUserExit; txt = qtn_options_exit; }        
-        };
-    }
-
-//----------------------------------------------------
-//   
-//    r_browserinitial_app_menu
-//
-//----------------------------------------------------
-//
-RESOURCE MENU_PANE r_browserinitial_app_menu
-    {
-    items =
-        {
-        MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
-        };
-    }
-
-RESOURCE TBUF r_browser_initial_view_title { buf = qtn_apps_browserng_grid; }
-
-#endif
-// End of File