telephonyutils/etel3rdpartyapi/Test/te_etelisvcaps/group/callrunner.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/telephonyutils/etel3rdpartyapi/Test/te_etelisvcaps/group/callrunner.mmp	Tue Feb 02 01:41:59 2010 +0200
@@ -0,0 +1,48 @@
+// 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