|
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 // HtmlParserPlugin.dll Html parser plugin |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET htmlparserplugin.dll |
|
24 TARGETTYPE plugin |
|
25 CAPABILITY All -Tcb |
|
26 |
|
27 |
|
28 // ECom Plugin Dll UID followed by the unique UID for this dll |
|
29 // Assigned to UID2 and UID3 respectively |
|
30 UID 0x10009D8D 0x10272786 |
|
31 VENDORID 0x70000001 |
|
32 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
33 SYSTEMINCLUDE /epoc32/include |
|
34 SYSTEMINCLUDE /epoc32/include/libc |
|
35 #else |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
39 SYSTEMINCLUDE /epoc32/include/platform |
|
40 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
41 SYSTEMINCLUDE /epoc32/include/mw |
|
42 SYSTEMINCLUDE /epoc32/include/libc |
|
43 #endif |
|
44 |
|
45 USERINCLUDE ../htmlparserplugin/inc |
|
46 |
|
47 START STRINGTABLE ../data/htmltagstable.st |
|
48 |
|
49 END |
|
50 |
|
51 SOURCEPATH ../htmlparserplugin/src |
|
52 SOURCE HtmlParser.cpp |
|
53 SOURCE HtmlParserPlugin.cpp |
|
54 SOURCE StringParser.cpp |
|
55 |
|
56 |
|
57 START RESOURCE htmlparserplugin.rss |
|
58 #ifdef SYMBIAN_SECURE_ECOM |
|
59 TARGET htmlparserplugin.rsc |
|
60 #endif |
|
61 END |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY xmlframework.lib |
|
65 LIBRARY estlib.lib |
|
66 LIBRARY bafl.lib |
|
67 |
|
68 SMPSAFE |