group/podcatcher.iby
author teknolog
Sat, 01 May 2010 12:35:34 +0100
changeset 74 add4bcf06298
parent 72 2e267e7da513
permissions -rw-r--r--
Workaround to allow Podcatcher to start even if RCmManager.Open returns -1, which it does for some reasaon in PDK 3.0.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     1
/*
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     2
 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     3
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     4
 * All rights reserved.
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     5
 * This component and the accompanying materials are made available
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     6
 * under the terms of the License "Eclipse Public License v1.0"
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     7
 * which accompanies this distribution, and is available
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     8
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     9
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    10
 * Initial Contributors:
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    11
 * Sebastian Brannstrom
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    12
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    13
 * Contributors:
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    14
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    15
 * Description:
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    16
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    17
 */
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    18
 
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    19
#ifndef __PODCATCHER_IBY__
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    20
#define __PODCATCHER_IBY__
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    21
72
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    22
file=ABI_DIR\BUILD_DIR\podcast.exe				sys\bin\podcast.ext
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    23
file=ABI_DIR\BUILD_DIR\podcastengine.dll		sys\bin\podcastengine.dll
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    24
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    25
data=ZRESOURCE\apps\podcast.rsc					resource\apps\podcast.rsc
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    26
data=ZRESOURCE\apps\Podcast.mif					resource\apps\Podcast.mif
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    27
data=ZRESOURCE\help\podcatcher.hlp				resource\apps\podcatcher.hlp
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    28
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    29
data=ZPRIVATE\10003a3f\apps\podcast_reg.rsc			private\10003a3f\apps\podcast_reg.rsc
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    30
data=ZPRIVATE\A0009D00\backup_registration.xml		private\A0009D00\backup_registration.xml
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    31
data=ZPRIVATE\A0009D00\podcatcher.sqlite.template	private\A0009D00\podcatcher.sqlite.template
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    32
data=ZPRIVATE\A0009D00\defaultfeeds.xml			private\A0009D00\defaultfeeds.xml
2e267e7da513 Fixed exports and best-effort iby file update
teknolog
parents: 61
diff changeset
    33
61
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    34
#endif