dbgagents/trkagent/group/nokia_tshell/trk_tshell.iby
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __TRK_IBY__
       
    19 #define __TRK_IBY__
       
    20 
       
    21 // trk debugger stub
       
    22 
       
    23 //For disabling autostart of TRK, comment the line below
       
    24 ECOM_PLUGIN(trklauncher.dll, trklauncher.rsc)
       
    25 
       
    26 file=ABI_DIR\BUILD_DIR\trkengine.dll	System\Libs\trkengine.dll
       
    27 file=ABI_DIR\BUILD_DIR\trkconsole.exe	System\Programs\TRKConsole.exe
       
    28 
       
    29 
       
    30 device[VARID]=ABI_DIR\BUILD_DIR\trkdriver.ldd System\Libs\trkdriver.ldd
       
    31 device[VARID]=ABI_DIR\BUILD_DIR\trkdccdriver.ldd System\Libs\trkdccdriver.ldd
       
    32 device[VARID]=ABI_DIR\BUILD_DIR\trkxtidriver.ldd System\Libs\trkxtidriver.ldd
       
    33 file=ABI_DIR\BUILD_DIR\trktcbserver.exe	 sys\bin\TrkTcbServer.exe
       
    34 file=ABI_DIR\BUILD_DIR\trkserver.exe	 sys\bin\trkserver.exe
       
    35 
       
    36 // To use DCC, modify the line below to include the dcc ini file
       
    37 data=ZSYSTEM\..\trk\trk_xti.ini     \trk.ini
       
    38 
       
    39 
       
    40 #endif