os/mm/imagingandcamerafws/camerafw/Include/ecamuidsdef.hrh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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_DEF_HRH
    23 #define ECAMUIDS_DEF_HRH
    24 
    25 /**
    26 Defines the numerical value for CameraClientSessionDll.
    27 @internalTechnology
    28 */
    29 #define KUidMMCameraClientSessionDll	0x1028342D
    30 /**
    31 Defines the numerical value for CameraClientSession.
    32 @internalTechnology
    33 */
    34 #define KUidMMCameraClientSession		0x1028342E
    35 /**
    36 Defines the numerical value for CameraClientSessionInfo.
    37 @internalTechnology
    38 */
    39 #define KUidMMCameraClientSessionInfo	0x1028342F
    40 /**
    41 Defines the numerical value for CameraServer.
    42 @internalTechnology
    43 */
    44 #define KUidMMCameraServer				0x10283432
    45 /**
    46 Defines the numerical value for CameraServerID.
    47 @internalTechnology
    48 */
    49 #define KUidMMCameraServerID 			0x10283433
    50 
    51 
    52 /**
    53 Defines the numerical value for KECamEvent2ImageCaptureControlFocussingInformation.
    54 @see KECamEvent2ImageCaptureControlFocussingInformation
    55 
    56 @internalTechnology
    57 */
    58 #define KECamEvent2ImageCaptureControlFocussingInformationUidValue 		0x10283236 
    59 
    60 /**
    61 Defines the numerical value for KUidECamEvent2ImageCaptureControlSpotCombination.
    62 @see KUidECamEvent2ImageCaptureControlSpotCombination
    63 
    64 @internalTechnology
    65 */
    66 #define KUidECamEvent2ImageCaptureControlSpotCombinationUidValue 		0x10283237
    67 
    68 /**
    69 Defines the numerical value for KUidECamEvent2ViewFinderMagnification.
    70 @see KUidECamEvent2ViewFinderMagnification
    71 
    72 @internalTechnology
    73 */
    74 #define KUidECamEvent2ViewFinderMagnificationUidValue 					0x1028323A 
    75 
    76 /**
    77 Defines the numerical value for KUidECamEvent2ViewFinderFadingEffect.
    78 @see KUidECamEvent2ViewFinderFadingEffect
    79 
    80 @internalTechnology
    81 */
    82 #define KUidECamEvent2ViewFinderFadingEffectUidValue 					0x1028323B 
    83 
    84 /**
    85 Defines the numerical value for KUidECamEvent2ViewFinderImageEnhancement.
    86 @see KUidECamEvent2ViewFinderImageEnhancement
    87 
    88 @internalTechnology
    89 */
    90 #define KUidECamEvent2ViewFinderImageEnhancementUidValue 				0x1028323D 
    91 
    92 /**
    93 Defines the numerical value for KUidECamEvent2CameraRequestForcedTimedTakeOver.
    94 @see KUidECamEvent2CameraRequestForcedTimedTakeOver
    95 
    96 @internalTechnology
    97 */
    98 #define KUidECamEvent2CameraRequestForcedTimedTakeOverUidValue 			0x1028323E
    99 
   100 /**
   101 Defines the numerical value for KUidECamEvent2CameraRequestTimedTakeOver.
   102 @see KUidECamEvent2CameraRequestTimedTakeOver
   103 
   104 @internalTechnology
   105 */
   106 #define KUidECamEvent2CameraRequestTimedTakeOverUidValue 				0x1028323F 
   107 
   108 /**
   109 Defines the numerical value for KUidECamEvent2CameraSettingManualGain.
   110 @see KUidECamEvent2CameraSettingManualGain
   111 
   112 @internalTechnology
   113 */
   114 #define KUidECamEvent2CameraSettingManualGainUidValue 					0x10283240 
   115 
   116 /**
   117 Defines the numerical value for KUidECamEvent2CameraSettingFocusDistance.
   118 @see KUidECamEvent2CameraSettingFocusDistance
   119 
   120 @internalTechnology
   121 */
   122 #define KUidECamEvent2CameraSettingFocusDistanceUidValue 				0x10283242 
   123 
   124 
   125 /**
   126 Defines the numerical value for KUidECamEvent2CameraSettingChangeClientPriority.
   127 @see KUidECamEvent2CameraSettingChangeClientPriority
   128 
   129 @internalTechnology
   130 */
   131 #define KUidECamEvent2CameraSettingChangeClientPriorityUidValue  		0x10283244 
   132 
   133 
   134 /**
   135 Ensures contiguous allocation for ECAM event 2 uids
   136 
   137 @internalComponent
   138 */
   139 #define KECamUidEvent2RangeBegin  0x10283233
   140 
   141 /**
   142 Ensures contiguous allocation for ECAM event 2 uids
   143 
   144 @internalComponent
   145 */
   146 #define KECamUidEvent2RangeEnd    0x102832B5
   147 
   148 #endif // ECAMUIDS_DEF_HRH
   149