os/mm/imagingandcamerafws/camerafw/Include/ecamcommonuidsconst.hrh
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/imagingandcamerafws/camerafw/Include/ecamcommonuidsconst.hrh	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,73 @@
     1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +/**
    1.20 + @publishedPartner
    1.21 + @prototype
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +#ifndef ECAMCOMMONUIDS_CONST_HRH
    1.26 +#define ECAMCOMMONUIDS_CONST_HRH
    1.27 +
    1.28 +// TECAMEvents UID Values
    1.29 +
    1.30 +// For Histogram
    1.31 +/** 
    1.32 +@deprecated use MCaptureImageObserver, MCaptureVideoObserver, MDirectViewFinderObserver, and MClientViewFinderObserver
    1.33 +which have callback functions which notify the client about availability of histogram data. These are sent when 
    1.34 +CCameraV2Histogram::StartHistogram() is called after CCameraV2Histogram::PrepareClientHistogramL(). If
    1.35 +CCameraV2Histogram::PrepareClientHistogramL() is not called first then the callback returns KErrBadHandle.
    1.36 +
    1.37 +Defines the numerical value for KUidECamEventHistogram.
    1.38 +@see KUidECamEventCameraHistogram */
    1.39 +#define	KUidECamEventHistogramUidValue			0x102737AF 
    1.40 +
    1.41 +// For snapshot
    1.42 +/** Defines the numerical value for KUidECamEventSnapshot.
    1.43 +@see KUidECamEventCameraSnapshot*/
    1.44 +
    1.45 +#define	KUidECamEventSnapshotUidValue			0x102737B0
    1.46 +
    1.47 +// C class interface UID values
    1.48 +
    1.49 +/** 
    1.50 +@deprecated use KECamV2HistogramUidValue
    1.51 +
    1.52 +Defines the numerical value for KECamHistogramUid.
    1.53 +@see KECamHistogramUid 
    1.54 +*/
    1.55 +#define	KECamHistogramUidValue					0x102737B6 
    1.56 +
    1.57 +/** 
    1.58 +Defines the numerical value for KECamV2HistogramUid.
    1.59 +@see KECamV2HistogramUid 
    1.60 +*/
    1.61 +#define	KECamV2HistogramUidValue				0x10283229					 
    1.62 +
    1.63 +
    1.64 +/** 
    1.65 +Defines the numerical value for KECamSnapshotUid.
    1.66 +@see KECamSnapshotUid
    1.67 +
    1.68 +@publishedPartner
    1.69 +@prototype
    1.70 +*/
    1.71 +#define	KECamSnapshotUidValue					0x102737B8 
    1.72 +
    1.73 +#endif // ECAMCOMMONUIDS_CONST_HRH
    1.74 +
    1.75 +
    1.76 +