|
1 // Copyright (c) 2003-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 // xmlframework.dll generic xml parser framework |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET xmlframework.dll |
|
23 CAPABILITY All -Tcb |
|
24 TARGETTYPE dll |
|
25 |
|
26 DEFFILE xmlframework2.def |
|
27 |
|
28 // XML Framework DLL |
|
29 UID 0x101FADCB 0x101FADCC |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 USERINCLUDE ../src/xmlframework |
|
35 USERINCLUDE ../inc |
|
36 |
|
37 SOURCEPATH ../src/xmlframework |
|
38 SOURCE attribute.cpp |
|
39 SOURCE charsetconverter.cpp |
|
40 SOURCE dictionarycodepage.cpp |
|
41 SOURCE documentparameters.cpp |
|
42 SOURCE matchdata.cpp |
|
43 SOURCE parser.cpp |
|
44 SOURCE parserimpl.cpp |
|
45 SOURCE stringdictionarycollection.cpp |
|
46 SOURCE stringdictionarycollectionimpl.cpp |
|
47 SOURCE taginfo.cpp |
|
48 SOURCE xmlframeworkerrors.cpp |
|
49 SOURCE xmlframeworkmain.cpp |
|
50 |
|
51 SOURCEPATH ../src/xmlframeworkerrors |
|
52 |
|
53 // The resource file containing XML Framework error messages |
|
54 // Must eventually end up in Z\resource\errors |
|
55 START RESOURCE xmlframeworkerr.rss |
|
56 TARGETPATH /resource/errors |
|
57 HEADER |
|
58 LANG 01 |
|
59 END |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY bafl.lib // for RStringPool |
|
63 LIBRARY ecom.lib |
|
64 LIBRARY efsrv.lib |
|
65 LIBRARY estor.lib |
|
66 LIBRARY charconv.lib |
|
67 |
|
68 SMPSAFE |