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
|
|
28 |
|
|
29 |
PRJ_EXTENSIONS
|
|
30 |
|
|
31 |
START EXTENSION s60/mifconv
|
|
32 |
OPTION TARGETFILE Podcast.mif
|
|
33 |
OPTION HEADERFILE Podcast.mbg
|
|
34 |
OPTION SOURCEDIR ../data/images
|
|
35 |
OPTION SOURCES \
|
|
36 |
-c16,1 podcatcher_64px\
|
|
37 |
-c16,1 Audio\
|
|
38 |
-c16,1 Audio_new\
|
|
39 |
-c16,1 Audio_queued\
|
|
40 |
-c16,1 Audio_downloading\
|
|
41 |
-c16,1 Audio_downloaded\
|
|
42 |
-c16,1 Audio_downloaded_new\
|
|
43 |
-c16,1 Audio_failed\
|
|
44 |
-c16,1 Audio_suspended\
|
|
45 |
-c16,1 Video.svg\
|
|
46 |
-c16,1 Video_new.svg\
|
|
47 |
-c16,1 Video_queued.svg\
|
|
48 |
-c16,1 Video_downloading.svg\
|
|
49 |
-c16,1 Video_downloaded.svg\
|
|
50 |
-c16,1 Video_downloaded_new.svg\
|
|
51 |
-c16,1 Video_failed.svg\
|
|
52 |
-c16,1 Video_suspended.svg\
|
|
53 |
-c16,1 Feed
|
|
54 |
END
|