|
1 // Copyright (c) 2001-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_psdagt.dll |
|
19 TARGETTYPE dll |
|
20 UID 0x1000008D 0x101F51A6 |
|
21 VENDORID 0x70000001 |
|
22 |
|
23 SOURCEPATH ../TS_PsdAgt |
|
24 SOURCE TestSuitePsdAgt.cpp |
|
25 SOURCE TestStepPsdAgt.cpp |
|
26 SOURCE Psdagttestcommdbparameters.cpp |
|
27 SOURCE Psdagttestcontextconfigchange.cpp |
|
28 SOURCE PsdAgtTestQoSChange.cpp |
|
29 SOURCE PsdAgtTestNotificationDisabled.cpp |
|
30 SOURCE PsdAgtTestLogging.cpp |
|
31 SOURCE PsdAgtTestSMInitialisation.cpp |
|
32 SOURCE PsdAgtTestNetworkCheck.cpp |
|
33 SOURCE PsdAgtTestCreateContext.cpp |
|
34 SOURCE PsdAgtTestCreateQoS.cpp |
|
35 SOURCE PsdAgtTestActivateContext.cpp |
|
36 SOURCE PsdAgtTestOpen.cpp |
|
37 SOURCE PsdAgtTestCloseLog.cpp |
|
38 SOURCE PsdAgtTestClosure.cpp |
|
39 SOURCE PsdAgtTestReconnect.cpp |
|
40 SOURCE PsdAgtTestOOM.cpp |
|
41 SOURCE DbUndo.cpp |
|
42 SOURCE AgtNotify.cpp |
|
43 SOURCE PsdDialogServer.cpp |
|
44 |
|
45 USERINCLUDE ../TS_PsdAgt |
|
46 USERINCLUDE ../../../../networkingsrv/networkingtestandutils/networkingunittest/tdummydlgsvr |
|
47 USERINCLUDE ../../../../networkingsrv/networkingtestandutils/networkingunittest/tdummyetel |
|
48 USERINCLUDE ../../../../networkingsrv/networkingtestandutils/networkingunittest/t_dummynifman |
|
49 SYSTEMINCLUDE /epoc32/include |
|
50 SYSTEMINCLUDE ../../../../commsfw/datacommsserver/networkinterfacemgr/version1/src |
|
51 SYSTEMINCLUDE ../../../../commsfw/datacommsserver/networkinterfacemgr/version1/inc |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY c32root.lib |
|
55 LIBRARY integrationtestutils.lib |
|
56 LIBRARY t_dummynifman.lib |
|
57 LIBRARY commsdat.lib |
|
58 LIBRARY dummyagentdialog.lib // dummy dialog server |
|
59 LIBRARY dummyetel.lib // dummyETEL with PSDAGT test code |
|
60 LIBRARY netmeta.lib // for the ABIv2 |
|
61 |
|
62 #if !defined(WINS) && !defined(GCC32) |
|
63 LIBRARY commsfw.lib |
|
64 #endif |
|
65 |
|
66 CAPABILITY ALL -Tcb |