author | Sebastian Brannstrom <sebastianb@symbian.org> |
Sun, 21 Nov 2010 20:11:07 +0000 | |
branch | RCL_3 |
changeset 383 | 931d0db6374d |
parent 368 | b131f7696342 |
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 |
|
264
6dfdf1d9da5c
Adding new toolbar icons
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
202
diff
changeset
|
20 |
WINSCW GCCE |
126 | 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 |
|
368
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
35 |
OPTION SOURCEDIR ../data/icons |
126 | 36 |
OPTION SOURCES \ |
368
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
37 |
-c16,1 appicon.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
38 |
-c16,1 audio.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
39 |
-c16,1 audio_dl.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
40 |
-c16,1 audio_dl_active.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
41 |
-c16,1 audio_dl_active_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
42 |
-c16,1 audio_dl_failed.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
43 |
-c16,1 audio_dl_failed_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
44 |
-c16,1 audio_dl_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
45 |
-c16,1 audio_dl_queued.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
46 |
-c16,1 audio_dl_queued_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
47 |
-c16,1 audio_dl_suspended.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
48 |
-c16,1 audio_dl_suspended_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
49 |
-c16,1 audio_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
50 |
-c16,1 video.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
51 |
-c16,1 video_dl.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
52 |
-c16,1 video_dl_active.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
53 |
-c16,1 video_dl_active_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
54 |
-c16,1 video_dl_failed.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
55 |
-c16,1 video_dl_failed_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
56 |
-c16,1 video_dl_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
57 |
-c16,1 video_dl_queued.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
58 |
-c16,1 video_dl_queued_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
59 |
-c16,1 video_dl_suspended.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
60 |
-c16,1 video_dl_suspended_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
61 |
-c16,1 video_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
62 |
-c16,1 feed.svg\ |
272
e6d095ba6756
Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
264
diff
changeset
|
63 |
-c16,1 tab_feeds.svg\ |
368
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
64 |
-c16,1 tab_new.svg\ |
272
e6d095ba6756
Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
264
diff
changeset
|
65 |
-c16,1 tab_queue.svg\ |
e6d095ba6756
Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
264
diff
changeset
|
66 |
-c16,1 tab_queue1.svg\ |
e6d095ba6756
Icons in tabs
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
264
diff
changeset
|
67 |
-c16,1 tab_queue2.svg\ |
367
4b75876aa85a
Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
290
diff
changeset
|
68 |
-c16,1 tab_queue3.svg\ |
368
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
69 |
-c16,1 add_feed.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
70 |
-c16,1 delete.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
71 |
-c16,1 delete_all.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
72 |
-c16,1 download_all.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
73 |
-c16,1 download_pause.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
74 |
-c16,1 download_play.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
75 |
-c16,1 mark_new.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
76 |
-c16,1 mark_new_all.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
77 |
-c16,1 mark_old.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
78 |
-c16,1 mark_old_all.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
79 |
-c16,1 settings.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
80 |
-c16,1 update.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
81 |
-c16,1 update_all.svg\ |
b131f7696342
Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
367
diff
changeset
|
82 |
-c16,1 update_cancel.svg\ |
383
931d0db6374d
Catchup with Symbian1
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
368
diff
changeset
|
83 |
-c16,1 download.svg\ |
931d0db6374d
Catchup with Symbian1
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
368
diff
changeset
|
84 |
-c16,1 empty.svg |
126 | 85 |
END |