1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/group/wserv_nonnga.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,116 @@
1.4 +// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// wserv.exe Window server
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +#ifdef WINS
1.26 + #ifdef SYMBIAN_BUILD_GCE
1.27 + //when GCE switchable builds are enabled, this non-GCE (classic) unit is explicitly named in the emulator
1.28 + TARGET wserv_nonnga.exe
1.29 + #else
1.30 + TARGET wserv.exe
1.31 + #endif
1.32 +#else
1.33 +TARGET wserv_nonnga.exe
1.34 +#endif
1.35 +
1.36 +TARGETTYPE exe
1.37 +
1.38 +EPOCSTACKSIZE 0x4000
1.39 +// 3Mb max heap for Winscw builds (default 1Mb used for target builds)
1.40 +#ifdef WINS
1.41 +EPOCHEAPSIZE 0x00010000 0x00300000
1.42 +#endif
1.43 +EPOCFIXEDPROCESS
1.44 +CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ
1.45 +
1.46 +SOURCEPATH ../nonnga/SERVER
1.47 +
1.48 +SOURCE ANIMDLL.CPP
1.49 +SOURCE BITMAP.CPP
1.50 +SOURCE backedupwindow.cpp
1.51 +SOURCE CAPKEY.CPP
1.52 +SOURCE CLIENT.CPP
1.53 +SOURCE cliwin.cpp
1.54 +SOURCE debugbar.cpp
1.55 +SOURCE Direct.CPP
1.56 +SOURCE EVENT.CPP
1.57 +SOURCE EVQUEUE.CPP
1.58 +SOURCE gc.cpp
1.59 +SOURCE GRAPHICDRAWER.CPP
1.60 +SOURCE GROUPWIN.CPP
1.61 +SOURCE INIFILE.CPP
1.62 +SOURCE KEYBEMUL.CPP
1.63 +SOURCE KEYCLICK.CPP
1.64 +SOURCE OBJECT.CPP
1.65 +SOURCE offscreenbitmap.cpp
1.66 +SOURCE PASSWORD.CPP
1.67 +SOURCE playbackgc.cpp
1.68 +SOURCE POINTER.CPP
1.69 +SOURCE PRIKEY.CPP
1.70 +SOURCE redrawmsgwindow.cpp
1.71 +SOURCE REDRAWQ.CPP
1.72 +SOURCE ROOTWIN.CPP
1.73 +SOURCE scrdev.cpp
1.74 +SOURCE screen.cpp
1.75 +SOURCE ScreenRedraw.cpp
1.76 +SOURCE SERVER.CPP
1.77 +SOURCE SPRITE.CPP
1.78 +SOURCE TCURSOR.CPP
1.79 +SOURCE UTILS.CPP
1.80 +SOURCE walkwindowtree.cpp
1.81 +SOURCE WINBASE.CPP
1.82 +SOURCE WINDOW.CPP
1.83 +SOURCE wnredraw.cpp
1.84 +SOURCE WSANIMGC.CPP
1.85 +SOURCE wsfont.cpp
1.86 +SOURCE WsMemMgr.cpp
1.87 +SOURCE WSOBJIX.CPP
1.88 +SOURCE wspluginmanager.cpp
1.89 +SOURCE WSTOP.CPP
1.90 +SOURCE wstypes.cpp
1.91 +USERINCLUDE ../nonnga/SERVER ../SERVER ../inc
1.92 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.93 +
1.94 +LIBRARY bitgdi.lib
1.95 +LIBRARY ecom.lib
1.96 +LIBRARY efsrv.lib
1.97 +LIBRARY ektran.lib
1.98 +LIBRARY estor.lib
1.99 +LIBRARY euser.lib
1.100 +LIBRARY fbscli.lib
1.101 +LIBRARY gdi.lib
1.102 +LIBRARY hal.lib
1.103 +LIBRARY wsgraphicdrawer.lib
1.104 +
1.105 +#ifdef WINS
1.106 +LIBRARY osbwin32.lib
1.107 +#endif
1.108 +
1.109 +START WINS
1.110 +BASEADDRESS 0x48800000
1.111 +END
1.112 +
1.113 +UID 268435596 268450592
1.114 +VENDORID 0x70000001
1.115 +UNPAGED
1.116 +
1.117 +//MACRO USE_WS_PERFORMANCE_TRACING
1.118 +
1.119 +SMPSAFE