|
1 // Copyright (c) 2005-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 TARGET t_httpoffline.exe |
|
17 TARGETTYPE exe |
|
18 CAPABILITY TrustedUI ProtServ WriteDeviceData |
|
19 |
|
20 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
21 SYSTEMINCLUDE /epoc32/include |
|
22 SYSTEMINCLUDE /epoc32/include/ecom |
|
23 #else |
|
24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
25 SYSTEMINCLUDE /epoc32/include/ecom |
|
26 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
27 SYSTEMINCLUDE /epoc32/include/platform |
|
28 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
29 SYSTEMINCLUDE /epoc32/include/mw |
|
30 #endif |
|
31 |
|
32 USERINCLUDE ../T_HttpOffline |
|
33 USERINCLUDE ../t_utils |
|
34 USERINCLUDE ../../core |
|
35 USERINCLUDE ../../utils |
|
36 USERINCLUDE ../../../../applayerpluginsandutils/httpprotocolplugins/httpclient |
|
37 USERINCLUDE ../../inc/framework |
|
38 USERINCLUDE ../../../../applayerpluginsandutils/httpprotocolplugins/inc/httpheadercodec |
|
39 USERINCLUDE ../../../../applayerpluginsandutils/httpprotocolplugins/httpheadercodec |
|
40 |
|
41 // Following are required for commented out tests |
|
42 //USERINCLUDE ../wsptrhndstub |
|
43 //USERINCLUDE ../chat |
|
44 |
|
45 SOURCEPATH ../../../../applayerpluginsandutils/httpprotocolplugins/httpclient |
|
46 |
|
47 // Following are required for commented out tests |
|
48 //SOURCE chttpclientfilter.cpp |
|
49 |
|
50 SOURCEPATH ../../core |
|
51 SOURCE CProtocolHandler.cpp |
|
52 SOURCE CHeaders.cpp |
|
53 SOURCE CHeaderField.cpp |
|
54 SOURCE httppanic.cpp |
|
55 SOURCE CProtTransaction.cpp |
|
56 |
|
57 SOURCEPATH ../T_HttpOffline |
|
58 SOURCE t_formencoder.cpp |
|
59 SOURCE t_hdrcodec.cpp |
|
60 SOURCE t_core.cpp |
|
61 SOURCE t_filters.cpp |
|
62 SOURCE t_httpoffline.cpp |
|
63 SOURCE ctesthttpheadercodec.cpp |
|
64 |
|
65 // Following are required for commented out tests |
|
66 //SOURCE T_WspTrHndStub.cpp |
|
67 |
|
68 // Note: Following cpp test files are ones needing rewriting from move |
|
69 // to pipelining architecture |
|
70 //SOURCE T_respparse.cpp |
|
71 //SOURCE t_textmodeheadersfilter.cpp |
|
72 |
|
73 LIBRARY euser.lib |
|
74 LIBRARY httptestutils.lib |
|
75 LIBRARY inetprotutil.lib |
|
76 LIBRARY bafl.lib |
|
77 LIBRARY ecom.lib |
|
78 LIBRARY http.lib |
|
79 |
|
80 // Following are required for commented out tests |
|
81 //LIBRARY EFSRV.LIB |
|
82 |
|
83 VENDORID 0x70000001 |
|
84 |
|
85 // Allocated UID range for IWS tests are 0x102729D2 to 0x10272A35. The UID name is KUidIWSTestSuit. |
|
86 UID 0x1000007A 0x102729D4 |
|
87 |
|
88 SMPSAFE |