|
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: SyncLog |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "defaultcaps.hrh" |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET nsmlalertqueue.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x101F6DF0 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 #if defined(ARMCC) |
|
30 DEFFILE ./def/eabi |
|
31 #elif defined(WINSCW) |
|
32 DEFFILE ./def/bwinscw |
|
33 #endif |
|
34 |
|
35 MW_LAYER_SYSTEMINCLUDE |
|
36 SYSTEMINCLUDE /epoc32/include/libc |
|
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 SYSTEMINCLUDE /epoc32/include/syncml |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../inc |
|
42 USERINCLUDE ../../wbxml/inc |
|
43 USERINCLUDE ../../wbxml/inc/syncml |
|
44 USERINCLUDE ../../wbxml/inc/devinf |
|
45 USERINCLUDE ../../syncagent/inc |
|
46 USERINCLUDE ../../../ds/inc |
|
47 USERINCLUDE ../../../ds/settings/inc |
|
48 USERINCLUDE ../../../ds/hostserver/dshostclient/inc |
|
49 USERINCLUDE ../../../dm/settings/inc |
|
50 USERINCLUDE ../../../ds/syncagent/inc |
|
51 USERINCLUDE ../../historylog/inc |
|
52 USERINCLUDE ../../sosserver/inc |
|
53 |
|
54 SOURCEPATH ../src |
|
55 SOURCE NSmlAlertParserBase.cpp |
|
56 SOURCE NSmlDSAlertParser12.cpp |
|
57 SOURCE NSmlDMAlertParser11.cpp |
|
58 SOURCE NSmlDSAlertParser11.cpp |
|
59 SOURCE NSmlAlertInfo.cpp |
|
60 SOURCE NSmlAlertJobInfo.cpp |
|
61 SOURCE NSmlAlertHandler.cpp |
|
62 SOURCE NSmlMessageQueue.cpp |
|
63 SOURCE NSmlMessageItem.cpp |
|
64 SOURCE NSmlParserFactory.cpp |
|
65 |
|
66 LIBRARY euser.lib estor.lib bafl.lib efsrv.lib nsmlwbxml.lib |
|
67 LIBRARY nsmlhistorylog.lib |
|
68 LIBRARY nsmldssettings.lib |
|
69 LIBRARY nsmldmsettings.lib |
|
70 LIBRARY nsmldshostclient.lib |
|
71 LIBRARY nsmlagentcommon.lib |
|
72 LIBRARY charconv.lib |
|
73 LIBRARY ecom.lib |
|
74 LIBRARY nsmldebug.lib |
|
75 LIBRARY centralrepository.lib |
|
76 |
|
77 SOURCEPATH ../src/ContentTypes |
|
78 |
|
79 START RESOURCE NSmlDSTypesRes.rss |
|
80 HEADER |
|
81 TARGETPATH RESOURCE_FILES_DIR |
|
82 END |
|
83 |
|
84 SMPSAFE |