|
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 // |
|
15 |
|
16 |
|
17 TARGET httppipeliningtest.exe |
|
18 TARGETTYPE exe |
|
19 CAPABILITY TrustedUI ProtServ NetworkServices |
|
20 UID 0 0x10204E35 |
|
21 |
|
22 VENDORID 0x70000001 |
|
23 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
24 SYSTEMINCLUDE /epoc32/include /epoc32/include/ecom ../../../../applayerpluginsandutils/httptransportplugins/httptransporthandler /epoc32/include/test |
|
25 #else |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 SYSTEMINCLUDE /epoc32/include/ecom |
|
28 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
29 SYSTEMINCLUDE /epoc32/include/platform |
|
30 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
31 SYSTEMINCLUDE /epoc32/include/mw |
|
32 SYSTEMINCLUDE /epoc32/include/platform/test |
|
33 SYSTEMINCLUDE ../../../../applayerpluginsandutils/httptransportplugins/httptransporthandler |
|
34 #endif |
|
35 |
|
36 USERINCLUDE ../TestScriptTest ../t_utils ../../inc/framework |
|
37 USERINCLUDE ../../utils |
|
38 |
|
39 //For test |
|
40 LIBRARY euser.lib httptestutils.lib http.lib ecom.lib inetprotutil.lib bafl.lib esock.lib |
|
41 |
|
42 //For TEF |
|
43 LIBRARY testexecuteutils.lib testexecutelogclient.lib |
|
44 |
|
45 SOURCEPATH ../TestScriptTest |
|
46 SOURCE TestScriptTestStep.cpp |
|
47 SOURCE TestScriptTestServer.cpp |
|
48 SOURCE CPipeliningTestEngine.cpp |
|
49 SOURCE CPipeliningTestServer.cpp |
|
50 SOURCE CPipeliningTestClient.cpp |
|
51 SOURCE CTestServerStreamManager.cpp |
|
52 SOURCE CPipeliningTestCase.cpp |
|
53 SOURCE CPipeliningConfigTest.cpp |
|
54 SOURCE CPipeliningTestParams.cpp ctestcaselocalandremotehost.cpp |
|
55 |
|
56 |
|
57 SMPSAFE |