application/group/Podcast.mmp
author Sebastian Brannstrom <sebastianb@symbian.org>
Sun, 11 Jul 2010 11:36:24 +0100
branch3rded
changeset 177 269e3f3e544a
parent 176 1c8b56cb6409
child 186 32aedca70582
permissions -rw-r--r--
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
/*
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
 * All rights reserved.
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
 * This component and the accompanying materials are made available
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
 * under the terms of the License "Eclipse Public License v1.0"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
 * which accompanies this distribution, and is available
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     8
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    10
 * Initial Contributors:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
 * EmbedDev AB - initial contribution.
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
 * Contributors:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
 * Description:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
 */
23
cf4b850bbffb Added macro SYMBIAN1_UI that toggles between single and double tap UI
teknolog
parents: 2
diff changeset
    18
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
TARGET			Podcast.exe
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
TARGETTYPE  	exe
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    21
UID				0x100039CE 0xA0009D00  
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    23
CAPABILITY NetworkServices UserEnvironment
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    24
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    25
EPOCSTACKSIZE 81920
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    26
EPOCHEAPSIZE 1024000 32768000
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    27
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    28
SYSTEMINCLUDE \epoc32\include
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    29
SYSTEMINCLUDE \epoc32\include\mmf\common 
60
4d230e702aa3 Moved development branch from MCL to FCL
teknolog
parents: 23
diff changeset
    30
SYSTEMINCLUDE ..\..\engine\sqlite\inc
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    31
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    32
USERINCLUDE ..\..\engine\inc
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    33
USERINCLUDE . 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    34
USERINCLUDE ..\inc
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    35
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    36
SOURCEPATH ..\src
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    37
SOURCE  Podcast.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    38
SOURCE  PodcastApp.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    39
SOURCE  PodcastAppui.cpp 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    40
SOURCE  PodcastDocument.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    41
SOURCE  PodcastListView.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    42
SOURCE  PodcastFeedView.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    43
SOURCE  PodcastSettingsView.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    44
SOURCE  PodcastShowsView.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    45
SOURCE  PodcastSearchView.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    46
SOURCE  PodcastFeedViewUpdater.cpp 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    47
SOURCE  PodcastQueueView.cpp
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    48
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    49
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    50
SOURCEPATH ..\data
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    51
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    52
START RESOURCE Podcast.rss
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    53
	HEADER
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    54
	TARGETPATH resource\apps
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    55
	LANG SC
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    56
END
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    57
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    58
START RESOURCE Podcast_reg.rss
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    59
LANG SC
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    60
#ifdef WINSCW
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    61
TARGETPATH 	  \private\10003a3f\apps
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    62
#else
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    63
TARGETPATH 	  \private\10003a3f\import\apps
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    64
#endif
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    65
END
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    66
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    67
STATICLIBRARY PodCastEngine.lib
80
ea2321db6cb6 Forgot to close file handle on failed download. Fixed now. Also fix for SQLite static library.
teknolog
parents: 76
diff changeset
    68
STATICLIBRARY sqlite_podcatcher.lib
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    69
LIBRARY	mediaclientaudio.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    70
LIBRARY	inetprotutil.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    71
LIBRARY	xmlframework.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    72
LIBRARY	http.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    73
LIBRARY	ezlib.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    74
LIBRARY	commdb.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    75
LIBRARY esock.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    76
LIBRARY mmfcontrollerframework.lib 
176
1c8b56cb6409 Now compiles for 3rd ed, but does not launch due to malloc error in SQLite
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 175
diff changeset
    77
//LIBRARY cmmanager.lib
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    78
LIBRARY imageconversion.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    79
LIBRARY bitmaptransforms.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    80
LIBRARY	euser.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    81
LIBRARY	apparc.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    82
LIBRARY	cone.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    83
LIBRARY	eikcore.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    84
LIBRARY eikcoctl.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    85
LIBRARY avkon.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    86
LIBRARY	egul.lib    // for CGulIcon
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    87
LIBRARY	bafl.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    88
LIBRARY	eikdlg.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    89
LIBRARY eikcdlg.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    90
LIBRARY	efsrv.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    91
LIBRARY	aknicon.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    92
LIBRARY	gdi.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    93
LIBRARY eikctl.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    94
LIBRARY	charconv.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    95
LIBRARY	flogger.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    96
LIBRARY	apmime.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    97
LIBRARY	estor.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    98
LIBRARY apgrfx.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    99
LIBRARY CommonDialogs.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   100
LIBRARY aknskins.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   101
LIBRARY fbscli.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   102
LIBRARY etext.lib  
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   103
LIBRARY PlatformEnv.lib // for PathInfo
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   104
LIBRARY form.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   105
LIBRARY ws32.lib 
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   106
LIBRARY hlplch.lib
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
   107
LIBRARY bitgdi.lib 
90
d0c0c3e6f7a1 Added support for launching music and video player when tapping on a downloaded show
teknolog
parents: 80
diff changeset
   108
LIBRARY  commonui.lib  // CDocumentHandler
177
269e3f3e544a Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 176
diff changeset
   109
LIBRARY estlib.lib
269e3f3e544a Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 176
diff changeset
   110
//LIBRARY libc.lib