|
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: EMail XML Parser mmp file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "defaultcaps.hrh" |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 CAPABILITY CAP_GENERAL_DLL |
|
23 VENDORID VID_DEFAULT |
|
24 TARGET nsmlxmlparser.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x101F6DE4 |
|
27 |
|
28 #if defined(ARMCC) |
|
29 DEFFILE ./def/eabixmlparser |
|
30 #elif defined(WINSCW) |
|
31 DEFFILE ./def/bwinscwxmlparser |
|
32 #elif defined(WINS) |
|
33 DEFFILE ./def/bwinsxmlparser |
|
34 #else |
|
35 DEFFILE ./def/bmarmxmlparser |
|
36 #endif |
|
37 |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 SYSTEMINCLUDE ../../../adapters/email/mtm/inc |
|
40 USERINCLUDE ../inc |
|
41 |
|
42 SOURCEPATH ../src |
|
43 SOURCE nsmlxmlparser.cpp |
|
44 SOURCE NSmlExtData.cpp |
|
45 SOURCE NSmlFolderAttributeData.cpp |
|
46 SOURCE NSmlTruncatedData.cpp |
|
47 SOURCE NSmlEmailParser.cpp |
|
48 SOURCE NSmlEmailFileParser.cpp |
|
49 SOURCE NSmlFolderParser.cpp |
|
50 |
|
51 LIBRARY euser.lib estor.lib efsrv.lib |
|
52 |