equal
deleted
inserted
replaced
|
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 // |
|
15 |
|
16 TARGET httptestutils.dll |
|
17 TARGETTYPE dll |
|
18 CAPABILITY ALL -TCB |
|
19 |
|
20 UID 0x1000008d 0x10005188 |
|
21 VENDORID 0x70000001 |
|
22 SOURCEPATH ../t_utils |
|
23 SOURCE httptestutils.cpp HttpTestCore.cpp T_DummyServer.cpp ScriptFile.cpp ScriptSection.cpp ScriptSectionItem.cpp |
|
24 SOURCE t_detectkey.cpp |
|
25 SOURCE csrvaddrval.cpp |
|
26 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
27 SYSTEMINCLUDE /epoc32/include |
|
28 #else |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 SYSTEMINCLUDE /epoc32/include/platform |
|
31 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
32 SYSTEMINCLUDE /epoc32/include/mw |
|
33 #endif |
|
34 USERINCLUDE ../t_utils |
|
35 USERINCLUDE ../../inc/framework |
|
36 LIBRARY euser.lib efsrv.lib flogger.lib http.lib c32.lib esock.lib inetprotutil.lib bafl.lib |
|
37 |
|
38 #ifdef WINSCW |
|
39 DEFFILE HTTPTESTUTILS.DEF |
|
40 #endif |
|
41 |
|
42 #ifdef ARMV5 |
|
43 DEFFILE httptestutils.def |
|
44 #endif |
|
45 SMPSAFE |