sl@0
|
1 |
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// using relative paths for sourcepath and user includes
|
sl@0
|
15 |
// uses ts_Commdb's UID (so don't run ts_commdb at same time!)
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
|
sl@0
|
19 |
TARGET te_comsdbg.exe
|
sl@0
|
20 |
TARGETTYPE EXE
|
sl@0
|
21 |
UID 0x1000008d 0x101F52C4
|
sl@0
|
22 |
VENDORID 0x70000001
|
sl@0
|
23 |
CAPABILITY ALL -Tcb
|
sl@0
|
24 |
|
sl@0
|
25 |
USERINCLUDE ../inc
|
sl@0
|
26 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
27 |
|
sl@0
|
28 |
SOURCEPATH ../src
|
sl@0
|
29 |
SOURCE Setup.cpp
|
sl@0
|
30 |
SOURCE TE_comsdbgServer.cpp
|
sl@0
|
31 |
SOURCE teststepcomsdbg.cpp
|
sl@0
|
32 |
SOURCE step_001_01.cpp
|
sl@0
|
33 |
SOURCE step_002_xx.cpp
|
sl@0
|
34 |
SOURCE step_003_xx.cpp
|
sl@0
|
35 |
SOURCE step_004_xx.cpp
|
sl@0
|
36 |
SOURCE step_005_xx.cpp
|
sl@0
|
37 |
SOURCE step_006_xx.cpp
|
sl@0
|
38 |
SOURCE step_007_xx.cpp
|
sl@0
|
39 |
SOURCE step_008_xx.cpp
|
sl@0
|
40 |
SOURCE step_009_xx.cpp
|
sl@0
|
41 |
SOURCE step_010_xx.cpp
|
sl@0
|
42 |
SOURCE step_011_xx.cpp
|
sl@0
|
43 |
SOURCE step_012_xx.cpp
|
sl@0
|
44 |
SOURCE step_013_xx.cpp
|
sl@0
|
45 |
SOURCE step_014_xx.cpp
|
sl@0
|
46 |
SOURCE step_015_xx.cpp
|
sl@0
|
47 |
SOURCE step_017_xx.cpp
|
sl@0
|
48 |
SOURCE step_016_xx.cpp
|
sl@0
|
49 |
SOURCE step_018_01.cpp
|
sl@0
|
50 |
SOURCE step_019_01.cpp
|
sl@0
|
51 |
SOURCE step_020_xx.cpp
|
sl@0
|
52 |
SOURCE step_021_01.cpp
|
sl@0
|
53 |
SOURCE step_022_01.cpp
|
sl@0
|
54 |
SOURCE step_023_01.cpp
|
sl@0
|
55 |
SOURCE step_024_xx.cpp
|
sl@0
|
56 |
SOURCE step_025_xx.cpp
|
sl@0
|
57 |
SOURCE step_026_xx.cpp
|
sl@0
|
58 |
SOURCE step_027_xx.cpp
|
sl@0
|
59 |
SOURCE step_028_xx.cpp
|
sl@0
|
60 |
SOURCE step_029_xx.cpp
|
sl@0
|
61 |
SOURCE step_030_xx.cpp
|
sl@0
|
62 |
SOURCE t_cdu_performancetest.cpp
|
sl@0
|
63 |
|
sl@0
|
64 |
LIBRARY euser.lib
|
sl@0
|
65 |
LIBRARY comsdbgutil.lib
|
sl@0
|
66 |
LIBRARY efsrv.lib
|
sl@0
|
67 |
LIBRARY tlog1.lib
|
sl@0
|
68 |
LIBRARY tlog3.lib
|
sl@0
|
69 |
LIBRARY tlog4.lib
|
sl@0
|
70 |
LIBRARY testexecuteutils.lib
|
sl@0
|
71 |
|
sl@0
|
72 |
// Force the library to build for release builds.
|
sl@0
|
73 |
// Debug builds triggered automatically by the flogger.h header file.
|
sl@0
|
74 |
MACRO __FLOG_SUPPRESS_REL_WARNING
|
sl@0
|
75 |
MACRO __FLOG_ACTIVE
|
sl@0
|
76 |
|
sl@0
|
77 |
//MACRO SERIAL_DISPLAY
|
sl@0
|
78 |
|
sl@0
|
79 |
SMPSAFE
|