os/graphics/windowing/windowserver/group/w32_nonnga.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1998-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 // ws32.dll Window server client-side library
    15 // Originally generated by script April 1998
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21 */
    22 
    23 #ifdef WINS
    24 	#ifdef SYMBIAN_BUILD_GCE
    25 	//when GCE switchable builds are enabled, this non-GCE (classic) unit is explicitly named in the emulator
    26 TARGET			ws32_nonnga.dll
    27 	#else
    28 TARGET			ws32.dll
    29 	#endif
    30 #else
    31 TARGET			ws32_nonnga.dll
    32 #endif
    33 
    34 CAPABILITY All -Tcb
    35 TARGETTYPE		dll
    36 NOEXPORTLIBRARY
    37 
    38 SOURCEPATH		../nonnga/CLIENT
    39 
    40 SOURCE			MWSCLI.CPP RANIM.CPP RBITMAP.CPP RBUFFER.CPP 
    41 SOURCE			RCLICK.CPP RDirect.CPP RGC.CPP RSCRDEV.CPP
    42 SOURCE			RSPRITE.CPP RWINDOW.CPP RWS.CPP
    43 SOURCE			w32comm.cpp WSGRAPHIC.CPP
    44 SOURCE			advancedpointerevent.cpp scrdevextension.cpp
    45 
    46 USERINCLUDE		../inc
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    48 
    49 LIBRARY			euser.lib fbscli.lib gdi.lib bitgdi.lib estor.lib
    50 
    51 deffile			WS322.DEF
    52 
    53 
    54 START WINS
    55 BASEADDRESS		0x48900000
    56 END
    57 
    58 UID				268435597 268450593
    59 VENDORID 0x70000001
    60 UNPAGED
    61 
    62 
    63 SMPSAFE