tsrc/fusionmpxplayer_test/FusionMpxPlayerTestExeUi/data/FusionMpxPlayerTestExeUi.rss
branchRCL_3
changeset 10 112a725ff2c2
parent 9 5294c000a26d
child 11 8970fbd719ec
--- a/tsrc/fusionmpxplayer_test/FusionMpxPlayerTestExeUi/data/FusionMpxPlayerTestExeUi.rss	Mon Mar 15 12:40:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,99 +0,0 @@
-/*
-* Copyright (c) 2008 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: 
-*
-*/
-
-
-
-NAME HELL
-
-#include <eikon.rh>
-#include <avkon.rh>
-#include <avkon.rsg>
-
-#include "FusionPlayerTestApp.hrh"
-
-// ---------------------------------------------------------
-//
-//    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_fusionmpxplayertestexeui_menubar;
-    cba = R_AVKON_SOFTKEYS_CLOSE;
-    //cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
-    }
-
-// ---------------------------------------------------------
-//
-//   r_fusionmpxplayertestexeui_menubar
-//   Menubar for Settings Example
-//
-// ---------------------------------------------------------
-//
-RESOURCE MENU_BAR r_fusionmpxplayertestexeui_menubar
-    {
-    titles =
-        {
-        MENU_TITLE 
-            {
-            menu_pane = r_fusionmpxplayertestexeui_menu;
-            }
-        };
-    }
-
-// ---------------------------------------------------------
-//
-//   r_fusionmpxplayertestexeui_menu
-//   Menu for "Options"
-//
-// ---------------------------------------------------------
-//
-RESOURCE MENU_PANE r_fusionmpxplayertestexeui_menu
-    {
-    items =
-        {
-        MENU_ITEM
-		    {
-			command = ESettingCmdPlayVideo;
-			txt = "Play video";
-			},
-        MENU_ITEM
-		    {
-			command = EAknSoftkeyExit;
-			txt = "Exit";
-			}
-        };
-    }
-