graphicsdeviceinterface/screendriver/group/TScdvServer.mmp
branchRCL_3
changeset 163 bbf46f59e123
parent 109 7f6e7753e018
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    59 library		estlib.lib
    59 library		estlib.lib
    60 library		gdi.lib
    60 library		gdi.lib
    61 library     lookuptable.lib
    61 library     lookuptable.lib
    62 library		fbscli.lib
    62 library		fbscli.lib
    63 library		ws32.lib
    63 library		ws32.lib
    64 library		bitgdi.lib
       
    65  
    64  
    66 LIBRARY	    	testexecuteutils.lib tgraphicsharness.lib
    65 LIBRARY	    	testexecuteutils.lib tgraphicsharness.lib
    67 LIBRARY	    	testexecutelogclient.lib
    66 LIBRARY	    	testexecutelogclient.lib
    68 
    67 
    69 #if !defined(WINS)
    68 #if defined (WINS)
    70 LIBRARY  viewsrv.lib
       
    71 #else
       
    72 START WINS
    69 START WINS
    73 win32_library       gdi32.lib
    70 win32_library       gdi32.lib
    74 win32_library       user32.lib
    71 win32_library       user32.lib
    75 win32_library       kernel32.lib
    72 win32_library       kernel32.lib
    76 END
    73 END
    77 #endif
    74 #endif
    78 
    75 
    79 
       
    80 // We're quite heavy on the stack... 4k in WinS isn't enough...
    76 // We're quite heavy on the stack... 4k in WinS isn't enough...
    81 EPOCSTACKSIZE	0x6000
    77 EPOCSTACKSIZE	0x6000
    82 EPOCHEAPSIZE	0x1000	0x400000
    78 EPOCHEAPSIZE	0x1000	0x400000
    83 
    79 
    84 SMPSAFE
    80 SMPSAFE