|
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 // Project specification file for XML DOM XPath C++ Wrapper |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET xmlenginedom.dll |
|
19 TARGETTYPE dll |
|
20 UID 0x1000008D 0x101F9781 |
|
21 |
|
22 SOURCEPATH ../src/xmlenginedom |
|
23 SOURCE xmlengattr.cpp |
|
24 SOURCE xmlengdatacontainer.cpp |
|
25 SOURCE xmlengbinarycontainer.cpp |
|
26 SOURCE xmlengchunkcontainer.cpp |
|
27 SOURCE xmlengfilecontainer.cpp |
|
28 SOURCE xmlengcharacterdata.cpp |
|
29 SOURCE xmlengdocument.cpp |
|
30 SOURCE xmlengdombase.cpp |
|
31 SOURCE xmlengdomimplementation.cpp |
|
32 SOURCE xmlengdomparser.cpp |
|
33 SOURCE xmlengelement.cpp |
|
34 SOURCE xmlengnamespace.cpp |
|
35 SOURCE xmlengnode.cpp |
|
36 SOURCE xmlengnodelist_impl.cpp |
|
37 SOURCE xmlengnodeset.cpp |
|
38 SOURCE xmlengownednodescontainer.cpp |
|
39 SOURCE xmlengprocessinginstruction.cpp |
|
40 SOURCE xmlengserializationoptions.cpp |
|
41 SOURCE xmlengtext.cpp |
|
42 SOURCE xmlengxpathconfiguration.cpp |
|
43 SOURCE xmlengxpathevaluationcontext_impl.cpp |
|
44 SOURCE xmlengxpathevaluator.cpp |
|
45 SOURCE xmlengxpathexpression.cpp |
|
46 SOURCE xmlengxpathutils.cpp |
|
47 SOURCE xmlengxpathresult.cpp |
|
48 SOURCE xmlengxformsinstancemap.cpp |
|
49 SOURCE xmlengfileoutputstream.cpp |
|
50 SOURCE xmlengdomutils.cpp |
|
51 |
|
52 USERINCLUDE ../../libxml2libs/inc/libxml2_nonexport |
|
53 |
|
54 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
55 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
56 SYSTEMINCLUDE /epoc32/include/stdapis/libxml2 |
|
57 |
|
58 LIBRARY libc.lib |
|
59 LIBRARY euser.lib |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY sysutil.lib |
|
62 LIBRARY bafl.lib |
|
63 |
|
64 LIBRARY xmlengine.lib |
|
65 LIBRARY xmlengineutils.lib |
|
66 |
|
67 nostrictdef |
|
68 |
|
69 CAPABILITY ALL -TCB |
|
70 VENDORID 0x70000001 |
|
71 |
|
72 SMPSAFE |