photosgallery/slideshow/engine/tsrc/group/t_cshweventrouter.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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:  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_cshweventrouter.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 // test code
       
    30 SOURCEPATH              ../t_cshweventrouter
       
    31 SOURCE                  t_cshweventrouterdllmain.cpp
       
    32 SOURCE                  t_cshweventrouter.cpp
       
    33 // code under test
       
    34 SOURCEPATH              ../../controlsrc
       
    35 SOURCE                  shweventrouter.cpp
       
    36 
       
    37 USERINCLUDE             ../../inc
       
    38 USERINCLUDE             ../../coresrc
       
    39 USERINCLUDE							../../controlsrc
       
    40 USERINCLUDE     				../../../utils
       
    41 USERINCLUDE             ../t_cshweventrouter
       
    42 
       
    43 SYSTEMINCLUDE           ../../../../inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 LIBRARY                 EUnit.lib
       
    49 LIBRARY                 EUnitUtil.lib
       
    50 LIBRARY                 euser.lib
       
    51 
       
    52 // allow static data
       
    53 #ifndef WINSCW
       
    54 EPOCALLOWDLLDATA
       
    55 #endif
       
    56 
       
    57 // no need to export test DLLs
       
    58 EXPORTUNFROZEN
       
    59 
       
    60 // End of file