camerauis/cameraapp/generic/inc/CameraVariant.hrh
changeset 0 1ddebce53859
equal deleted inserted replaced
-1:000000000000 0:1ddebce53859
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  The file contains bitmask values for shared data keys specifying*
       
    15 */
       
    16 
       
    17 
       
    18 #ifndef CAMERAVARIANT_HRH
       
    19 #define CAMERAVARIANT_HRH
       
    20 
       
    21 // DATA TYPES
       
    22 
       
    23 /*
       
    24 * If this flag is set then the video sharing resolution will be set to SubQCIF.
       
    25 * If this flag is clear then the sharing resolution will be set to QCIF -
       
    26 * this is the default setting and is read from the resource file.
       
    27 */
       
    28 #define KCamCrQualityVideoSharingIsSubQCIF	0x01
       
    29 
       
    30 /*
       
    31 * If this flag is set then the application will go to the background when
       
    32 * exited but will remove the application icon from the task switcher and
       
    33 * will reset all settings to default values to simulate a true exit
       
    34 */
       
    35 #define KCamCrAppAlwaysRunningIsOn	0x01
       
    36 
       
    37 /*
       
    38 * If this flag is set the application will use time lapse functionality
       
    39 * otherwise only burst mode functionality will be available
       
    40 */
       
    41 #define KCamCrTimeLapseIsSupported  0x01
       
    42 
       
    43 /*
       
    44 * If this flag is set the application the courtesy UI will always be displayed,
       
    45 * i.e. "show icons" is on. Else the UI will only be shown for 5 seconds.
       
    46 */
       
    47 #define KCamCrAlwaysDrawCourtesyUiIsOn 0x01
       
    48 
       
    49 #endif
       
    50 // End of File