os/graphics/windowing/windowserver/group/wserv.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 
    28 #if defined(SYMBIAN_GRAPHICS_USE_OPENWF) && !defined(SYMBIAN_GRAPHICS_USE_OPENWF_MIGRATION)
    29 REM Pure OpenWF implementation, so skipping proprietary compositor
    30 #else
    31 #include <gce.iby>
    32 #endif
    33 
    34 #include <wserv_std_plugins.iby>
    35 //wserv calls eglReleaseThread() on exit
    36 #include <egl.iby>
    37 
    38 #include <graphics_adaptation.hby>
    39 #if defined(INCLUDE_GRAPHICSRESOURCEADAPTER)
    40 #	include <graphicsresource.iby>
    41 	file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper.dll	System\Libs\graphicsresourcewrapper.dll 
    42 #else
    43 	file=ABI_DIR\BUILD_DIR\graphicsresourcewrapper_stub.dll	System\Libs\graphicsresourcewrapper.dll 
    44 #endif
    45 
    46 #else
    47 file=ABI_DIR\BUILD_DIR\wserv_nonnga.exe 		System\Libs\EwSrv.exe
    48 file=ABI_DIR\BUILD_DIR\ws32_nonnga.dll 			System\Libs\Ws32.dll
    49 file=ABI_DIR\BUILD_DIR\remotegc_nonnga.dll		System\Libs\remotegc.dll 
    50 file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nonnga.dll	System\Libs\WsGraphicDrawer.dll 
    51 
    52 #ifdef _DEBUG
    53 ECOM_PLUGIN_UDEB(2001B70B.dll,2001B70B.rsc)
    54 #else
    55 ECOM_PLUGIN(2001B70B.dll,2001B70B.rsc)
    56 #endif
    57 
    58 #endif
    59 file=ABI_DIR\BUILD_DIR\w32stdgraphic.dll	System\Libs\W32StdGraphic.dll
    60 
    61 #ifdef _DEBUG
    62 ECOM_PLUGIN_UDEB(10281922.dll,10281922.rsc)
    63 #else
    64 ECOM_PLUGIN(10281922.dll,10281922.rsc)
    65 #endif
    66 
    67 
    68 
    69 #endif