photosgallery/slideshow/engine/tsrc/group/t_cshweffects.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_cshweffects.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 SOURCEPATH              ../t_cshweffects
       
    30 SOURCE                  t_cshweffects.cpp
       
    31 SOURCE                  t_cshweffects_dllmain.cpp
       
    32 
       
    33 // Sources required by the test suite
       
    34 SOURCEPATH	../../effectsrc
       
    35 SOURCE		shwcrossfadeeffect.cpp
       
    36 SOURCE		shwcrossfadelayout.cpp
       
    37 SOURCE		shwzoomandpaneffect.cpp
       
    38 SOURCE		shwzoomandpanlayout.cpp
       
    39 SOURCE		shwcurvefactory.cpp
       
    40 
       
    41 SOURCEPATH		../../coresrc
       
    42 SOURCE			shwtimer.cpp
       
    43 
       
    44 USERINCLUDE             ../t_cshweffects
       
    45 
       
    46 // User include folders required by the tested code
       
    47 USERINCLUDE             ../../inc
       
    48 USERINCLUDE             ../../effectsrc
       
    49 USERINCLUDE             ../../../utils
       
    50 USERINCLUDE             ../../coresrc
       
    51 
       
    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 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 
       
    63 LIBRARY                 EUnit.lib
       
    64 LIBRARY                 EUnitUtil.lib
       
    65 LIBRARY                 euser.lib
       
    66 
       
    67 // Libraries required by the tested code
       
    68 LIBRARY glxmedialists.lib
       
    69 LIBRARY glxlayouts.lib
       
    70 
       
    71 LIBRARY bafl.lib
       
    72 LIBRARY estor.lib
       
    73 LIBRARY hitchcock.lib
       
    74 LIBRARY cone.lib
       
    75 LIBRARY efsrv.lib 
       
    76 LIBRARY commonengine.lib
       
    77 LIBRARY avkon.lib
       
    78 
       
    79 // allow static data
       
    80 #ifndef WINSCW
       
    81 EPOCALLOWDLLDATA
       
    82 #endif
       
    83 
       
    84 // no need to export test DLLs
       
    85 EXPORTUNFROZEN
       
    86 
       
    87 // End of file