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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #ifndef CAMSHAREDDATAKEYS_H |
|
22 #define CAMSHAREDDATAKEYS_H |
|
23 |
|
24 // INCLUDES |
|
25 |
|
26 // CONSTANTS |
|
27 |
|
28 // Photo settings shared data keys. |
|
29 _LIT( KIbuCameraSharedDataPhotoQuality, "PhotoQuality" ); |
|
30 _LIT( KIbuCameraSharedDataPhotoFocusPoint, "PhotoFocusPoint" ); |
|
31 _LIT( KIbuCameraSharedDataPhotoStoreInAlbum, "PhotoStoreAlbum" ); |
|
32 _LIT( KIbuCameraSharedDataPhotoShowCaptured, "PhotoShowCaptured" ); |
|
33 _LIT( KIbuCameraSharedDataPhotoCaptureTone, "PhotoCaptureTone" ); |
|
34 _LIT( KIbuCameraSharedDataPhotoMemInUse, "PhotoMemInUse" ); |
|
35 _LIT( KIbuCameraSharedDataPhotoName, "ImgBase" ); |
|
36 _LIT( KIbuCameraSharedDataPhotoNameType, "ImgNamType" ); |
|
37 _LIT( KIbuCameraSharedDataPhotoNumber , "ImgCount"); |
|
38 _LIT( KIbuCameraSharedDataPhotoExtDigZoom , "PhotoExtDigZoom"); |
|
39 _LIT( KIbuCameraSharedDataPhotoStoreLocation, "PhotoStoreLocation" ); |
|
40 |
|
41 // Video settings shared data keys. |
|
42 _LIT( KIbuCameraSharedDataVideoAudRec, "VideoAudRec" ); |
|
43 _LIT( KIbuCameraSharedDataVideoStoreAlbum, "VideoStoreAlbum" ); |
|
44 _LIT( KIbuCameraSharedDataVideoShowCaptured, "VideoShowCaptured" ); |
|
45 _LIT( KIbuCameraSharedDataVideoMemInUse, "VideoMemInUse" ); |
|
46 _LIT( KIbuCameraSharedDataVideoName, "VidBase" ); |
|
47 _LIT( KIbuCameraSharedDataVideoNameType, "VidNamType" ); |
|
48 _LIT( KIbuCameraSharedDataVideoQuality, "VideoQuality" ); |
|
49 _LIT( KIbuCameraSharedDataVideoNumber , "VidCount"); |
|
50 _LIT( KIbuCameraSharedDataVideoExtDigZoom , "VidExtDigZoom"); |
|
51 |
|
52 // User scene shared data keys. |
|
53 _LIT( KIbuCameraSharedDataUserSceneBaseScene, "UserSceneBaseScene" ); |
|
54 _LIT( KIbuCameraSharedDataUserSceneWhiteBalance, "UserSceneWhiteBalance" ); |
|
55 _LIT( KIbuCameraSharedDataUserSceneColourFilter, "UserSceneColourFilter" ); |
|
56 |
|
57 _LIT( KIbuCameraSharedDataUserSceneExposure, "UserSceneExposure" ); |
|
58 |
|
59 _LIT( KIbuCameraSharedDataUserSceneFlash, "UserSceneFlash" ); |
|
60 _LIT( KIbuCameraSharedDataUserSceneBrightness, "UserSceneBrightness" ); |
|
61 _LIT( KIbuCameraSharedDataUserSceneContrast, "UserSceneContrast" ); |
|
62 _LIT( KIbuCameraSharedDataUserSceneLightSensitivity, "UserSceneLightSensitivity" ); |
|
63 |
|
64 #endif // CAMSHAREDDATAKEYS_H |
|
65 |
|
66 // End of File |
|