sl@0: // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // wserv.exe Window server sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: #ifdef WINS sl@0: #ifdef SYMBIAN_BUILD_GCE sl@0: //when GCE switchable builds are enabled, this non-GCE (classic) unit is explicitly named in the emulator sl@0: TARGET wserv_nonnga.exe sl@0: #else sl@0: TARGET wserv.exe sl@0: #endif sl@0: #else sl@0: TARGET wserv_nonnga.exe sl@0: #endif sl@0: sl@0: TARGETTYPE exe sl@0: sl@0: EPOCSTACKSIZE 0x4000 sl@0: // 3Mb max heap for Winscw builds (default 1Mb used for target builds) sl@0: #ifdef WINS sl@0: EPOCHEAPSIZE 0x00010000 0x00300000 sl@0: #endif sl@0: EPOCFIXEDPROCESS sl@0: CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ sl@0: sl@0: SOURCEPATH ../../nonnga/SERVER sl@0: sl@0: SOURCE ANIMDLL.CPP sl@0: SOURCE BITMAP.CPP sl@0: SOURCE backedupwindow.cpp sl@0: SOURCE CAPKEY.CPP sl@0: SOURCE CLIENT.CPP sl@0: SOURCE cliwin.cpp sl@0: SOURCE debugbar.cpp sl@0: SOURCE Direct.CPP sl@0: SOURCE EVENT.CPP sl@0: SOURCE EVQUEUE.CPP sl@0: SOURCE gc.cpp sl@0: SOURCE GRAPHICDRAWER.CPP sl@0: SOURCE GROUPWIN.CPP sl@0: SOURCE INIFILE.CPP sl@0: SOURCE KEYBEMUL.CPP sl@0: SOURCE KEYCLICK.CPP sl@0: SOURCE OBJECT.CPP sl@0: SOURCE offscreenbitmap.cpp sl@0: SOURCE PASSWORD.CPP sl@0: SOURCE playbackgc.cpp sl@0: SOURCE POINTER.CPP sl@0: SOURCE PRIKEY.CPP sl@0: SOURCE redrawmsgwindow.cpp sl@0: SOURCE REDRAWQ.CPP sl@0: SOURCE ROOTWIN.CPP sl@0: SOURCE scrdev.cpp sl@0: SOURCE screen.cpp sl@0: SOURCE ScreenRedraw.cpp sl@0: SOURCE SERVER.CPP sl@0: SOURCE SPRITE.CPP sl@0: SOURCE TCURSOR.CPP sl@0: SOURCE UTILS.CPP sl@0: SOURCE walkwindowtree.cpp sl@0: SOURCE WINBASE.CPP sl@0: SOURCE WINDOW.CPP sl@0: SOURCE wnredraw.cpp sl@0: SOURCE WSANIMGC.CPP sl@0: SOURCE wsfont.cpp sl@0: SOURCE WsMemMgr.cpp sl@0: SOURCE WSOBJIX.CPP sl@0: SOURCE wspluginmanager.cpp sl@0: SOURCE WSTOP.CPP sl@0: SOURCE wstypes.cpp sl@0: USERINCLUDE ../../nonnga/SERVER ../../SERVER/openwfc ../../SERVER ../../inc/openwfc ../../inc sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: LIBRARY bitgdi.lib sl@0: LIBRARY ecom.lib sl@0: LIBRARY efsrv.lib sl@0: LIBRARY ektran.lib sl@0: LIBRARY estor.lib sl@0: LIBRARY euser.lib sl@0: LIBRARY fbscli.lib sl@0: LIBRARY gdi.lib sl@0: LIBRARY hal.lib sl@0: LIBRARY wsgraphicdrawer.lib sl@0: sl@0: #ifdef WINS sl@0: LIBRARY osbwin32.lib sl@0: #endif sl@0: sl@0: START WINS sl@0: BASEADDRESS 0x48800000 sl@0: END sl@0: sl@0: UID 268435596 268450592 sl@0: VENDORID 0x70000001 sl@0: UNPAGED sl@0: sl@0: //MACRO USE_WS_PERFORMANCE_TRACING sl@0: sl@0: SMPSAFE