Fixed exports and best-effort iby file update
authorteknolog
Wed, 28 Apr 2010 14:38:03 +0100
changeset 72 2e267e7da513
parent 71 fbd95db6a4e1
child 73 4abf603ec3e6
child 74 add4bcf06298
Fixed exports and best-effort iby file update
application/group/bld.inf
engine/group/bld.inf
group/podcatcher.iby
--- a/application/group/bld.inf	Wed Apr 28 14:12:19 2010 +0100
+++ b/application/group/bld.inf	Wed Apr 28 14:38:03 2010 +0100
@@ -24,7 +24,7 @@
 Podcast.mmp
 
 PRJ_EXPORTS
-..\help\podcatcher.hlp \epoc32\winscw\c\resource\help\podcatcher.hlp
+..\help\podcatcher.hlp z:\resource\help\podcatcher.hlp
 
 PRJ_EXTENSIONS
 
--- a/engine/group/bld.inf	Wed Apr 28 14:12:19 2010 +0100
+++ b/engine/group/bld.inf	Wed Apr 28 14:38:03 2010 +0100
@@ -26,6 +26,6 @@
 engine.mmp
 
 PRJ_EXPORTS
-..\config\podcatcher.sqlite \epoc32\winscw\c\private\A0009D00\podcatcher.sqlite.template
-..\config\defaultfeeds.xml \epoc32\winscw\c\private\A0009D00\defaultfeeds.xml
-..\config\testfeeds.xml \epoc32\winscw\c\data\testfeeds.xml
\ No newline at end of file
+..\config\podcatcher.sqlite z:\private\A0009D00\podcatcher.sqlite.template
+..\config\defaultfeeds.xml z:\private\A0009D00\defaultfeeds.xml
+..\config\testfeeds.xml c:\data\testfeeds.xml
\ No newline at end of file
--- a/group/podcatcher.iby	Wed Apr 28 14:12:19 2010 +0100
+++ b/group/podcatcher.iby	Wed Apr 28 14:38:03 2010 +0100
@@ -19,4 +19,16 @@
 #ifndef __PODCATCHER_IBY__
 #define __PODCATCHER_IBY__
 
+file=ABI_DIR\BUILD_DIR\podcast.exe				sys\bin\podcast.ext
+file=ABI_DIR\BUILD_DIR\podcastengine.dll		sys\bin\podcastengine.dll
+
+data=ZRESOURCE\apps\podcast.rsc					resource\apps\podcast.rsc
+data=ZRESOURCE\apps\Podcast.mif					resource\apps\Podcast.mif
+data=ZRESOURCE\help\podcatcher.hlp				resource\apps\podcatcher.hlp
+
+data=ZPRIVATE\10003a3f\apps\podcast_reg.rsc			private\10003a3f\apps\podcast_reg.rsc
+data=ZPRIVATE\A0009D00\backup_registration.xml		private\A0009D00\backup_registration.xml
+data=ZPRIVATE\A0009D00\podcatcher.sqlite.template	private\A0009D00\podcatcher.sqlite.template
+data=ZPRIVATE\A0009D00\defaultfeeds.xml			private\A0009D00\defaultfeeds.xml
+
 #endif