equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 //OPTION CW -w off |
|
17 TARGET testhttpsuite.exe |
|
18 TARGETTYPE EXE |
|
19 CAPABILITY ALL -TCB |
|
20 |
|
21 UID 0x1000007A 0x200214E9 |
|
22 |
|
23 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
24 SYSTEMINCLUDE /epoc32/include /epoc32/include/test /epoc32/include/ecom |
|
25 #else |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 SYSTEMINCLUDE /epoc32/include/platform/test |
|
28 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
29 SYSTEMINCLUDE /epoc32/include/ecom |
|
30 SYSTEMINCLUDE /epoc32/include/mw |
|
31 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
32 #endif |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../t_utils |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE testhttpserver.cpp testhttpbasestep.cpp testhttpeboclientstep.cpp testhttpbuffersizestep.cpp testhttpeboclientconditionalstep.cpp testexplicitsessionstep.cpp testhttpfiltersuspendstep.cpp |
|
39 |
|
40 LIBRARY c32.lib euser.lib estor.lib efsrv.lib http.lib inetprotutil.lib bafl.lib ecom.lib crypto.lib esock.lib httputils.lib |
|
41 |
|
42 //For TEF |
|
43 LIBRARY testexecuteutils.lib testexecutelogclient.lib httptestutils.lib |
|
44 |
|
45 |
|
46 |
|
47 |
|
48 |
|
49 |
|
50 SMPSAFE |