dbgagents/trkagent/rom/trk.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 #ifndef __TRK_IBY__
       
    18 #define __TRK_IBY__
       
    19 
       
    20 #include <dbgtrccomm.iby>
       
    21 
       
    22 // trk debugger stub
       
    23 
       
    24 //For disabling autostart of TRK, comment the line below
       
    25 //ECOM_PLUGIN(trklauncher.dll, trklauncher.rsc)
       
    26 
       
    27 file=ABI_DIR\BUILD_DIR\trkengine.dll	System\Libs\trkengine.dll
       
    28 file=ABI_DIR\BUILD_DIR\trkconsole.exe	System\Programs\TRKConsole.exe
       
    29 
       
    30 file=ABI_DIR\BUILD_DIR\trkserver.exe	    System\Programs\trkserver.exe
       
    31 file=ABI_DIR\BUILD_DIR\DebugNotifier.dll	System\Libs\DebugNotifier.dll
       
    32 #ifdef __UI_FRAMEWORKS_V2__
       
    33 file=ABI_DIR\BUILD_DIR\trkapp_200170bb.exe	sys\bin\trkapp_200170bb.exe
       
    34 #else
       
    35 file=ABI_DIR\BUILD_DIR\trkapp_200170bb.app	System\Apps\Trk\trkapp_200170bb.app
       
    36 #endif
       
    37 
       
    38 file=ABI_DIR\BUILD_DIR\trktcbserver.exe	 sys\bin\TrkTcbServer.exe
       
    39 
       
    40 
       
    41 #ifdef FF_PLATFORM_SIMULATOR
       
    42 data=ZSYSTEM\..\trk\trk_xti.ini    \trk.ini
       
    43 #else
       
    44 data=ZSYSTEM\..\trk\trk_bt.ini     \trk.ini
       
    45 #endif // FF_PLATFORM_SIMULATOR
       
    46 
       
    47 
       
    48 #ifdef __UI_FRAMEWORKS_V2__
       
    49 data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\Apps\trkapp_200170bb  resource\Apps\trkapp_200170bb)
       
    50 data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\Apps\trkapp_200170bb_loc  resource\Apps\trkapp_200170bb_loc)
       
    51 data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\private\10003a3f\Apps\trkapp_200170bb_reg  private\10003a3f\Apps\trkapp_200170bb_reg)
       
    52 data=MULTI_LINGUIFY(MIF EPOCROOT##epoc32\data\Z\resource\Apps\trkapp_200170bb  resource\Apps\trkapp_200170bb)
       
    53 #else
       
    54 data=MULTI_LINGUIFY(RSC ZSYSTEM\Apps\Trk\trkapp_200170bb  System\Apps\Trk\trkapp_200170bb)
       
    55 #endif
       
    56 
       
    57 #endif