browserui/videoservices/data/VideoServices.rss
branchRCL_3
changeset 64 6385c4c93049
parent 63 4baee4f15982
child 65 8e6fa1719340
--- a/browserui/videoservices/data/VideoServices.rss	Thu Aug 19 09:57:56 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,104 +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:  VideoServices resource file
-*
-*/
-
-
-//  RESOURCE IDENTIFIER
-NAME    VIDS // For video Services
-
-//  INCLUDES
-
-#include <eikon.rh>
-#include "VideoServices.hrh"
-#include "videoservices.loc"
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <avkon.mbg>
-#include <apcaptionfile.rh>
-#include <appinfo.rh>
-#include <data_caging_paths_strings.hrh>
-
-//  CONSTANTS 
-
-//  MACROS  
-
-//  RESOURCE DEFINITIONS 
-
-RESOURCE RSS_SIGNATURE { }
-
-RESOURCE TBUF { buf="VideoServices"; }
-
-RESOURCE EIK_APP_INFO
-    {
-    hotkeys=r_videoservices_hotkeys;
-    menubar=r_videoservices_menubar;
-    cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;     
-    }
-
-
-//----------------------------------------------------
-//   
-//    r_videoservices_localisable_app_info
-//    ?description
-//
-//----------------------------------------------------
-//
-RESOURCE LOCALISABLE_APP_INFO r_videoservices_localisable_app_info
-    {
-    short_caption = qtn_apps_video_grid;
-    caption_and_icon = 
-    CAPTION_AND_ICON_INFO
-        {
-        caption = qtn_apps_video_list;
-	    number_of_icons = 1;
-	    icon_file = APP_RESOURCE_DIR"\\VideoServices_AIF.MIF";
-        };
-    }
-
-
-//----------------------------------------------------
-//   
-//    r_videoservices_hotkeys
-//    Hotkeys for video services
-//
-//----------------------------------------------------
-//
-RESOURCE HOTKEYS r_videoservices_hotkeys
-    {
-    control=
-        {
-        HOTKEY { command=EAknCmdExit; key='e'; }
-        };
-    }
-
-//----------------------------------------------------
-//   
-//    r_videoservices_menubar
-//    MenuBar for video services (only the exit item)
-//
-//----------------------------------------------------
-//
-RESOURCE MENU_BAR r_videoservices_menubar
-    {
-    titles=
-        {
-        MENU_TITLE { menu_pane=R_AVKON_MENUPANE_EXIT; }
-        };
-    }
-
-
-            
-// End of File