testfws/stif/rom/Stif.iby
changeset 4 b8d1455fddc0
parent 2 73b88125830c
--- a/testfws/stif/rom/Stif.iby	Fri Sep 17 08:39:50 2010 +0300
+++ b/testfws/stif/rom/Stif.iby	Mon Oct 04 02:58:21 2010 +0300
@@ -18,30 +18,30 @@
 #ifndef __STIF_IBY__
 #define __STIF_IBY__
 
-file=ABI_DIR\BUILD_DIR\stiftestengine.dll            SHARED_LIB_DIR\stiftestengine.dll
-file=ABI_DIR\BUILD_DIR\stiftestserver.dll            SHARED_LIB_DIR\stiftestserver.dll
-file=ABI_DIR\BUILD_DIR\stiftestinterface.dll         SHARED_LIB_DIR\stiftestinterface.dll
-file=ABI_DIR\BUILD_DIR\consoleui.exe                 SHARED_LIB_DIR\consoleui.exe
-file=ABI_DIR\BUILD_DIR\testcombiner.dll              SHARED_LIB_DIR\testcombiner.dll
-file=ABI_DIR\BUILD_DIR\TestServerStarter.exe         SHARED_LIB_DIR\TestServerStarter.exe
-file=ABI_DIR\BUILD_DIR\demomodule.dll                SHARED_LIB_DIR\demomodule.dll
-file=ABI_DIR\BUILD_DIR\atsinterface.exe              SHARED_LIB_DIR\atsinterface.exe
-file=ABI_DIR\BUILD_DIR\atslogger.dll                 SHARED_LIB_DIR\atslogger.dll
-file=ABI_DIR\BUILD_DIR\testscripter.dll              SHARED_LIB_DIR\testscripter.dll
-file=ABI_DIR\BUILD_DIR\stiftfwif.dll                 SHARED_LIB_DIR\stiftfwif.dll
-file=ABI_DIR\BUILD_DIR\suevent.dll                   SHARED_LIB_DIR\suevent.dll
+file=ABI_DIR/BUILD_DIR/StifTestEngine.dll            SHARED_LIB_DIR/StifTestEngine.dll
+file=ABI_DIR/BUILD_DIR/StifTestServer.dll            SHARED_LIB_DIR/StifTestServer.dll
+file=ABI_DIR/BUILD_DIR/StifTestInterface.dll         SHARED_LIB_DIR/StifTestInterface.dll
+file=ABI_DIR/BUILD_DIR/ConsoleUI.exe                 SHARED_LIB_DIR/ConsoleUI.exe
+file=ABI_DIR/BUILD_DIR/testcombiner.dll              SHARED_LIB_DIR/testcombiner.dll
+file=ABI_DIR/BUILD_DIR/TestServerStarter.exe         SHARED_LIB_DIR/TestServerStarter.exe
+file=ABI_DIR/BUILD_DIR/Demomodule.dll                SHARED_LIB_DIR/Demomodule.dll
+file=ABI_DIR/BUILD_DIR/ATSInterface.exe              SHARED_LIB_DIR/ATSInterface.exe
+file=ABI_DIR/BUILD_DIR/atslogger.dll                 SHARED_LIB_DIR/atslogger.dll
+file=ABI_DIR/BUILD_DIR/testscripter.dll              SHARED_LIB_DIR/testscripter.dll
+file=ABI_DIR/BUILD_DIR/StifTFwIf.dll                 SHARED_LIB_DIR/StifTFwIf.dll
+file=ABI_DIR/BUILD_DIR/SUEvent.dll                   SHARED_LIB_DIR/SUEvent.dll
 
 // Touchconsoleui is a component that allows to work with touch screen devices in console mode.
 // It should be use only swith environments that do not supports S60 graphical user interface
 
-//file=ABI_DIR\BUILD_DIR\touchconsoleui.exe            SHARED_LIB_DIR\touchconsoleui.exe
+//file=ABI_DIR/BUILD_DIR/TouchConsoleUI.exe            SHARED_LIB_DIR/TouchConsoleUI.exe
 
-data=\epoc32\data\z\system\data\TestFramework.ini    testframework\TestFramework.ini
+data=EPOCROOT##epoc32/data/z/system/data/TestFramework.ini    testframework/TestFramework.ini
 
 
 #if defined(__S60_)
-// Note: before creating image, copy Stif_31_Stub.sis from \stif\sis\ to \epoc32\data\Z\system\install\
-data=ZSYSTEM\install\Stif_31_Stub.sis    System\Install\Stif_31_Stub.sis
+// Note: before creating image, copy Stif_31_Stub.sis from /stif/sis/ to /epoc32/data/Z/system/install/
+data=ZSYSTEM/install/Stif_31_Stub.SIS    System/Install/Stif_31_Stub.SIS
 #endif