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