camerauis/cameraxui/cxengine/inc/cxecenrepkeys.h
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/camerauis/cameraxui/cxengine/inc/cxecenrepkeys.h	Fri Apr 16 14:51:30 2010 +0300
@@ -0,0 +1,42 @@
+/*
+* 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  ContrastItemsCr                = 0x4;
+const unsigned long int  StillMaxZoomLimitsCr           = 0x5;
+const unsigned long int  VideoMaxZoomLimitsCr           = 0x6;
+
+#endif // CXECENREPKEYS_H
+