/** Copyright (c) 2002 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: * Project definition file**/MACRO PRECACHE2 _NGATESTING//Enable this macro only when you want to generate list of icons that need precaching//MACRO PRECACHELOG//#define PRECACHELOG/** #__NVG */MACRO __NVG#define __NVG #include <data_caging_paths.hrh>#include <platform_paths.hrh>TARGET AknIcon.dllTARGETTYPE DLLUID 0x1000008D 0x1020735ACAPABILITY CAP_GENERAL_DLLVENDORID VID_DEFAULTUSERINCLUDE ../inc ../srvinc// This is a SYSTEMINCLUDE macro containing the middleware// layer specific include directoriesMW_LAYER_SYSTEMINCLUDESYSTEMINCLUDE /epoc32/include/platform/mwSOURCEPATH ../srcSOURCE AknBitmap.cppSOURCE AknIconManager.cppSOURCE AknSourceBitmapIconManager.cppSOURCE AknFileProviderIconManager.cppSOURCE AknIconFormatHandlerFactory.cppSOURCE AknIconFormatHandler.cppSOURCE AknIconLocationInfo.cppSOURCE akniconconfig.cpp#ifdef __SVGTSOURCE AknSvgFormatHandler.cpp#endif // __SVGT#ifdef __NVGSOURCE AknNvgFormatHandler.cpp#endif // __NVGSOURCE AknIconLoader.cppSOURCE AknIconUtils.cppSOURCE AknNGAFormatHandler.cppSOURCEPATH ../srvsrcLANG SCSOURCE AknIconSrvClient.cppSOURCE AknIconSrvTlsData.cppSOURCE AknIconSrvSession.cppSOURCE AknIconSrv.cppSOURCE AknIconSrvScheduler.cppSOURCE AknIconSrvIconItem.cppSOURCE AknIconSrvCache.cppSOURCE AknIconSrvDebug.cppSOURCE AknIconDataItem.cppSOURCE AknIconDataPreserver.cppSOURCE AknIconSrvUtils.cppSOURCE AknIconFileNameItem.cppSOURCE AknIconFileNameCache.cppSOURCE AknIconSrvPrecacher.cppSTART RESOURCE AknIconSrv.rssHEADERTARGETPATH RESOURCE_FILES_DIRENDLIBRARY euser.libLIBRARY fbscli.libLIBRARY efsrv.libLIBRARY gdi.libLIBRARY bafl.lib#ifdef __SVGTLIBRARY SvgEngine.lib#endif // __SVGT#ifdef __NVGLIBRARY NVGDecoder.lib#endif // __NVGLIBRARY AknSkinSrv.libLIBRARY bitgdi.libLIBRARY CdlEngine.libLIBRARY centralrepository.libLIBRARY flogger.lib#ifdef PRECACHELOGLIBRARY flogger.lib#endif// End of file.