// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).// All rights reserved.// This component and the accompanying materials are made available// under the terms of "Eclipse Public License v1.0"// which accompanies this distribution, and is available// at the URL "http://www.eclipse.org/legal/epl-v10.html".//// Initial Contributors:// Nokia Corporation - initial contribution.//// Contributors://// Description://#ifdef WINS #ifdef SYMBIAN_BUILD_GCE //when GCE switchable builds are enabled, this non-GCE (classic) unit is explicitly named in the emulator TARGET remotegc_nonnga.dll #else TARGET remotegc.dll #endif#elseTARGET remotegc_nonnga.dll#endif TARGETTYPE DLLNOEXPORTLIBRARYUID 0x1000008D 0x101F6555VENDORID 0x70000011CAPABILITY All -TcbSOURCEPATH ../nonnga/remotegcUSERINCLUDE .USERINCLUDE ../incOS_LAYER_SYSTEMINCLUDE_SYMBIANDEFFILE RemoteGc.DEFSOURCE RemoteGc.cppSOURCE CommandBuffer.cppSOURCE DrawSection.cppSOURCE CacheBase.cppSOURCE BitmapCache.cppSOURCE FontsCache.cppLIBRARY euser.libLIBRARY ws32.libLIBRARY estor.libLIBRARY gdi.libLIBRARY fbscli.libLIBRARY wsgraphicdrawer.lib SMPSAFE