camerauis/cameraxui/cxengine/inc/cxecenrepkeys.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 12:43:29 +0300
changeset 29 699651f2666f
parent 21 fa6d9f75d6a6
child 32 5c1e3c6aa4ef
child 43 0e652f8f1fbd
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* Copyright (c) 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:
*
*/
#ifndef CXECENREPKEYS_H
#define CXECENREPKEYS_H

const unsigned long int  CxSettingsCrUid                =  {0x20027017};

const unsigned long int  FileNameSuffixCr               = 0x1;
const unsigned long int  FolderNameCr                   = 0x2;
const unsigned long int  FileNameImageCounterCr         = 0x3;
const unsigned long int  FileNameVideoCounterCr         = 0x4;
const unsigned long int  StillShowCapturedCr            = 0x5;
const unsigned long int  VideoShowCapturedCr            = 0x6;
const unsigned long int  ImageQualityCr                 = 0x7;
const unsigned long int  VideoQualityCr                 = 0x8;
const unsigned long int  AudioMuteCr                    = 0x9;

const unsigned long int  CxRuntimeFeaturesCrUid         =  {0x20027018};

const unsigned long int  PrimaryCameraCaptureKeysCr     = 0x1;
const unsigned long int  SecondaryCameraCaptureKeysCr   = 0x2;
const unsigned long int  PrimaryCameraAutofocusKeysCr   = 0x3;
const unsigned long int  FreeMemoryLevelsCr             = 0x4;
const unsigned long int  StillMaxZoomLimitsCr           = 0x5;
const unsigned long int  VideoMaxZoomLimitsCr           = 0x6;

#endif // CXECENREPKEYS_H