debugsrv/runmodedebug/tsrc/rm_debug/common/t_target_launcher.h
author hgs
Fri, 08 Oct 2010 14:56:39 +0300
changeset 56 aa2539c91954
permissions -rw-r--r--
201041

// 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:
// Definitions for target launcher
// 
//


#ifndef RMDEBUG_TARGET_LAUNCHER_H
#define RMDEBUG_TARGET_LAUNCHER_H

// Controls how many times the target applications are launched
const TInt KNumLaunches = 3;

// Controls how many applications are attached and launched
// If changing this, need to make sure there are enough apps
// being built. see KTargetExe and t_rmdebug_app*
const TInt KNumApps = 4;  

_LIT(KLaunchSemaphoreName, "t_rmdebug_launch_semaphore");
_LIT(KLaunchSemaphoreNameSearchString, "t_rmdebug_launch_semaphore*");
_LIT(KTargetExe,"z:\\sys\\bin\\t_rmdebug_app%d.exe");
_LIT8(KTargetExeName,"t_rmdebug_app%d.exe");
_LIT(KProcessFinder,"*t_rmdebug_app%d*");
_LIT(KTargetOptions,"-f%d");

_LIT(KZSysBin,"z:\\sys\\bin\\");

_LIT(KLauncherExe,"t_rmdebug_target_launcher.exe");

_LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);

#endif // RMDEBUG_TARGET_LAUNCHER_H