Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #ifndef ECAMCOMMONUIDS_CONST_HRH
23 #define ECAMCOMMONUIDS_CONST_HRH
25 // TECAMEvents UID Values
29 @deprecated use MCaptureImageObserver, MCaptureVideoObserver, MDirectViewFinderObserver, and MClientViewFinderObserver
30 which have callback functions which notify the client about availability of histogram data. These are sent when
31 CCameraV2Histogram::StartHistogram() is called after CCameraV2Histogram::PrepareClientHistogramL(). If
32 CCameraV2Histogram::PrepareClientHistogramL() is not called first then the callback returns KErrBadHandle.
34 Defines the numerical value for KUidECamEventHistogram.
35 @see KUidECamEventCameraHistogram */
36 #define KUidECamEventHistogramUidValue 0x102737AF
39 /** Defines the numerical value for KUidECamEventSnapshot.
40 @see KUidECamEventCameraSnapshot*/
42 #define KUidECamEventSnapshotUidValue 0x102737B0
44 // C class interface UID values
47 @deprecated use KECamV2HistogramUidValue
49 Defines the numerical value for KECamHistogramUid.
50 @see KECamHistogramUid
52 #define KECamHistogramUidValue 0x102737B6
55 Defines the numerical value for KECamV2HistogramUid.
56 @see KECamV2HistogramUid
58 #define KECamV2HistogramUidValue 0x10283229
62 Defines the numerical value for KECamSnapshotUid.
68 #define KECamSnapshotUidValue 0x102737B8
70 #endif // ECAMCOMMONUIDS_CONST_HRH