windowing/windowserver/group/remotegc_nonnga.mmp
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2006-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            remotegc_nonnga.dll
       
    20 	#else
       
    21 	TARGET            remotegc.dll
       
    22 	#endif
       
    23 #else
       
    24 TARGET            remotegc_nonnga.dll
       
    25 #endif	
       
    26 
       
    27 TARGETTYPE	DLL
       
    28 NOEXPORTLIBRARY
       
    29 UID			0x1000008D 0x101F6555
       
    30 VENDORID	0x70000011
       
    31 
       
    32 CAPABILITY	All -Tcb
       
    33 
       
    34 SOURCEPATH  ../nonnga/remotegc
       
    35 USERINCLUDE	.
       
    36 USERINCLUDE	../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 DEFFILE     RemoteGc.DEF
       
    41 
       
    42 SOURCE		RemoteGc.cpp
       
    43 SOURCE		CommandBuffer.cpp
       
    44 SOURCE		DrawSection.cpp
       
    45 SOURCE		CacheBase.cpp
       
    46 SOURCE		BitmapCache.cpp
       
    47 SOURCE		FontsCache.cpp
       
    48 
       
    49 LIBRARY		euser.lib
       
    50 LIBRARY		ws32.lib
       
    51 LIBRARY		estor.lib
       
    52 LIBRARY		gdi.lib
       
    53 LIBRARY		fbscli.lib
       
    54 LIBRARY		wsgraphicdrawer.lib 
       
    55 
       
    56 
       
    57 SMPSAFE