|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * This is project specification file for the Muiu_domain. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 target muiu.dll |
|
25 targettype dll |
|
26 UID 0x1000008d 0x100058CD |
|
27 VENDORID VID_DEFAULT |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VERSION 10.0 |
|
30 PAGED |
|
31 |
|
32 SOURCEPATH . |
|
33 |
|
34 START RESOURCE ../data/muiudomain.rss |
|
35 HEADER |
|
36 TARGETPATH RESOURCE_FILES_DIR |
|
37 TARGET muiu.rsc |
|
38 LANGUAGE_IDS |
|
39 END |
|
40 |
|
41 #if defined(ARMCC) |
|
42 deffile ../eabi/eabi.def |
|
43 #elif defined( WINSCW ) |
|
44 deffile ../bwinscw/winscwu.def |
|
45 #endif |
|
46 |
|
47 userinclude ../../inc |
|
48 userinclude ../inc |
|
49 userinclude ../factorysettings/inc |
|
50 userinclude ../folderselectiondialog/inc |
|
51 userinclude ../launcher/inc |
|
52 userinclude ../messageinfo/inc |
|
53 userinclude ../messageiterator/inc |
|
54 userinclude ../msgarrays/inc |
|
55 userinclude ../mtmstore/inc |
|
56 userinclude ../operationwait/inc |
|
57 userinclude ../reporteroperation/inc |
|
58 userinclude ../servicesdomain/inc |
|
59 |
|
60 SYSTEMINCLUDE ../../../../inc |
|
61 APP_LAYER_SYSTEMINCLUDE |
|
62 |
|
63 // Generic |
|
64 sourcepath . |
|
65 source muiudomainpan.cpp |
|
66 |
|
67 // FactorySettings |
|
68 sourcepath ../factorysettings/src |
|
69 source MsvFactorySettings.cpp |
|
70 |
|
71 // FolderSelectionDialog |
|
72 sourcepath ../folderselectiondialog/src |
|
73 source MsgFolderSelectionDialog.cpp |
|
74 source MsgFolderSelectionListArray.cpp |
|
75 |
|
76 // Launcher |
|
77 sourcepath ../launcher/src |
|
78 source MuiuMsgEditorLauncher.cpp |
|
79 source MuiuMsgEditorServerWatchingOperation.cpp |
|
80 source MuiuMsgEditorService.cpp |
|
81 source MuiuMsgeditorServiceSession.cpp |
|
82 |
|
83 // MessageInfo |
|
84 sourcepath ../messageinfo/src |
|
85 #ifdef __PROTOCOL_CDMA |
|
86 source MuiuMsgInfoCDMA.cpp |
|
87 #else |
|
88 source muiumsginfo.cpp |
|
89 #endif |
|
90 |
|
91 // MessageIterator |
|
92 sourcepath ../messageiterator/src |
|
93 source MuiuMessageIterator.cpp |
|
94 |
|
95 // MsgArrays |
|
96 sourcepath ../msgarrays/src |
|
97 source msgarrays.cpp |
|
98 |
|
99 // MtmStore |
|
100 sourcepath ../mtmstore/src |
|
101 source mtmstore.cpp |
|
102 source mtmstoreitem.cpp |
|
103 source mtmusagetimer.cpp |
|
104 |
|
105 // OperationWait |
|
106 sourcepath ../operationwait/src |
|
107 source MuiuOperationWait.cpp |
|
108 |
|
109 // ReporterOperation |
|
110 sourcepath ../reporteroperation/src |
|
111 source MuiuMsvProgressReporterOperation.cpp |
|
112 source MuiuMsvRemoteOperationProgress.cpp |
|
113 source MuiuMsvSingleOpWatcher.cpp |
|
114 source MuiuMsvWrappableProgressDialog.cpp |
|
115 |
|
116 // ServicesDomain |
|
117 sourcepath ../servicesdomain/src |
|
118 source MuiuMsvUiServiceUtilities.cpp |
|
119 |
|
120 library euser.lib |
|
121 library estor.lib |
|
122 library apparc.lib |
|
123 library cone.lib |
|
124 library bafl.lib |
|
125 library efsrv.lib |
|
126 library apgrfx.lib |
|
127 library msgs.lib |
|
128 library mtur.lib |
|
129 library eikcore.lib |
|
130 library eikdlg.lib |
|
131 library eikcoctl.lib |
|
132 library egul.lib |
|
133 library avkon.lib |
|
134 library eikctl.lib |
|
135 library commonengine.lib |
|
136 LIBRARY aknskins.lib |
|
137 LIBRARY aknicon.lib // AknIconUtils::AvkonIconFileName() |
|
138 LIBRARY centralrepository.lib |
|
139 LIBRARY muiu_internal.lib |
|
140 |
|
141 #if defined(WINS) |
|
142 DEBUGLIBRARY flogger.lib |
|
143 #endif |
|
144 |
|
145 //End of file |