author | larspson |
Wed, 13 Oct 2010 13:47:30 +0200 | |
branch | podcatcher_qt_symbian4 |
changeset 229 | a12ea4c1b5b6 |
parent 202 | e1dedb07817d |
child 264 | 6dfdf1d9da5c |
permissions | -rw-r--r-- |
126 | 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 |
|
20 |
DEFAULT |
|
21 |
||
22 |
PRJ_MMPFILES |
|
23 |
||
24 |
Podcast.mmp |
|
25 |
||
26 |
PRJ_EXPORTS |
|
27 |
..\help\podcatcher.hlp z:\resource\help\podcatcher.hlp |
|
202
e1dedb07817d
Tweaks to capabilities in DLL to enable self signing; Opening RCL_3 branch.
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
197
diff
changeset
|
28 |
podcatcher.iby CORE_APP_LAYER_IBY_EXPORT_PATH(podcatcher.iby) |
126 | 29 |
|
30 |
PRJ_EXTENSIONS |
|
31 |
||
32 |
START EXTENSION s60/mifconv |
|
33 |
OPTION TARGETFILE Podcast.mif |
|
34 |
OPTION HEADERFILE Podcast.mbg |
|
35 |
OPTION SOURCEDIR ../data/images |
|
36 |
OPTION SOURCES \ |
|
37 |
-c16,1 podcatcher_64px\ |
|
38 |
-c16,1 Audio\ |
|
39 |
-c16,1 Audio_new\ |
|
40 |
-c16,1 Audio_queued\ |
|
41 |
-c16,1 Audio_downloading\ |
|
42 |
-c16,1 Audio_downloaded\ |
|
43 |
-c16,1 Audio_downloaded_new\ |
|
44 |
-c16,1 Audio_failed\ |
|
45 |
-c16,1 Audio_suspended\ |
|
46 |
-c16,1 Video.svg\ |
|
47 |
-c16,1 Video_new.svg\ |
|
48 |
-c16,1 Video_queued.svg\ |
|
49 |
-c16,1 Video_downloading.svg\ |
|
50 |
-c16,1 Video_downloaded.svg\ |
|
51 |
-c16,1 Video_downloaded_new.svg\ |
|
52 |
-c16,1 Video_failed.svg\ |
|
53 |
-c16,1 Video_suspended.svg\ |
|
54 |
-c16,1 Feed |
|
55 |
END |