williamr@2: // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@2: // All rights reserved. williamr@2: // This component and the accompanying materials are made available williamr@2: // 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 williamr@2: // which accompanies this distribution, and is available williamr@2: // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". williamr@2: // williamr@2: // Initial Contributors: williamr@2: // Nokia Corporation - initial contribution. williamr@2: // williamr@2: // Contributors: williamr@2: // williamr@2: // Description: williamr@2: // williamr@2: williamr@2: williamr@2: williamr@2: /** williamr@2: @file williamr@2: @publishedAll williamr@2: @released williamr@2: */ williamr@2: williamr@2: #ifndef ICL_PROPERTYUIDS_H williamr@2: #define ICL_PROPERTYUIDS_H williamr@2: williamr@2: williamr@2: #include williamr@2: williamr@2: williamr@2: /** williamr@2: Identifier for the hardware codec property. williamr@2: @see KHwCodecUidValue williamr@2: */ williamr@2: const TUid KUidHwCodec = {KHwCodecUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the software codec property. williamr@2: @see KSwCodecUidValue williamr@2: */ williamr@2: const TUid KUidSwCodec = {KSwCodecUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the default codec property. williamr@2: @see KDefaultCodecUidValue williamr@2: */ williamr@2: const TUid KUidDefaultCodec = {KDefaultCodecUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the Exif support property. williamr@2: @see KExifSupportUidValue williamr@2: */ williamr@2: const TUid KUidExifSupport = {KExifSupportUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the JPEG Sequential property. williamr@2: @see KJPGSequentialUidValue williamr@2: */ williamr@2: const TUid KUidJPGSequential = {KJPGSequentialUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the JPEG Progressive property. williamr@2: @see KJPGProgressiveUidValue williamr@2: */ williamr@2: const TUid KUidJPGProgressive = {KJPGProgressiveUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the arbitrary scaling property. williamr@2: @see KArbitraryScalingUidValue williamr@2: */ williamr@2: const TUid KUidArbitraryScaling = {KArbitraryScalingUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the EColor16MA support property. williamr@2: @see KEColor16MASupportUidValue williamr@2: */ williamr@2: const TUid KUidEColor16MASupport = {KEColor16MASupportUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the thumbnail support property. williamr@2: @see KThumbnailSupportUidValue williamr@2: */ williamr@2: const TUid KUidThumbnailSupport = {KThumbnailSupportUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the thumbnail autogeneration property. williamr@2: @see KThumbnailAutogenerationUidValue williamr@2: */ williamr@2: const TUid KUidThumbnailAutogeneration = {KThumbnailAutogenerationUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for the decoding to reduced size support property. williamr@2: @see KDecodeToReducedSizeSupportUidValue williamr@2: */ williamr@2: const TUid KUidDecodeToReducedSizeSupport = {KDecodeToReducedSizeSupportUidValue}; williamr@2: williamr@2: /** williamr@2: Identifier for an ICL Extension. This is used in the opaque_data section of an ICL williamr@2: codec plugin as part of a pair of values "KUidICLExtension " williamr@2: where extension_flags_modifier is a bitfield advertising extensions that the codec supports. williamr@2: @see KICLExtensionUidValue williamr@2: @see CImageDecoder::TOptions and CImageEncoder::TOptions for EOptionExt* flags which are valid. williamr@2: */ williamr@2: const TUid KUidICLExtension = {KICLExtensionUidValue}; williamr@2: williamr@2: #endif // ICL_PROPERTYUIDS_H