|
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 |
|
32 const unsigned long int CxRuntimeFeaturesCrUid = {0x20027018}; |
|
33 |
|
34 const unsigned long int PrimaryCameraCaptureKeysCr = 0x1; |
|
35 const unsigned long int SecondaryCameraCaptureKeysCr = 0x2; |
|
36 const unsigned long int PrimaryCameraAutofocusKeysCr = 0x3; |
|
37 const unsigned long int ContrastItemsCr = 0x4; |
|
38 const unsigned long int StillMaxZoomLimitsCr = 0x5; |
|
39 const unsigned long int VideoMaxZoomLimitsCr = 0x6; |
|
40 |
|
41 #endif // CXECENREPKEYS_H |
|
42 |