sl@0: /* sl@0: * Copyright (c) 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: * sl@0: */ sl@0: #ifndef __WSERV_IBY__ sl@0: #define __WSERV_IBY__ sl@0: sl@0: REM Window Server - defaults to exporting the non-GCE based build sl@0: sl@0: #ifdef SYMBIAN_GRAPHICS_USE_GCE sl@0: file=ABI_DIR\BUILD_DIR\wserv_nga.exe System\Libs\EwSrv.exe sl@0: file=ABI_DIR\BUILD_DIR\ws32_nga.dll System\Libs\Ws32.dll sl@0: file=ABI_DIR\BUILD_DIR\remotegc_nga.dll System\Libs\remotegc.dll sl@0: file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nga.dll System\Libs\WsGraphicDrawer.dll sl@0: sl@0: #if defined(SYMBIAN_GRAPHICS_USE_OPENWF) && !defined(SYMBIAN_GRAPHICS_USE_OPENWF_MIGRATION) sl@0: REM Pure OpenWF implementation, so skipping proprietary compositor sl@0: #else sl@0: #include sl@0: #endif sl@0: sl@0: #include sl@0: //wserv calls eglReleaseThread() on exit sl@0: #include sl@0: sl@0: #include sl@0: #if defined(INCLUDE_GRAPHICSRESOURCEADAPTER) sl@0: # include sl@0: file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper.dll System\Libs\graphicsresourcewrapper.dll sl@0: #else sl@0: file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper_stub.dll System\Libs\graphicsresourcewrapper.dll sl@0: #endif sl@0: sl@0: #else sl@0: file=ABI_DIR\BUILD_DIR\wserv_nonnga.exe System\Libs\EwSrv.exe sl@0: file=ABI_DIR\BUILD_DIR\ws32_nonnga.dll System\Libs\Ws32.dll sl@0: file=ABI_DIR\BUILD_DIR\remotegc_nonnga.dll System\Libs\remotegc.dll sl@0: file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nonnga.dll System\Libs\WsGraphicDrawer.dll sl@0: sl@0: #ifdef _DEBUG sl@0: ECOM_PLUGIN_UDEB(2001B70B.dll,2001B70B.rsc) sl@0: #else sl@0: ECOM_PLUGIN(2001B70B.dll,2001B70B.rsc) sl@0: #endif sl@0: sl@0: #endif sl@0: file=ABI_DIR\BUILD_DIR\w32stdgraphic.dll System\Libs\W32StdGraphic.dll sl@0: sl@0: #ifdef _DEBUG sl@0: ECOM_PLUGIN_UDEB(10281922.dll,10281922.rsc) sl@0: #else sl@0: ECOM_PLUGIN(10281922.dll,10281922.rsc) sl@0: #endif sl@0: sl@0: sl@0: sl@0: #endif