author | Sebastian Brannstrom <sebastianb@symbian.org> |
Sun, 31 Oct 2010 13:17:32 +0000 | |
branch | twolistboxes |
changeset 316 | 841ccfa933ac |
parent 299 | 56d23cf60795 |
permissions | -rw-r--r-- |
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 |
*/ |
|
200
79076725bab9
Added #define to enable/disable MPX integration, since it requires capabilities that can't be granted when self signed
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
144
diff
changeset
|
18 |
|
299
56d23cf60795
Fixes for issues using #define with raptor
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
283
diff
changeset
|
19 |
#include "..\..\group\defines.h" |
23
cf4b850bbffb
Added macro SYMBIAN1_UI that toggles between single and double tap UI
teknolog
parents:
2
diff
changeset
|
20 |
|
2 | 21 |
TARGET Podcast.exe |
22 |
TARGETTYPE exe |
|
23 |
UID 0x100039CE 0xA0009D00 |
|
24 |
||
200
79076725bab9
Added #define to enable/disable MPX integration, since it requires capabilities that can't be granted when self signed
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
144
diff
changeset
|
25 |
#ifdef ENABLE_MPX_INTEGRATION |
134
46baf9a7cadd
Fix for KErrCorrupted bug in ShowEngine; Capabilities added to allow interaction with music player and MPXCollection
teknolog
parents:
126
diff
changeset
|
26 |
CAPABILITY NetworkServices UserEnvironment WriteUserData ReadDeviceData WriteDeviceData MultimediaDD |
200
79076725bab9
Added #define to enable/disable MPX integration, since it requires capabilities that can't be granted when self signed
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
144
diff
changeset
|
27 |
#else |
79076725bab9
Added #define to enable/disable MPX integration, since it requires capabilities that can't be granted when self signed
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
144
diff
changeset
|
28 |
CAPABILITY NetworkServices UserEnvironment |
79076725bab9
Added #define to enable/disable MPX integration, since it requires capabilities that can't be granted when self signed
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
144
diff
changeset
|
29 |
#endif |
2 | 30 |
|
31 |
EPOCSTACKSIZE 81920 |
|
32 |
EPOCHEAPSIZE 1024000 32768000 |
|
33 |
||
34 |
SYSTEMINCLUDE \epoc32\include |
|
35 |
SYSTEMINCLUDE \epoc32\include\mmf\common |
|
36 |
SYSTEMINCLUDE \epoc32\include\mw // for Symbian^3 |
|
37 |
SYSTEMINCLUDE \epoc32\include\platform\mw // for Symbian^3 |
|
126 | 38 |
SYSTEMINCLUDE \epoc32\include\platform |
116 | 39 |
SYSTEMINCLUDE \epoc32\include\stdapis |
40 |
||
2 | 41 |
USERINCLUDE ..\..\engine\inc |
42 |
USERINCLUDE . |
|
43 |
USERINCLUDE ..\inc |
|
299
56d23cf60795
Fixes for issues using #define with raptor
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
283
diff
changeset
|
44 |
USERINCLUDE ..\..\group |
2 | 45 |
|
46 |
SOURCEPATH ..\src |
|
47 |
SOURCE Podcast.cpp |
|
48 |
SOURCE PodcastApp.cpp |
|
49 |
SOURCE PodcastAppui.cpp |
|
50 |
SOURCE PodcastDocument.cpp |
|
51 |
SOURCE PodcastListView.cpp |
|
52 |
SOURCE PodcastFeedView.cpp |
|
53 |
SOURCE PodcastSettingsView.cpp |
|
54 |
SOURCE PodcastShowsView.cpp |
|
55 |
SOURCE PodcastSearchView.cpp |
|
56 |
SOURCE PodcastFeedViewUpdater.cpp |
|
57 |
SOURCE PodcastQueueView.cpp |
|
58 |
||
59 |
SOURCEPATH ..\data |
|
60 |
||
61 |
START RESOURCE Podcast.rss |
|
62 |
HEADER |
|
63 |
TARGETPATH resource\apps |
|
144
b4be6bc78573
Spanish translation for podcatcher - BUG 2059
victorp@symbian.org
parents:
134
diff
changeset
|
64 |
LANG 01 04 |
2 | 65 |
END |
66 |
||
67 |
START RESOURCE Podcast_reg.rss |
|
68 |
LANG SC |
|
69 |
#ifdef WINSCW |
|
70 |
TARGETPATH \private\10003a3f\apps |
|
71 |
#else |
|
72 |
TARGETPATH \private\10003a3f\import\apps |
|
73 |
#endif |
|
74 |
END |
|
75 |
||
76 |
LIBRARY PodCastEngine.lib |
|
116 | 77 |
LIBRARY sqlite3.lib |
2 | 78 |
LIBRARY euser.lib |
79 |
LIBRARY apparc.lib |
|
80 |
LIBRARY cone.lib |
|
81 |
LIBRARY eikcore.lib |
|
82 |
LIBRARY eikcoctl.lib |
|
83 |
LIBRARY avkon.lib |
|
84 |
LIBRARY egul.lib // for CGulIcon |
|
85 |
LIBRARY bafl.lib |
|
86 |
LIBRARY eikdlg.lib |
|
87 |
LIBRARY eikcdlg.lib |
|
88 |
LIBRARY efsrv.lib |
|
89 |
LIBRARY aknicon.lib |
|
90 |
LIBRARY gdi.lib |
|
91 |
LIBRARY eikctl.lib |
|
92 |
LIBRARY charconv.lib |
|
93 |
LIBRARY flogger.lib |
|
94 |
LIBRARY apmime.lib |
|
95 |
LIBRARY estor.lib |
|
96 |
LIBRARY apgrfx.lib |
|
97 |
LIBRARY CommonDialogs.lib |
|
98 |
LIBRARY aknskins.lib |
|
99 |
LIBRARY fbscli.lib |
|
100 |
LIBRARY etext.lib |
|
101 |
LIBRARY PlatformEnv.lib // for PathInfo |
|
102 |
LIBRARY form.lib |
|
103 |
LIBRARY ws32.lib |
|
104 |
LIBRARY hlplch.lib |
|
105 |
LIBRARY bitgdi.lib |
|
126 | 106 |
LIBRARY cmmanager.lib |