photosgallery/slideshow/engine/tsrc/group/t_cshwzoomandpaneffect.mmp
branchRCL_3
changeset 24 ea65f74e6de4
parent 23 b023a8d2866a
child 25 8e5f6eea9c9f
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
     1 /*
       
     2 * Copyright (c) 2007-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:  Slideshow engine build file for test
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include        <platform_paths.hrh> 
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET			t_cshwzoomandpaneffect.dll
       
    24 TARGETTYPE		dll
       
    25 UID				0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY		ALL -TCB
       
    28 
       
    29 SOURCEPATH		../t_cshwzoomandpaneffect
       
    30 SOURCE			t_cshwzoomandpaneffect.cpp
       
    31 SOURCE			t_cshwzoomandpaneffect_dllmain.cpp
       
    32 
       
    33 // Sources required by the test suite
       
    34 SOURCEPATH		../../effectsrc
       
    35 SOURCE			shwzoomandpaneffect.cpp
       
    36 SOURCE			shwresourceutility.cpp
       
    37 SOURCE			shwzoomandpanlayout.cpp
       
    38 SOURCE			shwcurvefactory.cpp
       
    39 SOURCE			shwcrossfadelayout.cpp
       
    40 
       
    41 SOURCEPATH		../../coresrc
       
    42 SOURCE			shwtimer.cpp
       
    43 
       
    44 USERINCLUDE		../t_cshwzoomandpaneffect
       
    45 
       
    46 // User include folders required by the tested code
       
    47 USERINCLUDE		../../inc
       
    48 USERINCLUDE		../../coresrc
       
    49 USERINCLUDE		../../controlsrc
       
    50 USERINCLUDE		../../effectsrc
       
    51 USERINCLUDE		../../../utils
       
    52 
       
    53 
       
    54 // System include folders required by the tested code
       
    55 SYSTEMINCLUDE	../../../../viewframework/medialists/inc
       
    56 SYSTEMINCLUDE	../../../../viewframework/layouts/inc
       
    57 SYSTEMINCLUDE	../../../../viewframework/visuallistmanager/inc
       
    58 SYSTEMINCLUDE	../../../../inc
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 SYSTEMINCLUDE	        ../../../../common/inc          // for CGlxResourceUtilities
       
    62 
       
    63 LIBRARY			EUnit.lib
       
    64 LIBRARY			EUnitUtil.lib
       
    65 LIBRARY			euser.lib
       
    66 
       
    67 // Libraries required by the tested code
       
    68 LIBRARY			bafl.lib
       
    69 LIBRARY			efsrv.lib
       
    70 LIBRARY			glxlayouts.lib
       
    71 LIBRARY         glxcommon.lib                   // for CResourceUtilities
       
    72 LIBRARY			estor.lib
       
    73 LIBRARY			avkon.lib
       
    74 LIBRARY			cone.lib
       
    75 LIBRARY			hitchcock.lib
       
    76 
       
    77 // allow static data
       
    78 #ifndef WINSCW
       
    79 EPOCALLOWDLLDATA
       
    80 #endif
       
    81 
       
    82 // no need to export test DLLs
       
    83 EXPORTUNFROZEN
       
    84 
       
    85 // End of file