|
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 Serializer |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET xmlengineserializer.dll |
|
19 TARGETTYPE dll |
|
20 UID 0x1000008D 0x101F9794 |
|
21 |
|
22 SOURCEPATH ../src/xmlengineserializer |
|
23 SOURCE xmlengserializer.cpp |
|
24 SOURCE xmlengserializerxop.cpp |
|
25 SOURCE xmlengxopproxyoutputstream.cpp |
|
26 SOURCE xmlengxopfileoutputstream.cpp |
|
27 SOURCE xmlengserializergzip.cpp |
|
28 SOURCE xmlenggzipfileoutputstream.cpp |
|
29 SOURCE xmlenggzipbufferoutputstream.cpp |
|
30 SOURCE xmlenggzipoutputstream.cpp |
|
31 SOURCE xmlengdeserializer.cpp |
|
32 SOURCE xmlengdeserializerxop.cpp |
|
33 SOURCE xmlengdeserializergzip.cpp |
|
34 SOURCE xmlengcontenthandler.cpp |
|
35 SOURCE xmlenggzipbufferdeserializebm.cpp |
|
36 SOURCE xmlenggzipfiledeserializer.cpp |
|
37 SOURCE xmlengdomcontenthandler.cpp |
|
38 SOURCE xmlengdeserializerdom.cpp |
|
39 SOURCE xmlengparsingoptions.cpp |
|
40 |
|
41 USERINCLUDE ../src/xmlenginedom |
|
42 |
|
43 |
|
44 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
46 SYSTEMINCLUDE /epoc32/include/stdapis/libxml2 |
|
47 |
|
48 LIBRARY libc.lib |
|
49 LIBRARY euser.lib |
|
50 LIBRARY efsrv.lib |
|
51 LIBRARY bafl.lib |
|
52 LIBRARY xmlengine.lib |
|
53 LIBRARY xmlengineutils.lib |
|
54 LIBRARY xmlenginedom.lib |
|
55 LIBRARY multipartparser.lib |
|
56 LIBRARY ezlib.lib |
|
57 LIBRARY xmlframework.lib |
|
58 LIBRARY bsul.lib //TImCodec |
|
59 LIBRARY sysutil.lib |
|
60 |
|
61 nostrictdef |
|
62 |
|
63 CAPABILITY ALL -TCB |
|
64 VENDORID 0x70000001 |
|
65 |
|
66 SMPSAFE |