equal
deleted
inserted
replaced
|
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 // TestBrowser.MMP |
|
15 // testwebbrowser.exe Implementing a test harness which mimics the behaviour of a web browser. |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 OPTION CW -w off |
|
24 TARGET testwebbrowser.exe |
|
25 TARGETTYPE EXE |
|
26 CAPABILITY ALL -TCB |
|
27 |
|
28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../httpexampleclient |
|
31 |
|
32 START STRINGTABLE ../data/htmltagstable.st |
|
33 |
|
34 END |
|
35 |
|
36 START STRINGTABLE ../data/htmlattributestable.st |
|
37 |
|
38 END |
|
39 |
|
40 SOURCEPATH ../../httpexampleclient |
|
41 SOURCE httpexampleutils.cpp |
|
42 |
|
43 SOURCEPATH ../src |
|
44 SOURCE Main.cpp |
|
45 SOURCE testwebbrowser.cpp |
|
46 SOURCE browsertransaction.cpp |
|
47 SOURCE htmlhandler.cpp |
|
48 |
|
49 |
|
50 LIBRARY c32.lib |
|
51 LIBRARY euser.lib |
|
52 LIBRARY efsrv.lib |
|
53 LIBRARY http.lib |
|
54 LIBRARY inetprotutil.lib |
|
55 LIBRARY bafl.lib |
|
56 LIBRARY ecom.lib |
|
57 LIBRARY xmlframework.lib |
|
58 |
|
59 |
|
60 VENDORID 0x70000001 |
|
61 SMPSAFE |