printingsupport/printinguisupport/tef/TPrintTestServer.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET      tprinttestserver.exe
       
    19 TARGETTYPE  exe
       
    20 UID         0x1000007A 0x10207f68
       
    21 VENDORID 	0x70000001
       
    22 CAPABILITY 	All -Tcb
       
    23 
       
    24 SOURCEPATH  .
       
    25 SOURCE		TPrintTestServer.cpp 
       
    26 SOURCE		T_FprStep.CPP T_StreamStep.CPP
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE 
       
    29 USERINCLUDE		../tef
       
    30 
       
    31 LIBRARY     euser.lib  efsrv.lib gdi.lib fbscli.lib etext.lib pdrprt.lib print.lib estor.lib
       
    32 LIBRARY	    testexecuteutils.lib bafl.lib
       
    33 LIBRARY		testexecutelogclient.lib
       
    34 LIBRARY		appfwk_test_appui.lib
       
    35 
       
    36 #if !defined(WINS)
       
    37 library c32.lib
       
    38 #endif
       
    39 
       
    40 #if defined(WINSCW)
       
    41 DEFFILE ../bwins/TPRINTTESTSERVER.DEF
       
    42 #else
       
    43 DEFFILE ../eabi/TPRINTTESTSERVER.def
       
    44 #endif
       
    45 
       
    46 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    47 EPOCSTACKSIZE	0x6000
       
    48 
       
    49 SMPSAFE