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: Cameraapp CenRep keys* |
|
15 */ |
|
16 |
|
17 |
|
18 #ifndef CAMERAAPPPRIVATECRKEYS_H |
|
19 #define CAMERAAPPPRIVATECRKEYS_H |
|
20 |
|
21 |
|
22 // ========================================================= |
|
23 // Cameraapp Settings |
|
24 const TUid KCRUidCameraappSettings = {0x101FFA86}; |
|
25 |
|
26 const TUint32 KCamCrDefaultCaptureMode = 0x00; |
|
27 const TUint32 KCamCrPhotoQuality = 0x01; |
|
28 const TUint32 KCamCrPhotoSize = 0x02; |
|
29 const TUint32 KCamCrFocusPoint = 0x03; |
|
30 const TUint32 KCamCrPhotoStoreAlbum = 0x04; |
|
31 const TUint32 KCamCrPhotoShowCaptured = 0x05; |
|
32 const TUint32 KCamCrPhotoMemInUse = 0x06; |
|
33 const TUint32 KCamCrPhotoNameBase = 0x07; |
|
34 const TUint32 KCamCrPhotoNameType = 0x08; |
|
35 const TUint32 KCamCrPhotoImgCount = 0x09; |
|
36 const TUint32 KCamCrPhotoExtDigZoom = 0x0A; |
|
37 const TUint32 KCamCrPhotoCaptureTone = 0x0B; |
|
38 const TUint32 KCamCrPhotoFaceTracking = 0x0C; |
|
39 |
|
40 const TUint32 KCamCrVideoAudRec = 0x10; |
|
41 const TUint32 KCamCrVideoRes = 0x11; |
|
42 const TUint32 KCamCrVideoClipLen = 0x12; |
|
43 const TUint32 KCamCrVideoFileType = 0x13; |
|
44 const TUint32 KCamCrVideoStoreAlbum = 0x14; |
|
45 const TUint32 KCamCrVideoShowCaptured = 0x15; |
|
46 const TUint32 KCamCrVideoMemInUse = 0x16; |
|
47 const TUint32 KCamCrVideoNameBase = 0x17; |
|
48 const TUint32 KCamCrVideoQuality = 0x18; |
|
49 const TUint32 KCamCrVideoNameType = 0x19; |
|
50 const TUint32 KCamCrVideoCount = 0x1A; |
|
51 const TUint32 KCamCrVideoExtDigZoom = 0x1B; |
|
52 const TUint32 KCamCrEmbeddedVideoAudRec = 0x1D; |
|
53 const TUint32 KCamCrContinuousAutofocus = 0x1E; |
|
54 |
|
55 const TUint32 KCamCrUserSceneBaseScene = 0x20; |
|
56 const TUint32 KCamCrUserSceneWhiteBalance = 0x21; |
|
57 const TUint32 KCamCrUserSceneColourFilter = 0x22; |
|
58 const TUint32 KCamCrUserSceneExposure = 0x23; |
|
59 const TUint32 KCamCrUserSceneFlash = 0x24; |
|
60 const TUint32 KCamCrUserSceneBrightness = 0x25; |
|
61 const TUint32 KCamCrUserSceneContrast = 0x26; |
|
62 const TUint32 KCamCrUserSceneImageSharpness = 0x27; |
|
63 const TUint32 KCamCrUserSceneColourSaturation = 0x28; |
|
64 const TUint32 KCamCrUserSceneLightSensitivity = 0x29; |
|
65 const TUint32 KCamCrUserSceneDefault = 0x2A; |
|
66 |
|
67 const TUint32 KCamCrPhotoRotation = 0x30; |
|
68 const TUint32 KCamCrVideoStabilisation = 0x31; |
|
69 const TUint32 KCamCrFlickerCancellation = 0x32; |
|
70 const TUint32 KCamCrZoomPaneOrientation = 0x33; |
|
71 const TUint32 KCamCrZoomUsingVolumeKeys = 0x34; |
|
72 const TUint32 KCamCrZoomUsingNaviKeys = 0x35; |
|
73 const TUint32 KCamCrLastUsedMonthFolder = 0x36; |
|
74 |
|
75 const TUint32 KCamCrAlwaysDrawCourtesyUi = 0x37; |
|
76 |
|
77 const TUint32 KCamCrPhotoStoreLocation = 0x38; |
|
78 |
|
79 const TUint32 KCamCrUserMode = 0x50; |
|
80 |
|
81 // New CenRep key to hold the ID of the Default Album |
|
82 const TUint32 KCamCrDefaultAlbumId = 0x51; |
|
83 |
|
84 // New CenRep key to hold the name of the Default Album |
|
85 const TUint32 KCamCrDefaultAlbumTitle = 0x57; |
|
86 |
|
87 // Customise Toolbar keys |
|
88 const TUint32 KCamCrImageToolbarItems = 0x58; |
|
89 const TUint32 KCamCrImageToolbarDefaultItems = 0x59; |
|
90 //Ftu message key |
|
91 const TUint32 KCamCrFtuMessageFlag = 0x60; |
|
92 |
|
93 //Support for Photo and Video editor |
|
94 const TUint32 KCamCrPhotoEditorSupport = 0x5A; |
|
95 const TUint32 KCamCrVideoEditorSupport = 0x5B; |
|
96 |
|
97 //Remove phone memory usage |
|
98 const TUint32 KCamCrRemovePhoneMemoryUsage = 0x5C; |
|
99 |
|
100 // Stops Video recording when HDMI cable is inserted |
|
101 const TUint32 KCamCrStopRecordingInHdmiMode = 0x5D; |
|
102 |
|
103 // ========================================================= |
|
104 // Cameraapp variant settings file |
|
105 const TUid KCRUidCameraappVariant = {0x10208A43}; |
|
106 |
|
107 const TUint32 KCamCrVariantFlags = 0x01; // NOTE: "CameraVariant.hrh" |
|
108 // contains the possible values |
|
109 // of the flags |
|
110 |
|
111 const TUint32 KCamCrAppAlwaysRunning = 0x02; |
|
112 const TUint32 KCamCrTimeLapseSupport = 0x03; |
|
113 const TUint32 KCamCrVersionMajor = 0x04; |
|
114 const TUint32 KCamCrVersionMinor = 0x05; |
|
115 const TUint32 KCamCrBuildNumber = 0x06; |
|
116 |
|
117 // ========================================================= |
|
118 #endif // CAMERAAPPPRIVATECRKEYS_H |
|
119 |
|
120 // End of File |
|