idlefw/rom/idlefw.iby
changeset 4 1a2a00e78665
parent 0 79c6a41cd166
child 9 d0529222e3f0
child 54 666a2952b5b3
--- a/idlefw/rom/idlefw.iby	Tue Jan 26 12:11:15 2010 +0200
+++ b/idlefw/rom/idlefw.iby	Tue Feb 02 00:23:10 2010 +0200
@@ -19,13 +19,11 @@
 #ifndef ACTIVEIDLE3_IBY
 #define ACTIVEIDLE3_IBY
 
-#ifndef ACTIVEIDLE2_IBY
-#define ACTIVEIDLE2_IBY
 // Active Idle application and registration file
 S60_APP_EXE( ailaunch )
-S60_APP_AIF_RSC( ailaunch )
-S60_APP_AIF_ICONS( ailaunch )
-//S60_APP_RESOURCE( ailaunch )
+S60_APP_EXE( homescreen )
+S60_APP_AIF_RSC( homescreen )
+S60_APP_AIF_ICONS( homescreen )
 
 file=ABI_DIR\BUILD_DIR\aiutils.dll    SHARED_LIB_DIR\aiutils.dll
 file=ABI_DIR\BUILD_DIR\aiidleint.dll  SHARED_LIB_DIR\aiidleint.dll
@@ -33,8 +31,5 @@
 
 // Content publishing plug-ins
 ECOM_PLUGIN( aidevstaplg.dll, aidevstaplg.rsc )
-#endif // ACTIVEIDLE2_IBY
-
-//data=\epoc32\release\winscw\udeb\z\private\10202be9\2001952b.txt          private\10202be9\2001952b.txt
 
 #endif // ACTIVEIDLE3_IBY