engine/group/engine.mmp
author Lars Persson <lars.persson@embeddev.se>
Wed, 31 Mar 2010 16:06:20 +0200
changeset 61 8d36b7608232
parent 58 87cb33beeae2
child 63 a8538f50e2ba
permissions -rw-r--r--
Further updates to podcatchers handling of cached icons. Now cache the uid of icon in feedview and reuse if already cloned. Only one icon loaded anyway.

/*
 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
 *
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "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:
 * EmbedDev AB - initial contribution.
 *
 * Contributors:
 *
 * Description:
 *
 */
 
#ifdef SQLITE_INCLUDED
// must build a .lib since sqlite uses "initialized writable data"
TARGET podcastengine.lib
TARGETTYPE LIB
#else
TARGET podcastengine.dll
TARGETTYPE DLL
UID             0x1000008d 0xA11F867F
#endif

SOURCEPATH ..\src
USERINCLUDE ..\inc
SYSTEMINCLUDE \epoc32\include 
SYSTEMINCLUDE \epoc32\include\mw 		// needed for S^3

// Engine
SOURCE			HttpClient.cpp
SOURCE			HttpEventHandler.cpp 
SOURCE			FeedParser.cpp 
SOURCE			FeedEngine.cpp 
SOURCE			ShowInfo.cpp
SOURCE			SoundEngine.cpp
SOURCE			FeedInfo.cpp
SOURCE			FeedTimer.cpp
SOURCE			ShowEngine.cpp
SOURCE			SettingsEngine.cpp
SOURCE			MetaDataReader.cpp 
SOURCE			OpmlParser.cpp 
SOURCE			PodcastUtils.cpp
SOURCE			PodCastModel.cpp  
SOURCE			ImageHandler.cpp
SOURCE 			ConnectionEngine.cpp
CAPABILITY NetworkServices UserEnvironment

#ifndef SQLITE_INCLUDED
LIBRARY	sqlite3.lib
#endif

LIBRARY	euser.lib 
LIBRARY	bafl.lib
LIBRARY	efsrv.lib
LIBRARY	mediaclientaudio.lib
LIBRARY	inetprotutil.lib
LIBRARY	charconv.lib
LIBRARY	xmlframework.lib
LIBRARY	http.lib 
LIBRARY	flogger.lib
LIBRARY	ezlib.lib
LIBRARY	estor.lib 
LIBRARY	commdb.lib
LIBRARY esock.lib
LIBRARY mmfcontrollerframework.lib 
LIBRARY apgrfx.lib
LIBRARY cone.lib
LIBRARY apmime.lib 
LIBRARY cmmanager.lib
LIBRARY fbscli.lib
LIBRARY imageconversion.lib 
LIBRARY bitmaptransforms.lib 
LIBRARY eikcore.lib 
//staticlibrary sqlite_podcatcher.lib