testfws/stif/rom/Stif.iby
changeset 4 b8d1455fddc0
parent 2 73b88125830c
equal deleted inserted replaced
2:73b88125830c 4:b8d1455fddc0
    16 */
    16 */
    17 
    17 
    18 #ifndef __STIF_IBY__
    18 #ifndef __STIF_IBY__
    19 #define __STIF_IBY__
    19 #define __STIF_IBY__
    20 
    20 
    21 file=ABI_DIR\BUILD_DIR\stiftestengine.dll            SHARED_LIB_DIR\stiftestengine.dll
    21 file=ABI_DIR/BUILD_DIR/StifTestEngine.dll            SHARED_LIB_DIR/StifTestEngine.dll
    22 file=ABI_DIR\BUILD_DIR\stiftestserver.dll            SHARED_LIB_DIR\stiftestserver.dll
    22 file=ABI_DIR/BUILD_DIR/StifTestServer.dll            SHARED_LIB_DIR/StifTestServer.dll
    23 file=ABI_DIR\BUILD_DIR\stiftestinterface.dll         SHARED_LIB_DIR\stiftestinterface.dll
    23 file=ABI_DIR/BUILD_DIR/StifTestInterface.dll         SHARED_LIB_DIR/StifTestInterface.dll
    24 file=ABI_DIR\BUILD_DIR\consoleui.exe                 SHARED_LIB_DIR\consoleui.exe
    24 file=ABI_DIR/BUILD_DIR/ConsoleUI.exe                 SHARED_LIB_DIR/ConsoleUI.exe
    25 file=ABI_DIR\BUILD_DIR\testcombiner.dll              SHARED_LIB_DIR\testcombiner.dll
    25 file=ABI_DIR/BUILD_DIR/testcombiner.dll              SHARED_LIB_DIR/testcombiner.dll
    26 file=ABI_DIR\BUILD_DIR\TestServerStarter.exe         SHARED_LIB_DIR\TestServerStarter.exe
    26 file=ABI_DIR/BUILD_DIR/TestServerStarter.exe         SHARED_LIB_DIR/TestServerStarter.exe
    27 file=ABI_DIR\BUILD_DIR\demomodule.dll                SHARED_LIB_DIR\demomodule.dll
    27 file=ABI_DIR/BUILD_DIR/Demomodule.dll                SHARED_LIB_DIR/Demomodule.dll
    28 file=ABI_DIR\BUILD_DIR\atsinterface.exe              SHARED_LIB_DIR\atsinterface.exe
    28 file=ABI_DIR/BUILD_DIR/ATSInterface.exe              SHARED_LIB_DIR/ATSInterface.exe
    29 file=ABI_DIR\BUILD_DIR\atslogger.dll                 SHARED_LIB_DIR\atslogger.dll
    29 file=ABI_DIR/BUILD_DIR/atslogger.dll                 SHARED_LIB_DIR/atslogger.dll
    30 file=ABI_DIR\BUILD_DIR\testscripter.dll              SHARED_LIB_DIR\testscripter.dll
    30 file=ABI_DIR/BUILD_DIR/testscripter.dll              SHARED_LIB_DIR/testscripter.dll
    31 file=ABI_DIR\BUILD_DIR\stiftfwif.dll                 SHARED_LIB_DIR\stiftfwif.dll
    31 file=ABI_DIR/BUILD_DIR/StifTFwIf.dll                 SHARED_LIB_DIR/StifTFwIf.dll
    32 file=ABI_DIR\BUILD_DIR\suevent.dll                   SHARED_LIB_DIR\suevent.dll
    32 file=ABI_DIR/BUILD_DIR/SUEvent.dll                   SHARED_LIB_DIR/SUEvent.dll
    33 
    33 
    34 // Touchconsoleui is a component that allows to work with touch screen devices in console mode.
    34 // Touchconsoleui is a component that allows to work with touch screen devices in console mode.
    35 // It should be use only swith environments that do not supports S60 graphical user interface
    35 // It should be use only swith environments that do not supports S60 graphical user interface
    36 
    36 
    37 //file=ABI_DIR\BUILD_DIR\touchconsoleui.exe            SHARED_LIB_DIR\touchconsoleui.exe
    37 //file=ABI_DIR/BUILD_DIR/TouchConsoleUI.exe            SHARED_LIB_DIR/TouchConsoleUI.exe
    38 
    38 
    39 data=\epoc32\data\z\system\data\TestFramework.ini    testframework\TestFramework.ini
    39 data=EPOCROOT##epoc32/data/z/system/data/TestFramework.ini    testframework/TestFramework.ini
    40 
    40 
    41 
    41 
    42 #if defined(__S60_)
    42 #if defined(__S60_)
    43 // Note: before creating image, copy Stif_31_Stub.sis from \stif\sis\ to \epoc32\data\Z\system\install\
    43 // Note: before creating image, copy Stif_31_Stub.sis from /stif/sis/ to /epoc32/data/Z/system/install/
    44 data=ZSYSTEM\install\Stif_31_Stub.sis    System\Install\Stif_31_Stub.sis
    44 data=ZSYSTEM/install/Stif_31_Stub.SIS    System/Install/Stif_31_Stub.SIS
    45 #endif
    45 #endif
    46 
    46 
    47 
    47 
    48 // For STIF UI support use Stifui.iby:
    48 // For STIF UI support use Stifui.iby:
    49 
    49