2
|
1 |
/*
|
|
2 |
* Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
|
|
3 |
*
|
|
4 |
* All rights reserved.
|
|
5 |
* This component and the accompanying materials are made available
|
|
6 |
* under the terms of the License "Eclipse Public License v1.0"
|
|
7 |
* which accompanies this distribution, and is available
|
|
8 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
9 |
*
|
|
10 |
* Initial Contributors:
|
|
11 |
* EmbedDev AB - initial contribution.
|
|
12 |
*
|
|
13 |
* Contributors:
|
|
14 |
*
|
|
15 |
* Description:
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
#ifdef SQLITE_INCLUDED
|
|
20 |
// must build a .lib since sqlite uses "initialized writable data"
|
|
21 |
TARGET podcastengine.lib
|
|
22 |
TARGETTYPE LIB
|
|
23 |
#else
|
|
24 |
TARGET podcastengine.dll
|
|
25 |
TARGETTYPE DLL
|
|
26 |
UID 0x1000008d 0xA11F867F
|
|
27 |
#endif
|
|
28 |
|
|
29 |
SOURCEPATH ..\src
|
|
30 |
USERINCLUDE ..\inc
|
|
31 |
SYSTEMINCLUDE \epoc32\include
|
|
32 |
SYSTEMINCLUDE \epoc32\include\mw // needed for S^3
|
|
33 |
|
|
34 |
// Engine
|
|
35 |
SOURCE HttpClient.cpp
|
|
36 |
SOURCE HttpEventHandler.cpp
|
|
37 |
SOURCE FeedParser.cpp
|
|
38 |
SOURCE FeedEngine.cpp
|
|
39 |
SOURCE ShowInfo.cpp
|
|
40 |
SOURCE SoundEngine.cpp
|
|
41 |
SOURCE FeedInfo.cpp
|
|
42 |
SOURCE FeedTimer.cpp
|
|
43 |
SOURCE ShowEngine.cpp
|
|
44 |
SOURCE SettingsEngine.cpp
|
|
45 |
SOURCE MetaDataReader.cpp
|
|
46 |
SOURCE OpmlParser.cpp
|
|
47 |
SOURCE PodcastUtils.cpp
|
|
48 |
SOURCE PodCastModel.cpp
|
|
49 |
SOURCE ImageHandler.cpp
|
|
50 |
SOURCE ConnectionEngine.cpp
|
|
51 |
CAPABILITY NetworkServices UserEnvironment
|
|
52 |
|
|
53 |
#ifndef SQLITE_INCLUDED
|
|
54 |
LIBRARY sqlite3.lib
|
|
55 |
#endif
|
|
56 |
|
|
57 |
LIBRARY euser.lib
|
|
58 |
LIBRARY bafl.lib
|
|
59 |
LIBRARY efsrv.lib
|
|
60 |
LIBRARY mediaclientaudio.lib
|
|
61 |
LIBRARY inetprotutil.lib
|
|
62 |
LIBRARY charconv.lib
|
|
63 |
LIBRARY xmlframework.lib
|
|
64 |
LIBRARY http.lib
|
|
65 |
LIBRARY flogger.lib
|
|
66 |
LIBRARY ezlib.lib
|
|
67 |
LIBRARY estor.lib
|
|
68 |
LIBRARY commdb.lib
|
|
69 |
LIBRARY esock.lib
|
|
70 |
LIBRARY mmfcontrollerframework.lib
|
|
71 |
LIBRARY apgrfx.lib
|
|
72 |
LIBRARY cone.lib
|
|
73 |
LIBRARY apmime.lib
|
|
74 |
LIBRARY cmmanager.lib
|
|
75 |
LIBRARY fbscli.lib
|
|
76 |
LIBRARY imageconversion.lib
|
|
77 |
LIBRARY bitmaptransforms.lib
|