photosgallery/slideshow/engine/tsrc/group/t_cshwsettingsmodel.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_cshwsettingsmodel.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 // test code
       
    30 SOURCEPATH              ../t_cshwsettingsmodel
       
    31 SOURCE                  t_cshwsettingsmodel.cpp
       
    32 SOURCE                  t_cshwsettingsmodeldllmain.cpp
       
    33 SOURCEPATH              ../../coresrc
       
    34 SOURCE                  shwsettingsmodel.cpp
       
    35 
       
    36 
       
    37 // code under test
       
    38 USERINCLUDE             ../../inc
       
    39 USERINCLUDE             ../../../utils
       
    40 USERINCLUDE             ../../../group	// for shwbuildvariant.hrh
       
    41 
       
    42 // test code
       
    43 USERINCLUDE             ../t_cshwsettingsmodel
       
    44 
       
    45 
       
    46 // System include folders required by the tested code
       
    47 SYSTEMINCLUDE           ../../../../inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY                 EUnit.lib
       
    52 LIBRARY                 euser.lib
       
    53 // For central repository
       
    54 LIBRARY 				centralrepository.lib 
       
    55 
       
    56 // allow static data
       
    57 #ifndef WINSCW
       
    58 EPOCALLOWDLLDATA
       
    59 #endif
       
    60 
       
    61 // no need to export test DLLs
       
    62 EXPORTUNFROZEN
       
    63 
       
    64 // End of file