application/group/bld.inf
author Sebastian Brannstrom <sebastianb@symbian.org>
Thu, 21 Oct 2010 18:52:18 +0100
branchRCL_3
changeset 264 6dfdf1d9da5c
parent 202 e1dedb07817d
child 272 e6d095ba6756
permissions -rw-r--r--
Adding new toolbar icons

/*
 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
 *
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
 * which accompanies this distribution, and is available
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
 * Initial Contributors:
 * EmbedDev AB - initial contribution.
 *
 * Contributors:
 *
 * Description:
 *
 */

PRJ_PLATFORMS
WINSCW GCCE

PRJ_MMPFILES

Podcast.mmp

PRJ_EXPORTS
..\help\podcatcher.hlp z:\resource\help\podcatcher.hlp
podcatcher.iby CORE_APP_LAYER_IBY_EXPORT_PATH(podcatcher.iby)

PRJ_EXTENSIONS

START EXTENSION s60/mifconv
OPTION TARGETFILE Podcast.mif
OPTION HEADERFILE Podcast.mbg
OPTION SOURCEDIR ../data/images
OPTION SOURCES \
    -c16,1 podcatcher_64px.svg\
    -c16,1 Audio.svg\
    -c16,1 Audio_new.svg\
    -c16,1 Audio_queued.svg\
    -c16,1 Audio_downloading.svg\
    -c16,1 Audio_downloaded.svg\
    -c16,1 Audio_downloaded_new.svg\
    -c16,1 Audio_failed.svg\
    -c16,1 Audio_suspended.svg\
    -c16,1 Video.svg\
	-c16,1 Video_new.svg\
	-c16,1 Video_queued.svg\
	-c16,1 Video_downloading.svg\
	-c16,1 Video_downloaded.svg\
	-c16,1 Video_downloaded_new.svg\
	-c16,1 Video_failed.svg\
	-c16,1 Video_suspended.svg\
    -c16,1 Feed.svg\
	-c16,1 add_pod.svg\
	-c16,1 delete.svg\
	-c16,1 dwn_pause.svg\
	-c16,1 dwn_start.svg\
	-c16,1 reload.svg\
	-c16,1 reload_all.svg\
	-c16,1 settings.svg\
	-c16,1 cancel.svg\
	-c16,1 remove.svg\
	-c16,1 remove_all.svg\
	-c16,1 download.svg\
	-c16,1 markold.svg\
	-c16,1 marknew.svg
END