|
1 // Copyright (c) 2003-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 // using relative paths for sourcepath and user includes |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET ts_rootserver.dll |
|
19 TARGETTYPE dll |
|
20 UID 0x1000008d 0x101F529F |
|
21 VENDORID 0x70000001 |
|
22 |
|
23 SOURCEPATH ../ts_rootserver |
|
24 SOURCE TestSuiteRootServer.cpp |
|
25 SOURCE TestStepRootServer.cpp |
|
26 SOURCE TestAsynchHandler.cpp |
|
27 SOURCE RootServerTestSection1.cpp |
|
28 SOURCE RootServerTestSection2.cpp |
|
29 SOURCE RootServerTestSection3.cpp |
|
30 SOURCE RootServerTestSection4.cpp |
|
31 SOURCE RootServerTestSection5.cpp |
|
32 SOURCE RootServerTestSection6.cpp |
|
33 SOURCE RootServerTestSection7.cpp |
|
34 SOURCE RootServerTestSection8.cpp |
|
35 SOURCEPATH ../configurator/src |
|
36 SOURCE c32cmiutils.cpp |
|
37 |
|
38 USERINCLUDE ../ts_rootserver |
|
39 USERINCLUDE ../configurator/src |
|
40 USERINCLUDE /epoc32/include/networking |
|
41 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
42 SYSTEMINCLUDE /epoc32/include |
|
43 SYSTEMINCLUDE /epoc32/include/comms-infras |
|
44 #else |
|
45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
46 #endif |
|
47 LIBRARY euser.lib c32root.lib commsfw.lib |
|
48 LIBRARY integrationtestutils.lib |
|
49 |
|
50 |
|
51 CAPABILITY ALL -Tcb |
|
52 |
|
53 SMPSAFE |
|
54 |