telephonyutils/etel3rdpartyapi/Test/te_etelisvcaps/group/callrunner.mmp
author hgs
Thu, 29 Jul 2010 12:12:57 +0100
changeset 56 ab72d5c1d770
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
permissions -rw-r--r--
201029_05

// Copyright (c) 2006-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:
//

TARGET      callrunner.exe
CAPABILITY  NetworkServices WriteDeviceData 
TARGETTYPE  exe
UID         0x1000007A 0x102827D8
VENDORID    0x70000001

EPOCSTACKSIZE    0x8000

ROMTARGET // Empty ROM path means don't include normal execute-in-place file
RAMTARGET /system/programs/   // Target path (in ROM) for RAM executable image

//Please add any change under here
SOURCEPATH     ../src/callrunner
SOURCE         callrunner.cpp

SOURCEPATH     ../src
SOURCE         te_capscallao.cpp

USERINCLUDE    ../src
USERINCLUDE    ../src/callrunner

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

//Please add your system include under here. 
LIBRARY   euser.lib
LIBRARY   testexecuteutils.lib 
LIBRARY   testexecutelogclient.lib 

LIBRARY   etel3rdparty.lib
LIBRARY   c32.lib c32root.lib
LIBRARY   bafl.lib

SMPSAFE