|
1 // Copyright (c) 1998-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 // wserv.exe Window server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #ifdef WINS |
|
23 #ifdef SYMBIAN_BUILD_GCE |
|
24 //when GCE switchable builds are enabled, this non-GCE (classic) unit is explicitly named in the emulator |
|
25 TARGET wserv_nonnga.exe |
|
26 #else |
|
27 TARGET wserv.exe |
|
28 #endif |
|
29 #else |
|
30 TARGET wserv_nonnga.exe |
|
31 #endif |
|
32 |
|
33 TARGETTYPE exe |
|
34 |
|
35 EPOCSTACKSIZE 0x4000 |
|
36 // 3Mb max heap for Winscw builds (default 1Mb used for target builds) |
|
37 #ifdef WINS |
|
38 EPOCHEAPSIZE 0x00010000 0x00300000 |
|
39 #endif |
|
40 EPOCFIXEDPROCESS |
|
41 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ |
|
42 |
|
43 SOURCEPATH ../nonnga/SERVER |
|
44 |
|
45 SOURCE ANIMDLL.CPP |
|
46 SOURCE BITMAP.CPP |
|
47 SOURCE backedupwindow.cpp |
|
48 SOURCE CAPKEY.CPP |
|
49 SOURCE CLIENT.CPP |
|
50 SOURCE cliwin.cpp |
|
51 SOURCE debugbar.cpp |
|
52 SOURCE Direct.CPP |
|
53 SOURCE EVENT.CPP |
|
54 SOURCE EVQUEUE.CPP |
|
55 SOURCE gc.cpp |
|
56 SOURCE GRAPHICDRAWER.CPP |
|
57 SOURCE GROUPWIN.CPP |
|
58 SOURCE INIFILE.CPP |
|
59 SOURCE KEYBEMUL.CPP |
|
60 SOURCE KEYCLICK.CPP |
|
61 SOURCE OBJECT.CPP |
|
62 SOURCE offscreenbitmap.cpp |
|
63 SOURCE PASSWORD.CPP |
|
64 SOURCE playbackgc.cpp |
|
65 SOURCE POINTER.CPP |
|
66 SOURCE PRIKEY.CPP |
|
67 SOURCE redrawmsgwindow.cpp |
|
68 SOURCE REDRAWQ.CPP |
|
69 SOURCE ROOTWIN.CPP |
|
70 SOURCE scrdev.cpp |
|
71 SOURCE screen.cpp |
|
72 SOURCE ScreenRedraw.cpp |
|
73 SOURCE SERVER.CPP |
|
74 SOURCE SPRITE.CPP |
|
75 SOURCE TCURSOR.CPP |
|
76 SOURCE UTILS.CPP |
|
77 SOURCE walkwindowtree.cpp |
|
78 SOURCE WINBASE.CPP |
|
79 SOURCE WINDOW.CPP |
|
80 SOURCE wnredraw.cpp |
|
81 SOURCE WSANIMGC.CPP |
|
82 SOURCE wsfont.cpp |
|
83 SOURCE WsMemMgr.cpp |
|
84 SOURCE WSOBJIX.CPP |
|
85 SOURCE wspluginmanager.cpp |
|
86 SOURCE WSTOP.CPP |
|
87 SOURCE wstypes.cpp |
|
88 USERINCLUDE ../nonnga/SERVER ../SERVER ../inc |
|
89 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
90 |
|
91 LIBRARY bitgdi.lib |
|
92 LIBRARY ecom.lib |
|
93 LIBRARY efsrv.lib |
|
94 LIBRARY ektran.lib |
|
95 LIBRARY estor.lib |
|
96 LIBRARY euser.lib |
|
97 LIBRARY fbscli.lib |
|
98 LIBRARY gdi.lib |
|
99 LIBRARY hal.lib |
|
100 LIBRARY wsgraphicdrawer.lib |
|
101 |
|
102 #ifdef WINS |
|
103 LIBRARY osbwin32.lib |
|
104 #endif |
|
105 |
|
106 START WINS |
|
107 BASEADDRESS 0x48800000 |
|
108 END |
|
109 |
|
110 UID 268435596 268450592 |
|
111 VENDORID 0x70000001 |
|
112 UNPAGED |
|
113 |
|
114 //MACRO USE_WS_PERFORMANCE_TRACING |
|
115 |
|
116 SMPSAFE |