author | Brendan Donegan <brendand@symbian.org> |
Mon, 08 Mar 2010 09:46:42 +0000 | |
branch | Symbian3 |
changeset 37 | 1644b7cd063e |
parent 2 | 29cda98b007e |
child 65 | bcd88ba95046 |
child 125 | 70749e2f572d |
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 |
*/ |
|
18 |
||
19 |
PRJ_PLATFORMS |
|
37
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
20 |
DEFAULT |
2 | 21 |
|
22 |
PRJ_MMPFILES |
|
23 |
||
24 |
#ifdef SQLITE_INCLUDED |
|
25 |
..\engine\sqlite\group\sqlite.mmp |
|
26 |
#endif |
|
27 |
||
28 |
PRJ_MMPFILES |
|
29 |
..\engine\group\engine.mmp |
|
37
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
30 |
..\application\group\Podcast.mmp |
2 | 31 |
|
37
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
32 |
PRJ_EXTENSIONS |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
33 |
|
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
34 |
START EXTENSION s60/mifconv |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
35 |
OPTION TARGETFILE Podcast.mif |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
36 |
OPTION HEADERFILE Podcast.mbg |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
37 |
OPTION SOURCEDIR ../application/data/images |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
38 |
OPTION SOURCES \ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
39 |
-c16,1 podcatcher_64px\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
40 |
-c16,1 Audio\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
41 |
-c16,1 Audio_new\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
42 |
-c16,1 Audio_queued\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
43 |
-c16,1 Audio_downloading\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
44 |
-c16,1 Audio_downloaded\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
45 |
-c16,1 Audio_downloaded_new\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
46 |
-c16,1 Audio_failed\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
47 |
-c16,1 Audio_suspended\ |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
48 |
-c16,1 Feed |
1644b7cd063e
Create Symbian3 branch with updates for SBSv2
Brendan Donegan <brendand@symbian.org>
parents:
2
diff
changeset
|
49 |
END |
2 | 50 |
|
51 |
PRJ_EXPORTS |
|
52 |
..\engine\config\defaultfeeds.xml \epoc32\winscw\c\private\A0009D00\defaultfeeds.xml |
|
53 |
..\engine\config\testfeeds.xml \epoc32\winscw\c\data\testfeeds.xml |
|
54 |
..\application\help\podcatcher.hlp \epoc32\winscw\c\resource\help\podcatcher.hlp |