os/mm/imagingandcamerafws/camerafw/Include/ECamUids.hrh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
/**
sl@0
    17
 @publishedAll
sl@0
    18
 @released
sl@0
    19
 @file
sl@0
    20
*/
sl@0
    21
sl@0
    22
#ifndef ECAMUIDS_HRH
sl@0
    23
#define ECAMUIDS_HRH
sl@0
    24
sl@0
    25
sl@0
    26
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
sl@0
    27
#include <ecamuidsconst.hrh>
sl@0
    28
#include <ecamuidsdef.hrh>
sl@0
    29
#endif
sl@0
    30
sl@0
    31
sl@0
    32
sl@0
    33
#define KSharedLibraryUidDefine  268435597
sl@0
    34
#define KUidOnboardCameraLibrary 270513347
sl@0
    35
sl@0
    36
#define KUidECamAdvSettingsLibrary 		0x1020E76B
sl@0
    37
sl@0
    38
#define	KUidOnboardCameraPlugin			0x1020707F
sl@0
    39
#define KUidOnboardCameraInfoPlugin 	0x10207080
sl@0
    40
#define KUidOnboardCameraStubDll		0x10207081
sl@0
    41
#define KUidOnboardCameraStubPlugin 	0x10207082
sl@0
    42
#define KUidOnboardCameraStubInfo		0x10207083
sl@0
    43
sl@0
    44
#define	KUidECamHistogramLibrary		0x102737AC
sl@0
    45
#define	KUidECamOverlayLibrary			0x102737AD
sl@0
    46
#define	KUidECamSnapshotLibrary			0x102737AE 
sl@0
    47
sl@0
    48
#define KUidOnboardCameraSecureIdPlugin    0x10283201
sl@0
    49
sl@0
    50
sl@0
    51
#define	KUidECamDirectViewFinderLibrary 0x102825F3 
sl@0
    52
sl@0
    53
/**
sl@0
    54
Defines the numerical value for KUidECamEventClass2.
sl@0
    55
@see KUidECamEventClass2
sl@0
    56
*/
sl@0
    57
#define KUidECamEventClass2UidValue  							0x10282622
sl@0
    58
sl@0
    59
/**
sl@0
    60
Defines the numerical value for KUidECamEventCIPSetColorSwapEntry.
sl@0
    61
@see KUidECamEventCIPSetColorSwapEntry
sl@0
    62
*/
sl@0
    63
#define KUidECamEventCIPSetColorSwapEntryUidValue  				0x10282623
sl@0
    64
sl@0
    65
/**
sl@0
    66
Defines the numerical value for KUidECamEventCIPRemoveColorSwapEntry.
sl@0
    67
@see KUidECamEventCIPRemoveColorSwapEntry
sl@0
    68
*/
sl@0
    69
#define KUidECamEventCIPRemoveColorSwapEntryUidValue			0x10282624
sl@0
    70
sl@0
    71
/**
sl@0
    72
Defines the numerical value for KUidECamEventCIPSetColorAccentEntry.
sl@0
    73
@see KUidECamEventCIPSetColorAccentEntry
sl@0
    74
*/
sl@0
    75
#define KUidECamEventCIPSetColorAccentEntryUidValue				0x10282625
sl@0
    76
sl@0
    77
/**
sl@0
    78
Defines the numerical value for KUidECamEventCIPRemoveColorAccentEntry.
sl@0
    79
@see KUidECamEventCIPRemoveColorAccentEntry
sl@0
    80
*/
sl@0
    81
#define KUidECamEventCIPRemoveColorAccentEntryUidValue			0x10282626
sl@0
    82
sl@0
    83
/**
sl@0
    84
Defines the numerical value for KUidECamEventCameraSettingPreCaptureWarning.
sl@0
    85
@see KUidECamEventCameraSettingPreCaptureWarning
sl@0
    86
*/
sl@0
    87
#define KUidECamEventCameraSettingPreCaptureWarningUidValue		0x10282610
sl@0
    88
sl@0
    89
/**
sl@0
    90
Defines the numerical value for KUidECamEventNewReserveComplete.
sl@0
    91
@see KUidECamEventNewReserveComplete
sl@0
    92
@publishedAll
sl@0
    93
@prototype
sl@0
    94
*/
sl@0
    95
#define KUidECamEventNewReserveCompleteUidValue  						0x1028322D  
sl@0
    96
sl@0
    97
sl@0
    98
#endif // ECAMUIDS_HRH
sl@0
    99