1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/imageprocessor/imageprocessor_uids.hrh Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -0,0 +1,118 @@
1.4 +// Copyright (c) 2008-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 + @file
1.21 + @publishedAll
1.22 + @released
1.23 +*/
1.24 +
1.25 +#ifndef IMAGEPROCESSOR_UIDS_HRH
1.26 +#define IMAGEPROCESSOR_UIDS_HRH
1.27 +
1.28 +
1.29 +/** @publishedAll
1.30 +DLL UID for ImageProcessor::CImgProcessor framework */
1.31 +#define KImageProcessorDllUidValue 0x10285E2A
1.32 +
1.33 +/** @publishedAll */
1.34 +#define KImageProcessorBasePluginDllUidValue 0x10285E2B
1.35 +
1.36 +/**
1.37 +@publishedAll
1.38 +@released
1.39 +ECOM interface UID for ImageProcessor::CImgProcessor plugins
1.40 + */
1.41 +#define KImageProcessorPluginInterfaceUidValue 0x10285E2C
1.42 +
1.43 +/**
1.44 +@publishedAll
1.45 +@released
1.46 +ECOM interface UID for extension interface MImgProcessorPluginPanoramaInput
1.47 + */
1.48 +#define KImageProcessorExtensionPanoramaInputUidValue 0x1028668A
1.49 +
1.50 +
1.51 +/** @publishedAll */
1.52 +#define KImageProcessorBasePluginUidValue 0x10285E2D
1.53 +
1.54 +//Effects Uid values
1.55 +#define KEffectSepiaUidValue 0x10285E2E
1.56 +#define KEffectGrayscaleUidValue 0x10285E2F
1.57 +#define KEffectNegativeUidValue 0x10285E30
1.58 +#define KEffectGrayscaleNegativeUidValue 0x10285E31
1.59 +#define KEffectOilyUidValue 0x10285E32
1.60 +#define KEffectPaintUidValue 0x10285E33
1.61 +#define KEffectMilkyUidValue 0x10285E34
1.62 +#define KEffectFogUidValue 0x10285E35
1.63 +
1.64 +#define KEffectMirrorLeftToRightUidValue 0x10285E36
1.65 +#define KEffectMagicPenUidValue 0x10285E37
1.66 +#define KEffectBrightnessUidValue 0x10285E38
1.67 +#define KEffectSharpnessUidValue 0x10285E39
1.68 +#define KEffectRotationUidValue 0x10285E3A
1.69 +#define KEffectContrastUidValue 0x10285E3B
1.70 +#define KEffectRgbColorAdjustUidValue 0x10285E3C
1.71 +#define KEffectEmbossUidValue 0x10285E3D
1.72 +#define KEffectSolarizeUidValue 0x10285E3E
1.73 +#define KEffectPosterizeUidValue 0x10285E3F
1.74 +#define KEffectStampUidValue 0x10285E40
1.75 +#define KEffectSketchUidValue 0x10285E41
1.76 +#define KEffectNoiseUidValue 0x10285E42
1.77 +#define KEffectMoonlightUidValue 0x10285E43
1.78 +#define KEffectFrostedGlassUidValue 0x10285E44
1.79 +#define KEffectDespeckleUidValue 0x10285E45
1.80 +#define KEffectBlurUidValue 0x10285E46
1.81 +#define KEffectColorizationUidValue 0x10285E47
1.82 +#define KEffectCartoonUidValue 0x10285E48
1.83 +
1.84 +#define KEffectLocalBoostUidValue 0x10285E49
1.85 +#define KEffectColorBoostUidValue 0x10285E4A
1.86 +#define KEffectWhiteBalanceUidValue 0x10285E4B
1.87 +#define KEffectAutoLevelsUidValue 0x10285E4C
1.88 +#define KEffectLevelsUidValue 0x10285E4D
1.89 +#define KEffectExposureUidValue 0x10285E4E
1.90 +#define KEffectSpotLightUidValue 0x10285E4F
1.91 +#define KEffectCustomTransformationUidValue 0x10285E50
1.92 +#define KEffectAntiqueUidValue 0x10285E51
1.93 +
1.94 +//Others
1.95 +#define KGeometricalOperationUidValue 0x10285E52
1.96 +#define KEffectBorderUidValue 0x10285E53
1.97 +
1.98 +/** @publishedAll */
1.99 +#define KCapsImageProcessorExtensionUidValue 0x10285E54
1.100 +
1.101 +/** @publishedAll */
1.102 +#define KCapsSpmoUtilityDllUidValue 0x10285E55
1.103 +
1.104 +/** @publishedAll */
1.105 +#define KCapsWrapperDllUidValue 0x10285E56
1.106 +
1.107 +/** @publishedAll */
1.108 +#define KCapsImageProcessorExtensionDllUidValue 0x10285E57
1.109 +
1.110 +/** @publishedAll */
1.111 +#define KImageProcessorPluginDllUidValue 0x10285E65
1.112 +/** @publishedAll */
1.113 +#define KImageProcessorPluginUidValue 0x10285E66
1.114 +
1.115 +/** @publishedAll */
1.116 +#define KCapsWrapperBaseDllUidValue 0x10285E67
1.117 +
1.118 +/** @internalTechnology */
1.119 +#define KCapsExtensionCapsSessionUidValue 0x10286618
1.120 +
1.121 +#endif // IMAGEPROCESSOR_UIDS_HRH