|
1 /* |
|
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: PEngParser2.dll project definition file. |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 #include "../../Group/PEngUIDs2.h" |
|
21 |
|
22 #if defined (_DEBUG) |
|
23 MACRO __SERIALIZER_TAG_NAME_ASSERT |
|
24 #endif //_DEBUG |
|
25 |
|
26 |
|
27 TARGET PEngParser2.dll |
|
28 TARGETTYPE dll |
|
29 UID KStaticInterfaceDllUid2 KPEngParser2Uid3 |
|
30 CAPABILITY CAP_GENERAL_DLL |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 |
|
34 SOURCEPATH ../SrcXmlParser |
|
35 SOURCE CPEngXMLParser.cpp |
|
36 SOURCE CPEngParserStack.cpp |
|
37 SOURCE PEngXMLParserFactory.cpp |
|
38 |
|
39 |
|
40 |
|
41 SOURCEPATH ../SrcXmlSerializer |
|
42 SOURCE PEngXMLSerializerFactory.cpp |
|
43 SOURCE CPEngXmlSerializer.cpp |
|
44 SOURCE TPEngWriter.cpp |
|
45 |
|
46 |
|
47 SOURCEPATH ../SrcCommon |
|
48 |
|
49 |
|
50 USERINCLUDE ../Inc |
|
51 USERINCLUDE ../SrcCommon |
|
52 USERINCLUDE ../../TransactionFramework2/Inc |
|
53 USERINCLUDE ../../CoreUtilsLib2/Inc |
|
54 USERINCLUDE ../../Group |
|
55 |
|
56 |
|
57 // Default system include paths for application layer modules. |
|
58 APP_LAYER_SYSTEMINCLUDE |
|
59 SYSTEMINCLUDE /epoc32/include/libc |
|
60 |
|
61 SYSTEMINCLUDE ../../IncPresenceModel |
|
62 SYSTEMINCLUDE ../../IncApi |
|
63 //Relative system include for groupcommunications/inc |
|
64 SYSTEMINCLUDE ../../../inc |
|
65 |
|
66 |
|
67 LIBRARY euser.lib // base |
|
68 LIBRARY bafl.lib // arrays |
|
69 LIBRARY cxmlparser.lib // cXML Toolkit |
|
70 LIBRARY charconv.lib // utf converter |
|
71 LIBRARY imut.lib // base64 converter |
|
72 |