imaging/imagingfws/group/ExifLibStatic.mmp
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 
       
     2 // Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 // EXIF support routines
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 
       
    25 target exiflibstatic.lib
       
    26 targettype lib
       
    27 
       
    28 // Sets the number of consecutive invalid and/or unkown entries that may
       
    29 // occur in an IFD before the whole IFD is rejected as corrupt.
       
    30 // The default value for this is 7.
       
    31 MACRO SYMBIAN_ICL_EXIF_CONSEC_INVALID_TAGS=7
       
    32 
       
    33 USERINCLUDE	../../imagingplugins/codecs/JPEGCodec
       
    34 USERINCLUDE	../../imagingplugins/codecs/JPEGCodec/Exif
       
    35 USERINCLUDE	../inc
       
    36 USERINCLUDE	../inc/icl
       
    37 USERINCLUDE	../src
       
    38 USERINCLUDE	../ExifUtility/inc
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 SOURCEPATH	../../imagingplugins/codecs/JPEGCodec
       
    43 
       
    44 
       
    45 SOURCE		Exif/exiftransformdataaccessorimpl.cpp
       
    46 SOURCE		Exif/ExifEditUtility.cpp
       
    47 SOURCE		Exif/ExifThumbnailGenerator.cpp
       
    48 SOURCE		Exif/ExifTagHelper.cpp
       
    49 SOURCE		Exif/ExifJpegTransform.cpp
       
    50 SOURCE		Exif/ExifJpegTransformExtension.cpp
       
    51 SOURCE      	Exif/exifreaderwriter.cpp
       
    52 SOURCE      	Exif/ifdgeneral.cpp
       
    53 SOURCE      	Exif/ifdgeneralentry.cpp
       
    54 SOURCE      	Exif/ExifEncoder.cpp
       
    55 SOURCE      	Exif/exifdecoder.cpp
       
    56 SOURCE      	Exif/exiftransform.cpp
       
    57 
       
    58 
       
    59 SMPSAFE