1 // Copyright (c) 2006-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #ifndef ICL_PROPERTYUIDS_H
23 #define ICL_PROPERTYUIDS_H
26 #include <icl/icl_propertyuids.hrh>
30 Identifier for the hardware codec property.
33 const TUid KUidHwCodec = {KHwCodecUidValue};
36 Identifier for the software codec property.
39 const TUid KUidSwCodec = {KSwCodecUidValue};
42 Identifier for the default codec property.
43 @see KDefaultCodecUidValue
45 const TUid KUidDefaultCodec = {KDefaultCodecUidValue};
48 Identifier for the Exif support property.
49 @see KExifSupportUidValue
51 const TUid KUidExifSupport = {KExifSupportUidValue};
54 Identifier for the JPEG Sequential property.
55 @see KJPGSequentialUidValue
57 const TUid KUidJPGSequential = {KJPGSequentialUidValue};
60 Identifier for the JPEG Progressive property.
61 @see KJPGProgressiveUidValue
63 const TUid KUidJPGProgressive = {KJPGProgressiveUidValue};
66 Identifier for the arbitrary scaling property.
67 @see KArbitraryScalingUidValue
69 const TUid KUidArbitraryScaling = {KArbitraryScalingUidValue};
72 Identifier for the EColor16MA support property.
73 @see KEColor16MASupportUidValue
75 const TUid KUidEColor16MASupport = {KEColor16MASupportUidValue};
78 Identifier for the thumbnail support property.
79 @see KThumbnailSupportUidValue
81 const TUid KUidThumbnailSupport = {KThumbnailSupportUidValue};
84 Identifier for the thumbnail autogeneration property.
85 @see KThumbnailAutogenerationUidValue
87 const TUid KUidThumbnailAutogeneration = {KThumbnailAutogenerationUidValue};
90 Identifier for the decoding to reduced size support property.
91 @see KDecodeToReducedSizeSupportUidValue
93 const TUid KUidDecodeToReducedSizeSupport = {KDecodeToReducedSizeSupportUidValue};
96 Identifier for the auto rotate support property.
97 @see KUidJPGAutoRotateSupportValue
99 const TUid KUidJPGAutoRotateSupport = {KUidJPGAutoRotateSupportValue};
102 Identifier for an ICL Extension. This is used in the opaque_data section of an ICL
103 codec plugin as part of a pair of values "KUidICLExtension <extension_flags_modifier>"
104 where extension_flags_modifier is a bitfield advertising extensions that the codec supports.
105 @see KICLExtensionUidValue
106 @see CImageDecoder::TOptions and CImageEncoder::TOptions for EOptionExt* flags which are valid.
108 const TUid KUidICLExtension = {KICLExtensionUidValue};
110 #endif // ICL_PROPERTYUIDS_H