--- a/camerauis/cameraapp/generic/data/resource_inc/CamStandby.ra Thu Aug 19 09:36:57 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,157 +0,0 @@
-/*
-* Copyright (c) 2007 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 the Camera Application*
-*/
-
-
-
-
-
-//----------------------------------------------------
-//
-// r_cam_standby_camera_in_use_text
-// Text string displayed in standby container
-// when camera is in use by another application
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_cam_standby_camera_in_use_text
- {
- buf = qtn_lcam_standby_camera_in_use;
- }
-
-//----------------------------------------------------
-//
-// r_cam_standby_camera_unavailable_text
-// Text string displayed in standby container
-// when camera hardware failure reported
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_cam_standby_camera_unavailable_text
- {
- buf = qtn_lcam_standby_hardware_failure;
- }
-
-//----------------------------------------------------
-//
-// r_cam_standby_camera_storage_inaccessible
-// Text string displayed in standby container
-// when all storages are inacessible/not ready
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_cam_standby_camera_storage_inaccessible
- {
- buf = qtn_lcam_storage_inaccessible_note;
- }
-
-//----------------------------------------------------
-//
-// r_cam_standby_camera_insert_mmc
-// When a device has no mass memory and memory card is not
-// inserted when opening the camera, the user will get a note
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_cam_standby_camera_insert_mmc
- {
- buf = qtn_lcam_insert_mmc_note;
- }
-
-
-
-//----------------------------------------------------
-//
-// r_cam_standby_empty_text
-// Text string displayed in standby container
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_cam_standby_empty_text
- {
- buf = " ";
- }
-
-// ---------------------------------------------------------
-//
-// r_cam_standby_menubar
-// Menubar for standby mode
-//
-// ---------------------------------------------------------
-//
-RESOURCE MENU_BAR r_cam_standby_menubar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_cam_standby_menu;
- }
- };
- }
-
-// ---------------------------------------------------------
-//
-// r_cam_standby_menu
-// Options menu for standby mode
-//
-// ---------------------------------------------------------
-//
-RESOURCE MENU_PANE r_cam_standby_menu
- {
- items =
- {
- MENU_ITEM
- {
- command = ECamCmdExitStandby;
- txt = qtn_lcam_cmd_continue;
- },
- MENU_ITEM
- {
- command = EAknCmdHelp;
- txt = qtn_options_help;
- },
- MENU_ITEM
- {
- command = ECamCmdInternalExit;
- txt = qtn_options_exit;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_cam_standby_text
-// Text string displayed in standby container
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_cam_standby_text
- {
- buf = qtn_lcam_standby_timeout_expired;
- }
-
-//----------------------------------------------------
-//
-// r_cam_standby_camera_disabled_text
-// Text string displayed in standby container
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_cam_standby_camera_disabled_text
- {
- buf = qtn_camera_disabled_info_note;
- }
-