camerauis/cameraxui/cxengine/inc/cxecenrepkeys.h
branchRCL_3
changeset 54 bac7acad7cb3
parent 53 61bc0f252b2b
child 57 2c87b2808fd7
equal deleted inserted replaced
53:61bc0f252b2b 54:bac7acad7cb3
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 #ifndef CXECENREPKEYS_H
       
    18 #define CXECENREPKEYS_H
       
    19 
       
    20 const unsigned long int  CxSettingsCrUid                =  {0x20027017};
       
    21 
       
    22 const unsigned long int  FileNameSuffixCr               = 0x1;
       
    23 const unsigned long int  FolderNameCr                   = 0x2;
       
    24 const unsigned long int  FileNameImageCounterCr         = 0x3;
       
    25 const unsigned long int  FileNameVideoCounterCr         = 0x4;
       
    26 const unsigned long int  StillShowCapturedCr            = 0x5;
       
    27 const unsigned long int  VideoShowCapturedCr            = 0x6;
       
    28 const unsigned long int  ImageQualityCr                 = 0x7;
       
    29 const unsigned long int  VideoQualityCr                 = 0x8;
       
    30 const unsigned long int  AudioMuteCr                    = 0x9;
       
    31 const unsigned long int  GeoTaggingCr                   = 0xA;
       
    32 const unsigned long int  FacetrackingCr                 = 0xB;
       
    33 const unsigned long int  CaptureSoundAlwaysOnCr         = 0xC;
       
    34 const unsigned long int  GeoTaggingDisclaimerCr         = 0xD;
       
    35 const unsigned long int  CameraModeCr                   = 0xE;
       
    36 const unsigned long int  FlashModeStillCr               = 0xF;
       
    37 const unsigned long int  SceneModeStillCr               = 0x10;
       
    38 const unsigned long int  SceneModeVideoCr               = 0x11;
       
    39 
       
    40 const unsigned long int  CxRuntimeFeaturesCrUid         =  {0x20027018};
       
    41 
       
    42 const unsigned long int  PrimaryCameraCaptureKeysCr     = 0x1;
       
    43 const unsigned long int  SecondaryCameraCaptureKeysCr   = 0x2;
       
    44 const unsigned long int  PrimaryCameraAutofocusKeysCr   = 0x3;
       
    45 const unsigned long int  FreeMemoryLevelsCr             = 0x4;
       
    46 const unsigned long int  StillMaxZoomLimitsCr           = 0x5;
       
    47 const unsigned long int  VideoMaxZoomLimitsCr           = 0x6;
       
    48 
       
    49 #endif // CXECENREPKEYS_H
       
    50 
       
    51