engine/collectionframework/thumbnailcreator/test/group/ut_cglxtnzoomedimagetask.mmp
changeset 71 27f2d7aec52a
parent 69 45459746d5e8
child 72 0a8e959402e5
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
     1 /*
       
     2 * Copyright (c) 2006-2007 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:   Cropped thumbnail generation task unit tests.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "../../../../../group/glxbuildcommon.mmh"
       
    21 
       
    22 TARGET          ut_cglxtnzoomedimagetask.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 
       
    28 SOURCEPATH              ../ut_cglxtnzoomedimagetask
       
    29 SOURCE                  ut_cglxtnzoomedimagetaskdllmain.cpp
       
    30 SOURCE                  ut_cglxtnzoomedimagetask.cpp
       
    31 
       
    32 SOURCEPATH              ../stubs
       
    33 SOURCE                  glxtnfileutilitystub.cpp
       
    34 
       
    35 // Sources needed by the test
       
    36 SOURCEPATH              ../../src
       
    37 SOURCE                  glxtnfileinfo.cpp
       
    38 SOURCE                  glxtnimagedecoderfactory.cpp
       
    39 SOURCE                  glxtnimageutility.cpp
       
    40 SOURCE                  glxtnzoomedimagetask.cpp
       
    41 SOURCE                  glxtntask.cpp
       
    42 
       
    43 USERINCLUDE             ../inc
       
    44 USERINCLUDE             ../ut_cglxtnzoomedimagetask
       
    45 // System includes from the source tree
       
    46 SYSTEMINCLUDE           ../../../../../inc
       
    47 SYSTEMINCLUDE           ../../inc
       
    48 // System includes from epoc32/include
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    52 
       
    53 LIBRARY                 adis.lib
       
    54 LIBRARY                 caf.lib
       
    55 LIBRARY                 efsrv.lib
       
    56 LIBRARY                 estor.lib
       
    57 LIBRARY                 EUnit.lib
       
    58 LIBRARY                 EUnitUtil.lib
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY                 fbscli.lib
       
    61 LIBRARY                 iclextjpegapi.lib
       
    62 LIBRARY                 imageconversion.lib
       
    63 LIBRARY                 ecom.lib
       
    64 
       
    65 LIBRARY		flogger.lib	// for logging to file
       
    66 SMPSAFE
       
    67 // End of file