24
|
1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
//
|
|
15 |
|
|
16 |
TARGET callrunner.exe
|
|
17 |
CAPABILITY NetworkServices WriteDeviceData
|
|
18 |
TARGETTYPE exe
|
|
19 |
UID 0x1000007A 0x102827D8
|
|
20 |
VENDORID 0x70000001
|
|
21 |
|
|
22 |
EPOCSTACKSIZE 0x8000
|
|
23 |
|
|
24 |
ROMTARGET // Empty ROM path means don't include normal execute-in-place file
|
|
25 |
RAMTARGET /system/programs/ // Target path (in ROM) for RAM executable image
|
|
26 |
|
|
27 |
//Please add any change under here
|
|
28 |
SOURCEPATH ../src/callrunner
|
|
29 |
SOURCE callrunner.cpp
|
|
30 |
|
|
31 |
SOURCEPATH ../src
|
|
32 |
SOURCE te_capscallao.cpp
|
|
33 |
|
|
34 |
USERINCLUDE ../src
|
|
35 |
USERINCLUDE ../src/callrunner
|
|
36 |
|
|
37 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
38 |
|
|
39 |
//Please add your system include under here.
|
|
40 |
LIBRARY euser.lib
|
|
41 |
LIBRARY testexecuteutils.lib
|
|
42 |
LIBRARY testexecutelogclient.lib
|
|
43 |
|
|
44 |
LIBRARY etel3rdparty.lib
|
|
45 |
LIBRARY c32.lib c32root.lib
|
|
46 |
LIBRARY bafl.lib
|
|
47 |
|
|
48 |
SMPSAFE
|