camerauis/cameraapp/generic/data/cameraapp.rss
branchRCL_3
changeset 53 61bc0f252b2b
parent 50 f54ad444594d
child 54 bac7acad7cb3
--- a/camerauis/cameraapp/generic/data/cameraapp.rss	Thu Aug 19 09:36:57 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,152 +0,0 @@
-/*
-* 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 <AvkonIcons.hrh>
-#include <appinfo.rh>
-#include <avkon.loc>
-#include <eikon.rh>
-#include <avkon.rh> // signature          
-#include <avkon.rsg>
-#include <aknsconstants.hrh>
-#include <cameraapp.mbg>
-
-#include <cam.loc>   // 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