os/graphics/windowing/windowserver/group/wsgraphicdrawer_nonnga.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifdef WINS
    17 	#ifdef SYMBIAN_BUILD_GCE
    18 	//when GCE switchable builds are enabled, this non-GCE (classic) unit is explicitly named in the emulator
    19 	TARGET            wsgraphicdrawer_nonnga.dll
    20 	#else
    21 	TARGET            wsgraphicdrawer.dll
    22 	#endif
    23 #else
    24 TARGET            wsgraphicdrawer_nonnga.dll
    25 #endif	
    26 
    27 CAPABILITY		All -Tcb
    28 TARGETTYPE		dll
    29 NOEXPORTLIBRARY
    30 UID				0x1000008D 0x10281920
    31 VENDORID		0x70000001
    32 
    33 DEFFILE			GRAPHICDRAWER.DEF
    34 
    35 SOURCEPATH		../nonnga/graphicdrawer
    36 
    37 SOURCE			graphicdrawer.cpp
    38 SOURCE			graphicdrawerarray.cpp
    39 SOURCE			graphicdrawerfactory.cpp
    40 SOURCE			graphicdrawerenvironment.cpp
    41 SOURCE			graphicmsgbuf.cpp
    42 SOURCE			wsplugin.cpp
    43 SOURCE          wsrenderstage.cpp
    44 
    45 USERINCLUDE		../inc
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN 
    47 
    48 LIBRARY			euser.lib ecom.lib
    49 LIBRARY			bitgdi.lib estor.lib
    50 UNPAGED
    51 
    52 
    53 SMPSAFE