stif/rom/Stif.iby
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: Stif.iby file specifies needed components for ROM image
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __STIF_IBY__
       
    19 #define __STIF_IBY__
       
    20 
       
    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
       
    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
       
    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
       
    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
       
    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
       
    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
       
    33 
       
    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
       
    36 
       
    37 //file=ABI_DIR\BUILD_DIR\touchconsoleui.exe            SHARED_LIB_DIR\touchconsoleui.exe
       
    38 
       
    39 data=\epoc32\data\z\system\data\TestFramework.ini    testframework\TestFramework.ini
       
    40 
       
    41 
       
    42 #if defined(__S60_)
       
    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
       
    45 #endif
       
    46 
       
    47 
       
    48 // For STIF UI support use Stifui.iby:
       
    49 
       
    50 #endif
       
    51 // End of File