epoc32/include/imageprocessor/imageprocessor_uids.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 // Copyright (c) 2008-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  @file
    18  @publishedAll 
    19  @released 
    20 */
    21 
    22 #ifndef IMAGEPROCESSOR_UIDS_HRH
    23 #define IMAGEPROCESSOR_UIDS_HRH
    24 
    25 
    26 /** @publishedAll 
    27 DLL UID for ImageProcessor::CImgProcessor framework */
    28 #define KImageProcessorDllUidValue 0x10285E2A
    29 
    30 /** @publishedAll */
    31 #define KImageProcessorBasePluginDllUidValue 0x10285E2B
    32 
    33 /** 
    34 @publishedAll
    35 @released
    36 ECOM interface UID for ImageProcessor::CImgProcessor plugins
    37  */
    38 #define KImageProcessorPluginInterfaceUidValue 0x10285E2C
    39 
    40 /** 
    41 @publishedAll
    42 @released
    43 ECOM interface UID for extension interface MImgProcessorPluginPanoramaInput
    44  */
    45 #define KImageProcessorExtensionPanoramaInputUidValue  0x1028668A
    46 
    47 
    48 /** @publishedAll */
    49 #define KImageProcessorBasePluginUidValue 0x10285E2D
    50 
    51 //Effects Uid values
    52 #define KEffectSepiaUidValue 0x10285E2E
    53 #define KEffectGrayscaleUidValue 0x10285E2F
    54 #define KEffectNegativeUidValue 0x10285E30
    55 #define KEffectGrayscaleNegativeUidValue 0x10285E31
    56 #define KEffectOilyUidValue 0x10285E32
    57 #define KEffectPaintUidValue 0x10285E33
    58 #define KEffectMilkyUidValue 0x10285E34
    59 #define KEffectFogUidValue 0x10285E35
    60 
    61 #define KEffectMirrorLeftToRightUidValue 0x10285E36
    62 #define KEffectMagicPenUidValue 0x10285E37
    63 #define KEffectBrightnessUidValue 0x10285E38
    64 #define KEffectSharpnessUidValue 0x10285E39
    65 #define KEffectRotationUidValue 0x10285E3A
    66 #define KEffectContrastUidValue 0x10285E3B
    67 #define KEffectRgbColorAdjustUidValue 0x10285E3C
    68 #define KEffectEmbossUidValue 0x10285E3D
    69 #define KEffectSolarizeUidValue 0x10285E3E
    70 #define KEffectPosterizeUidValue 0x10285E3F
    71 #define KEffectStampUidValue 0x10285E40
    72 #define KEffectSketchUidValue 0x10285E41
    73 #define KEffectNoiseUidValue 0x10285E42
    74 #define KEffectMoonlightUidValue 0x10285E43
    75 #define KEffectFrostedGlassUidValue 0x10285E44
    76 #define KEffectDespeckleUidValue 0x10285E45
    77 #define KEffectBlurUidValue 0x10285E46
    78 #define KEffectColorizationUidValue 0x10285E47
    79 #define KEffectCartoonUidValue 0x10285E48
    80 		
    81 #define KEffectLocalBoostUidValue 0x10285E49
    82 #define KEffectColorBoostUidValue 0x10285E4A
    83 #define KEffectWhiteBalanceUidValue 0x10285E4B
    84 #define KEffectAutoLevelsUidValue 0x10285E4C
    85 #define KEffectLevelsUidValue 0x10285E4D
    86 #define KEffectExposureUidValue 0x10285E4E
    87 #define KEffectSpotLightUidValue 0x10285E4F
    88 #define KEffectCustomTransformationUidValue 0x10285E50
    89 #define KEffectAntiqueUidValue 0x10285E51
    90 	
    91 //Others
    92 #define KGeometricalOperationUidValue 0x10285E52
    93 #define KEffectBorderUidValue 0x10285E53
    94 
    95 /** @publishedAll */
    96 #define KCapsImageProcessorExtensionUidValue 0x10285E54
    97 
    98 /** @publishedAll */
    99 #define KCapsSpmoUtilityDllUidValue 0x10285E55
   100 
   101 /** @publishedAll */
   102 #define KCapsWrapperDllUidValue 0x10285E56
   103 
   104 /** @publishedAll */
   105 #define KCapsImageProcessorExtensionDllUidValue 0x10285E57
   106 
   107 /** @publishedAll */
   108 #define KImageProcessorPluginDllUidValue 0x10285E65
   109 /** @publishedAll */
   110 #define KImageProcessorPluginUidValue 0x10285E66 
   111 
   112 /** @publishedAll */
   113 #define KCapsWrapperBaseDllUidValue 0x10285E67
   114 
   115 /** @internalTechnology */
   116 #define KCapsExtensionCapsSessionUidValue 0x10286618
   117 
   118 #endif // IMAGEPROCESSOR_UIDS_HRH