sl@0
|
1 |
// Copyright (c) 2002-2010 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 |
// Te_UloggerServerTestSuite.mmp
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
TARGET te_uloggerservertestsuite.exe
|
sl@0
|
19 |
TARGETTYPE exe
|
sl@0
|
20 |
UID 0x1000007A 0x10273881
|
sl@0
|
21 |
CAPABILITY CommDD NetworkControl LocalServices ProtServ
|
sl@0
|
22 |
|
sl@0
|
23 |
MACRO __ULOGGER_SERVER_UNIT_TEST
|
sl@0
|
24 |
|
sl@0
|
25 |
OS_LAYER_SYSTEMINCLUDE
|
sl@0
|
26 |
|
sl@0
|
27 |
USERINCLUDE ../te-server
|
sl@0
|
28 |
USERINCLUDE ../../inc
|
sl@0
|
29 |
USERINCLUDE ../../src/pluginframework
|
sl@0
|
30 |
USERINCLUDE ../../src/uloggerserver
|
sl@0
|
31 |
|
sl@0
|
32 |
SOURCEPATH ../te-server
|
sl@0
|
33 |
SOURCE te_uloggerservertestsuiteserver.cpp
|
sl@0
|
34 |
SOURCE te_uloggerservertestsuitestepbase.cpp
|
sl@0
|
35 |
SOURCE uloggerservertest0step.cpp
|
sl@0
|
36 |
SOURCE uloggerservertest1step.cpp
|
sl@0
|
37 |
SOURCE uloggerservertest2step.cpp
|
sl@0
|
38 |
SOURCE uloggerservertest3step.cpp
|
sl@0
|
39 |
SOURCE uloggerservertest4step.cpp
|
sl@0
|
40 |
SOURCE uloggerservertest5step.cpp
|
sl@0
|
41 |
SOURCE uloggerservertest6step.cpp
|
sl@0
|
42 |
|
sl@0
|
43 |
SOURCEPATH ../../src/uloggerserver
|
sl@0
|
44 |
SOURCE uloggerwatcher.cpp
|
sl@0
|
45 |
SOURCE uloggersrvsession.cpp
|
sl@0
|
46 |
SOURCE uloggerserver.cpp
|
sl@0
|
47 |
|
sl@0
|
48 |
SOURCEPATH ../../src/pluginframework
|
sl@0
|
49 |
SOURCE pluginallocator.cpp
|
sl@0
|
50 |
SOURCE inputframework.cpp
|
sl@0
|
51 |
SOURCE outputframework.cpp
|
sl@0
|
52 |
SOURCE inputdata.cpp
|
sl@0
|
53 |
|
sl@0
|
54 |
SOURCEPATH ../../src/command
|
sl@0
|
55 |
SOURCE uloggercommands.cpp
|
sl@0
|
56 |
|
sl@0
|
57 |
LIBRARY euser.lib
|
sl@0
|
58 |
LIBRARY estor.lib
|
sl@0
|
59 |
LIBRARY bafl.lib
|
sl@0
|
60 |
LIBRARY hal.lib
|
sl@0
|
61 |
LIBRARY efsrv.lib
|
sl@0
|
62 |
LIBRARY btracec.lib
|
sl@0
|
63 |
LIBRARY uloggersysconfig.lib
|
sl@0
|
64 |
LIBRARY testexecuteutils.lib
|
sl@0
|
65 |
LIBRARY testexecutelogclient.lib ecom.lib
|
sl@0
|
66 |
|
sl@0
|
67 |
SMPSAFE
|