os/graphics/windowing/windowserver/group/wserv.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/windowing/windowserver/group/wserv.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,69 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +#ifndef __WSERV_IBY__
    1.21 +#define __WSERV_IBY__
    1.22 +
    1.23 +REM Window Server - defaults to exporting the non-GCE based build
    1.24 +
    1.25 +#ifdef SYMBIAN_GRAPHICS_USE_GCE
    1.26 +file=ABI_DIR\BUILD_DIR\wserv_nga.exe 	System\Libs\EwSrv.exe
    1.27 +file=ABI_DIR\BUILD_DIR\ws32_nga.dll 	System\Libs\Ws32.dll
    1.28 +file=ABI_DIR\BUILD_DIR\remotegc_nga.dll	System\Libs\remotegc.dll 
    1.29 +file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nga.dll	System\Libs\WsGraphicDrawer.dll
    1.30 +
    1.31 +#if defined(SYMBIAN_GRAPHICS_USE_OPENWF) && !defined(SYMBIAN_GRAPHICS_USE_OPENWF_MIGRATION)
    1.32 +REM Pure OpenWF implementation, so skipping proprietary compositor
    1.33 +#else
    1.34 +#include <gce.iby>
    1.35 +#endif
    1.36 +
    1.37 +#include <wserv_std_plugins.iby>
    1.38 +//wserv calls eglReleaseThread() on exit
    1.39 +#include <egl.iby>
    1.40 +
    1.41 +#include <graphics_adaptation.hby>
    1.42 +#if defined(INCLUDE_GRAPHICSRESOURCEADAPTER)
    1.43 +#	include <graphicsresource.iby>
    1.44 +	file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper.dll	System\Libs\graphicsresourcewrapper.dll 
    1.45 +#else
    1.46 +	file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper_stub.dll	System\Libs\graphicsresourcewrapper.dll 
    1.47 +#endif
    1.48 +
    1.49 +#else
    1.50 +file=ABI_DIR\BUILD_DIR\wserv_nonnga.exe 		System\Libs\EwSrv.exe
    1.51 +file=ABI_DIR\BUILD_DIR\ws32_nonnga.dll 			System\Libs\Ws32.dll
    1.52 +file=ABI_DIR\BUILD_DIR\remotegc_nonnga.dll		System\Libs\remotegc.dll 
    1.53 +file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nonnga.dll	System\Libs\WsGraphicDrawer.dll 
    1.54 +
    1.55 +#ifdef _DEBUG
    1.56 +ECOM_PLUGIN_UDEB(2001B70B.dll,2001B70B.rsc)
    1.57 +#else
    1.58 +ECOM_PLUGIN(2001B70B.dll,2001B70B.rsc)
    1.59 +#endif
    1.60 +
    1.61 +#endif
    1.62 +file=ABI_DIR\BUILD_DIR\w32stdgraphic.dll	System\Libs\W32StdGraphic.dll
    1.63 +
    1.64 +#ifdef _DEBUG
    1.65 +ECOM_PLUGIN_UDEB(10281922.dll,10281922.rsc)
    1.66 +#else
    1.67 +ECOM_PLUGIN(10281922.dll,10281922.rsc)
    1.68 +#endif
    1.69 +
    1.70 +
    1.71 +
    1.72 +#endif