|
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 the License "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: Project specification. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform/mw/Browser_platform_variant.hrh> |
|
21 #include "../../CodEng/inc/CodDefs.h" |
|
22 |
|
23 TARGET CodUi.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d COD_UI_UID |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE CodUiResource.cpp |
|
32 SOURCE CodAppUi.cpp |
|
33 SOURCE CodDocument.cpp |
|
34 SOURCE CodView.cpp |
|
35 SOURCE CodWaitDialog.cpp |
|
36 SOURCE CodViewDialog.cpp |
|
37 SOURCE CodUiPanic.cpp |
|
38 SOURCE RequestCompleteCallback.cpp |
|
39 SOURCE CodLogger.cpp |
|
40 SOURCE CodViewerApp.cpp |
|
41 SOURCE DdViewerApp.cpp |
|
42 SOURCE CodDownloadImpl.cpp |
|
43 SOURCE CodDialog.cpp |
|
44 SOURCE CodConfirm.cpp |
|
45 |
|
46 START RESOURCE ../data/CodUi.rss |
|
47 HEADER |
|
48 TARGETPATH RESOURCE_FILES_DIR |
|
49 LANGUAGE_IDS |
|
50 END |
|
51 |
|
52 USERINCLUDE ../inc |
|
53 |
|
54 |
|
55 SYSTEMINCLUDE ../../CodEng/inc |
|
56 |
|
57 MW_LAYER_SYSTEMINCLUDE |
|
58 MW_LAYER_ECOM_SYSTEMINCLUDE |
|
59 |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY apparc.lib |
|
62 LIBRARY apgrfx.lib |
|
63 LIBRARY eikcoctl.lib |
|
64 LIBRARY avkon.lib |
|
65 LIBRARY eikdlg.lib |
|
66 LIBRARY eikctl.lib |
|
67 LIBRARY cone.lib |
|
68 LIBRARY eikcore.lib |
|
69 LIBRARY euser.lib |
|
70 LIBRARY etext.lib |
|
71 LIBRARY form.lib |
|
72 LIBRARY CommonEngine.lib |
|
73 LIBRARY CommonUi.lib |
|
74 LIBRARY ServiceHandler.lib |
|
75 LIBRARY CodEng.lib |
|
76 LIBRARY ApMime.lib |
|
77 LIBRARY DRMCommon.lib |
|
78 LIBRARY CommonDialogs.lib |
|
79 LIBRARY bafl.lib |
|
80 LIBRARY DcfRep.lib |
|
81 LIBRARY MultipartParser.lib |
|
82 LIBRARY PlatformEnv.lib |
|
83 LIBRARY gdi.lib |
|
84 LIBRARY CdlEngine.lib |
|
85 LIBRARY CentralRepository.lib |
|
86 |
|
87 DEBUGLIBRARY flogger.lib |
|
88 #ifdef __SERIES60_HELP |
|
89 LIBRARY hlplch.lib // for "Help" options menu |
|
90 #endif // __SERIES60_HELP |