Repair tps65950.iby, so it works for both rom.pl and rombuild.pl (sigh!) PDK_3.0.4
authorWilliam Roberts <williamr@symbian.org>
Mon, 01 Nov 2010 12:10:58 +0000
changeset 94 e34b5496f1f6
parent 93 7e2d85937fc5
child 96 8d4b9216c0cd
child 104 654d002354ab
Repair tps65950.iby, so it works for both rom.pl and rombuild.pl (sigh!)
omap3530/shared/tps65950/tps65950.iby
--- a/omap3530/shared/tps65950/tps65950.iby	Wed Oct 27 17:49:51 2010 +0100
+++ b/omap3530/shared/tps65950/tps65950.iby	Mon Nov 01 12:10:58 2010 +0000
@@ -13,5 +13,15 @@
 // Description:
 //
 
- 
-extension[0x09080001]=    \Epoc32\Release\ARMV5\##BUILD##\tps65950.dll 			\sys\bin\tps65950.dll
\ No newline at end of file
+
+#ifdef BASE_TEXT_SHELL_BUILD
+
+// This line is used for lernelhwsrvkernel\eka\rom.pl - it does not work for "buildrom" or iMaker
+extension[0x09080001]=    \Epoc32\Release\ARMV5\##BUILD##\tps65950.dll 			\sys\bin\tps65950.dll
+
+#else
+
+// This line is used for buildrom and iMaker.
+extension[VARID]=\epoc32\release\ARMV5\BUILD_DIR\tps65950.dll				\sys\bin\tps65950.dll
+
+#endif