imagingandcamerafws/camerafw/Include/ECamUids.hrh
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2003-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  @publishedAll
       
    18  @released
       
    19  @file
       
    20 */
       
    21 
       
    22 #ifndef ECAMUIDS_HRH
       
    23 #define ECAMUIDS_HRH
       
    24 
       
    25 
       
    26 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    27 #include <ecamuidsconst.hrh>
       
    28 #include <ecamuidsdef.hrh>
       
    29 #endif
       
    30 
       
    31 
       
    32 
       
    33 #define KSharedLibraryUidDefine  268435597
       
    34 #define KUidOnboardCameraLibrary 270513347
       
    35 
       
    36 #define KUidECamAdvSettingsLibrary 		0x1020E76B
       
    37 
       
    38 #define	KUidOnboardCameraPlugin			0x1020707F
       
    39 #define KUidOnboardCameraInfoPlugin 	0x10207080
       
    40 #define KUidOnboardCameraStubDll		0x10207081
       
    41 #define KUidOnboardCameraStubPlugin 	0x10207082
       
    42 #define KUidOnboardCameraStubInfo		0x10207083
       
    43 
       
    44 #define	KUidECamHistogramLibrary		0x102737AC
       
    45 #define	KUidECamOverlayLibrary			0x102737AD
       
    46 #define	KUidECamSnapshotLibrary			0x102737AE 
       
    47 
       
    48 #define KUidOnboardCameraSecureIdPlugin    0x10283201
       
    49 
       
    50 
       
    51 #define	KUidECamDirectViewFinderLibrary 0x102825F3 
       
    52 
       
    53 /**
       
    54 Defines the numerical value for KUidECamEventClass2.
       
    55 @see KUidECamEventClass2
       
    56 */
       
    57 #define KUidECamEventClass2UidValue  							0x10282622
       
    58 
       
    59 /**
       
    60 Defines the numerical value for KUidECamEventCIPSetColorSwapEntry.
       
    61 @see KUidECamEventCIPSetColorSwapEntry
       
    62 */
       
    63 #define KUidECamEventCIPSetColorSwapEntryUidValue  				0x10282623
       
    64 
       
    65 /**
       
    66 Defines the numerical value for KUidECamEventCIPRemoveColorSwapEntry.
       
    67 @see KUidECamEventCIPRemoveColorSwapEntry
       
    68 */
       
    69 #define KUidECamEventCIPRemoveColorSwapEntryUidValue			0x10282624
       
    70 
       
    71 /**
       
    72 Defines the numerical value for KUidECamEventCIPSetColorAccentEntry.
       
    73 @see KUidECamEventCIPSetColorAccentEntry
       
    74 */
       
    75 #define KUidECamEventCIPSetColorAccentEntryUidValue				0x10282625
       
    76 
       
    77 /**
       
    78 Defines the numerical value for KUidECamEventCIPRemoveColorAccentEntry.
       
    79 @see KUidECamEventCIPRemoveColorAccentEntry
       
    80 */
       
    81 #define KUidECamEventCIPRemoveColorAccentEntryUidValue			0x10282626
       
    82 
       
    83 /**
       
    84 Defines the numerical value for KUidECamEventCameraSettingPreCaptureWarning.
       
    85 @see KUidECamEventCameraSettingPreCaptureWarning
       
    86 */
       
    87 #define KUidECamEventCameraSettingPreCaptureWarningUidValue		0x10282610
       
    88 
       
    89 /**
       
    90 Defines the numerical value for KUidECamEventNewReserveComplete.
       
    91 @see KUidECamEventNewReserveComplete
       
    92 @publishedAll
       
    93 @prototype
       
    94 */
       
    95 #define KUidECamEventNewReserveCompleteUidValue  						0x1028322D  
       
    96 
       
    97 
       
    98 #endif // ECAMUIDS_HRH
       
    99