diff -r 61bc0f252b2b -r bac7acad7cb3 camerauis/cameraapp/generic/data/cameraapp.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/camerauis/cameraapp/generic/data/cameraapp.rss Wed Sep 01 12:30:54 2010 +0100 @@ -0,0 +1,152 @@ +/* +* Copyright (c) 2007-2009 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: Resources for the camera application +* +* +*/ + + +NAME SCRF + +// =========================================================================== +// Includes + +#include +#include +#include +#include +#include // signature +#include +#include +#include + +#include // qtn_lcam_title_text_photo +#include "Cam.hrh" +#include "CamSettings.hrh" +#include "CamSettingsInternal.hrh" +#include "Cam.rh" + +// =========================================================================== +// Resource definitions + +// --------------------------------------------------------- +// +// Define the resource file signature +// This resource should be empty. +// +// --------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE + { + } + +// --------------------------------------------------------- +// +// Default Document Name +// +// --------------------------------------------------------- +// +RESOURCE TBUF { buf=qtn_lcam_title_text_photo; } + +//---------------------------------------------------- +// +// r_cam_softkeys_options_exit +// Softkeys definition which uses ECamCmdInternalExit +// instead of EAknSoftkeyExit (as in r_avkon_softkeys_exit) +// +//---------------------------------------------------- +RESOURCE CBA r_cameraapp_softkeys_options_exit + { + buttons = + { + CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, + CBA_BUTTON { id = ECamCmdInternalExit; txt = text_softkey_exit; } + }; + } + +RESOURCE EIK_APP_INFO + { + cba = r_cameraapp_softkeys_options_exit; + } + +//---------------------------------------------------- +// +// r_cam_localisable_app_info +// Localisable app info +// +//---------------------------------------------------- +// +RESOURCE LOCALISABLE_APP_INFO r_cam_localisable_app_info + { + short_caption = qtn_apps_lcam_grid; + caption_and_icon = + CAPTION_AND_ICON_INFO + { + caption = qtn_apps_lcam_list; + number_of_icons = 1; + icon_file = "z:\\resource\\apps\\cameraapp_aif.mif"; + }; + } + +// --------------------------------------------------------- +// +// r_ftu_message_dialog_text +// FTU message dialog text +// --------------------------------------------------------- +// +RESOURCE TBUF r_ftu_message_dialog_text { buf=qtn_lcam_location_ftu_text; } + +// --------------------------------------------------------- +// +// r_ftu_message_hyperlink_text +// FTU message hyperlink text +// --------------------------------------------------------- +// +RESOURCE TBUF r_ftu_message_hyperlink_text{ buf=qtn_lcam_location_ftu; } + + +// --------------------------------------------------------- +// +// r_ftu_message_dialog +// The FTU message dialog resource +// --------------------------------------------------------- +// +RESOURCE DIALOG r_ftu_message_dialog + { + flags=EEikDialogFlagNoDrag |EEikDialogFlagCbaButtons |EEikDialogFlagWait; + buttons = R_AVKON_SOFTKEYS_OK_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtPopupHeadingPane; + id = EAknMessageQueryHeaderId; + control = AVKON_HEADING + { + headinglayout = R_AVKON_LIST_HEADING_PANE_POPUPS; + }; + }, + DLG_LINE + { + type = EAknCtMessageQuery; + id = EAknMessageQueryContentId; + control = AVKON_MESSAGE_QUERY + { + message = ""; + }; + } + }; + } +// =========================================================================== +// end of file