|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 #ifndef __WSERV_IBY__ |
|
18 #define __WSERV_IBY__ |
|
19 |
|
20 REM Window Server - defaults to exporting the non-GCE based build |
|
21 |
|
22 #ifdef SYMBIAN_GRAPHICS_USE_GCE |
|
23 file=ABI_DIR\BUILD_DIR\wserv_nga.exe System\Libs\EwSrv.exe |
|
24 file=ABI_DIR\BUILD_DIR\ws32_nga.dll System\Libs\Ws32.dll |
|
25 file=ABI_DIR\BUILD_DIR\remotegc_nga.dll System\Libs\remotegc.dll |
|
26 file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nga.dll System\Libs\WsGraphicDrawer.dll |
|
27 #include <gce.iby> |
|
28 #include <wserv_std_plugins.iby> |
|
29 //wserv calls eglReleaseThread() on exit |
|
30 #include <egl.iby> |
|
31 |
|
32 #include <graphics_adaptation.hby> |
|
33 #if defined(INCLUDE_GRAPHICSRESOURCEADAPTER) |
|
34 # include <graphicsresource.iby> |
|
35 file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper.dll System\Libs\graphicsresourcewrapper.dll |
|
36 #else |
|
37 file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper_stub.dll System\Libs\graphicsresourcewrapper.dll |
|
38 #endif |
|
39 |
|
40 #else |
|
41 file=ABI_DIR\BUILD_DIR\wserv_nonnga.exe System\Libs\EwSrv.exe |
|
42 file=ABI_DIR\BUILD_DIR\ws32_nonnga.dll System\Libs\Ws32.dll |
|
43 file=ABI_DIR\BUILD_DIR\remotegc_nonnga.dll System\Libs\remotegc.dll |
|
44 file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nonnga.dll System\Libs\WsGraphicDrawer.dll |
|
45 |
|
46 #ifdef _DEBUG |
|
47 ECOM_PLUGIN_UDEB(2001B70B.dll,2001B70B.rsc) |
|
48 #else |
|
49 ECOM_PLUGIN(2001B70B.dll,2001B70B.rsc) |
|
50 #endif |
|
51 |
|
52 #endif |
|
53 file=ABI_DIR\BUILD_DIR\w32stdgraphic.dll System\Libs\W32StdGraphic.dll |
|
54 |
|
55 #ifdef _DEBUG |
|
56 ECOM_PLUGIN_UDEB(10281922.dll,10281922.rsc) |
|
57 #else |
|
58 ECOM_PLUGIN(10281922.dll,10281922.rsc) |
|
59 #endif |
|
60 |
|
61 |
|
62 |
|
63 #endif |