diff -r 000000000000 -r c6b0df440bee dbgagents/trkagent/rom/trk.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbgagents/trkagent/rom/trk.iby Tue Mar 02 10:33:16 2010 +0530 @@ -0,0 +1,57 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +#ifndef __TRK_IBY__ +#define __TRK_IBY__ + +#include + +// trk debugger stub + +//For disabling autostart of TRK, comment the line below +//ECOM_PLUGIN(trklauncher.dll, trklauncher.rsc) + +file=ABI_DIR\BUILD_DIR\trkengine.dll System\Libs\trkengine.dll +file=ABI_DIR\BUILD_DIR\trkconsole.exe System\Programs\TRKConsole.exe + +file=ABI_DIR\BUILD_DIR\trkserver.exe System\Programs\trkserver.exe +file=ABI_DIR\BUILD_DIR\DebugNotifier.dll System\Libs\DebugNotifier.dll +#ifdef __UI_FRAMEWORKS_V2__ +file=ABI_DIR\BUILD_DIR\trkapp_200170bb.exe sys\bin\trkapp_200170bb.exe +#else +file=ABI_DIR\BUILD_DIR\trkapp_200170bb.app System\Apps\Trk\trkapp_200170bb.app +#endif + +file=ABI_DIR\BUILD_DIR\trktcbserver.exe sys\bin\TrkTcbServer.exe + + +#ifdef FF_PLATFORM_SIMULATOR +data=ZSYSTEM\..\trk\trk_xti.ini \trk.ini +#else +data=ZSYSTEM\..\trk\trk_bt.ini \trk.ini +#endif // FF_PLATFORM_SIMULATOR + + +#ifdef __UI_FRAMEWORKS_V2__ +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\Apps\trkapp_200170bb resource\Apps\trkapp_200170bb) +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\Apps\trkapp_200170bb_loc resource\Apps\trkapp_200170bb_loc) +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\private\10003a3f\Apps\trkapp_200170bb_reg private\10003a3f\Apps\trkapp_200170bb_reg) +data=MULTI_LINGUIFY(MIF EPOCROOT##epoc32\data\Z\resource\Apps\trkapp_200170bb resource\Apps\trkapp_200170bb) +#else +data=MULTI_LINGUIFY(RSC ZSYSTEM\Apps\Trk\trkapp_200170bb System\Apps\Trk\trkapp_200170bb) +#endif + +#endif