|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @publishedPartner |
|
18 @prototype |
|
19 @file |
|
20 */ |
|
21 |
|
22 #ifndef ECAMCOMMONUIDIF_HRH |
|
23 #define ECAMCOMMONUIDIF_HRH |
|
24 |
|
25 |
|
26 /** Defines the numerical value for KECamMCameraHistogramUid. |
|
27 @see KECamMCameraHistogramUid |
|
28 @deprecated use KECamMCameraV2HistogramUidValue*/ |
|
29 #define KECamMCameraHistogramUidValue 0x102737A9 |
|
30 |
|
31 /** Defines the numerical value for KECamMCameraV2HistogramUid. |
|
32 @see KECamMCameraV2HistogramUid */ |
|
33 #define KECamMCameraV2HistogramUidValue 0x10283225 |
|
34 |
|
35 /** |
|
36 Defines the numerical value for KECamMCameraOverlayUid. |
|
37 @see KECamMCameraOverlayUid |
|
38 |
|
39 @publishedPartner |
|
40 @released |
|
41 */ |
|
42 #define KECamMCameraOverlayUidValue 0x102737AA |
|
43 |
|
44 /** |
|
45 Defines the numerical value for KECamMCameraOverlay2Uid. |
|
46 @see KECamMCameraOverlay2Uid */ |
|
47 #define KECamMCameraOverlay2UidValue 0x10283227 |
|
48 |
|
49 /** |
|
50 Defines the numerical value for KECamMCameraSnapshotUid. |
|
51 @see KECamMCameraSnapshotUid */ |
|
52 #define KECamMCameraSnapshotUidValue 0x102737AB |
|
53 |
|
54 /** |
|
55 Defines the numerical value for KECamMCameraSnapshot2Uid. |
|
56 @see KECamMCameraSnapshot2Uid */ |
|
57 #define KECamMCameraSnapshot2UidValue 0x10283226 |
|
58 |
|
59 |
|
60 #endif // ECAMCOMMONUIDIF_HRH |
|
61 |
|
62 |
|
63 |