epoc32/include/icl/icl_uids.hrh
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/icl/icl_uids.hrh	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/icl/icl_uids.hrh	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  // Copyright (c) 1997-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9  // which accompanies this distribution, and is available
    1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12  //
    1.13  // Initial Contributors:
    1.14  // Nokia Corporation - initial contribution.
    1.15 @@ -12,77 +12,19 @@
    1.16  //
    1.17  // Description:
    1.18  //
    1.19 +
    1.20  /**
    1.21   @file
    1.22 - @internalTechnology 
    1.23 + @publishedAll 
    1.24  */
    1.25  
    1.26  #ifndef ICL_UIDS_HRH
    1.27  #define ICL_UIDS_HRH
    1.28  
    1.29 -
    1.30 -#define KICLCodecDllUidValue	0x101F45AC
    1.31 -
    1.32 -#define KDecoderInterfaceUidValue	0x101F45AD
    1.33 -#define KEncoderInterfaceUidValue	0x101F45B4
    1.34 -
    1.35 -#define KBMPCodecDllUidValue		0x101F45AE
    1.36 -#define KBMPImageDataUidValue		0x101F45BF
    1.37 -#define KBMPCompressionUidValue		0x101F45E3
    1.38 -#define KBMPDecoderImplementationUidValue	0x101F45AF
    1.39 -#define KBMPEncoderImplementationUidValue	0x101F45BE
    1.40 -
    1.41 -#define KJPGCodecDllUidValue		0x101F45D6
    1.42 -#define KJPGImageDataUidValue		0x101F45DA
    1.43 -#define KJPGQTableUidValue			0x101F45E1
    1.44 -#define KJPGCommentUidValue			0x101F45E2
    1.45 -#define KJPGDecoderImplementationUidValue	0x101F45D7
    1.46 -#define KJPGEncoderImplementationUidValue	0x101F45D9
    1.47 -
    1.48 -#define KGIFCodecDllUidValue		0x101F45B1
    1.49 -#define KGIFBackgroundColorUidValue 0x101F45DE
    1.50 -#define KGIFImageDescriptorUidValue 0x101F45E4
    1.51 -#define KGIFLZWInfoUidValue			0x101F45E5
    1.52 -#define KGIFImageControlUidValue	0x101F45E6
    1.53 -#define KGIFCommentUidValue			0x101F45E7
    1.54 -#define KGIFDecoderImplementationUidValue	0x101F45B2
    1.55 -#define KGIFEncoderImplementationUidValue	0x101F45DD
    1.56 -
    1.57 -#define KMBMCodecDllUidValue		0x101F45CA
    1.58 -#define KMBMDecodeDataUidValue		0x101F45E0
    1.59 -#define KMBMEncodeDataUidValue		0x101F45E9
    1.60 -#define KMBMDecoderImplementationUidValue	0x101F45CB
    1.61 -#define KMBMEncoderImplementationUidValue	0x101F45DF
    1.62 -
    1.63 -#define KTIFFCodecDllUidValue		0x101F45C0
    1.64 -#define KTIFFImageDataUidValue		0x101F45E8
    1.65 -#define KTIFFDecoderImplementationUidValue	0x101F45C1
    1.66 -#define KTIFFDecoderLittleEndianImplementationUidValue	0x101F45C2
    1.67 -#define KTIFFDecoderBigEndianImplementationUidValue	0x101F45C3
    1.68 -
    1.69 -#define KWMFCodecDllUidValue		0x101F45B5
    1.70 -#define KWMFDecoderImplementationUidValue	0x101F45B6
    1.71 -#define KWMFDecoderStdImplementationUidValue	0x101F45B7
    1.72 -#define KWMFDecoderApmImplementationUidValue	0x101F45B8
    1.73 -#define KWMFDecoderClpImplementationUidValue	0x101F45B9
    1.74 -
    1.75 -#define KPNGCodecDllUidValue		0x101F45C7
    1.76 -#define KPNGDecoderImplementationUidValue	0x101F45C8
    1.77 -#define KPNGEncoderImplementationUidValue	0x101F45FE
    1.78 -
    1.79 -#define KWBMPCodecDllUidValue		0x101F45CD
    1.80 -#define KWBMPDecoderImplementationUidValue	0x101F45CE
    1.81 -
    1.82 -#define KOTACodecDllUidValue		0x101F45D0
    1.83 -#define KOTADecoderImplementationUidValue	0x101F45D1
    1.84 -
    1.85 -#define KICOCodecDllUidValue		0x101F45D3
    1.86 -#define KICODecoderImplementationUidValue	0x101F45D4
    1.87 -
    1.88 -#define KMngMimeTypeUidValue 0x101F7C53
    1.89 -#define KMngImageDisplayPluginUidValue 0x101F7C52
    1.90 -#define KMngDllUidValue 0x101F7C51
    1.91 -
    1.92 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    1.93 +#include <icl/icl_uids_const.hrh>
    1.94 +#include <icl/icl_uids_def.hrh>
    1.95 +#endif
    1.96  /**
    1.97  @publishedAll
    1.98  @released
    1.99 @@ -96,8 +38,26 @@
   1.100  */
   1.101  #define KUidICLJpegEXIFInterface 	0x101F7C4F
   1.102  
   1.103 -#define KUidTransformJpegPluginUidValue		0x101F7C2F
   1.104 -#define KUidTransformJpegExtension	0x101F7C30
   1.105 +/**
   1.106 +@publishedAll
   1.107 +@released
   1.108 +Image Transform Plugin Extension UID for Squeeze transformations.
   1.109 +*/
   1.110 +#define KUidSqueezeTransformExtension	0x10285BD6
   1.111 +
   1.112 +/**
   1.113 +@publishedAll
   1.114 +@released
   1.115 +Image Transform Plugin Extension UID for Orientation transformations.
   1.116 +*/
   1.117 +#define KUidOrientationTransformExtension	0x10285C33 
   1.118 +
   1.119 +/**
   1.120 +@publishedAll
   1.121 +@released
   1.122 +Image Transform Plugin Extension UID for Overlay transformations.
   1.123 +*/
   1.124 +#define KUidOverlayTransformExtension	0x10285C34
   1.125  
   1.126  /**
   1.127  @publishedAll
   1.128 @@ -112,11 +72,6 @@
   1.129  */
   1.130  #define KUidICLJpegImageFrameInterface 	0x101F7C60
   1.131  
   1.132 -#define KJPGDecoderImplementation2UidValue	0x101F7C61
   1.133 -#define KJPGEncoderImplementation2UidValue	0x101F7C62
   1.134 -
   1.135 -#define KJPEGImageFramePluginDllUidValue	0x1027376E
   1.136 -
   1.137  /**
   1.138  @publishedAll
   1.139  @released
   1.140 @@ -142,14 +97,6 @@
   1.141  #define KUidImageConvExtStreamedDecodeValue	0x102833E1 	
   1.142  
   1.143  /**
   1.144 -@publishedPartner
   1.145 -@released
   1.146 -
   1.147 -Extension interface uid for TImageConvStreamedEncode
   1.148 -*/
   1.149 -#define KUidImageConvExtStreamedEncodeValue	0x102833E2 
   1.150 -
   1.151 -/**
   1.152  @publishedAll
   1.153  @released
   1.154