|
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 notui.dll. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 //...LOGGING... |
|
25 MACRO USE_LOGGER // HW debugging support |
|
26 LIBRARY flogger.lib |
|
27 //...LOGGING... |
|
28 |
|
29 TARGET notui.dll |
|
30 TARGETTYPE dll |
|
31 UID 0x10004845 0x101F86A1 |
|
32 VENDORID VID_DEFAULT |
|
33 CAPABILITY CAP_GENERAL_DLL |
|
34 VERSION 10.0 |
|
35 PAGED |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 START RESOURCE NotRegistry.rss |
|
40 TARGET not.rsc |
|
41 TARGETPATH MTM_INFO_FILE_DIR |
|
42 LANGUAGE_IDS |
|
43 END |
|
44 |
|
45 START RESOURCE NotUi.rss |
|
46 TARGETPATH MTM_RESOURCE_DIR |
|
47 HEADER |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 TARGETPATH /system/libs |
|
52 SOURCEPATH ../notmtmsrc |
|
53 |
|
54 SOURCE NotMtmUiDll.cpp |
|
55 SOURCE NotMtmUi.cpp |
|
56 SOURCE NotMtmUiData.cpp |
|
57 SOURCE MMBoxArray.cpp |
|
58 SOURCE MMBoxDialog.cpp |
|
59 |
|
60 USERINCLUDE ../mtminc |
|
61 USERINCLUDE ../settingsinc |
|
62 USERINCLUDE ../notmtminc |
|
63 |
|
64 SYSTEMINCLUDE ../../../inc |
|
65 |
|
66 LIBRARY eikcore.lib eikcoctl.lib eikdlg.lib |
|
67 LIBRARY cone.lib egul.lib |
|
68 LIBRARY euser.lib |
|
69 LIBRARY efsrv.lib |
|
70 LIBRARY eikctl.lib // CEikColumnListBoxstuff |
|
71 LIBRARY mtur.lib |
|
72 LIBRARY muiu.lib |
|
73 LIBRARY muiu_internal.lib |
|
74 LIBRARY apgrfx.lib |
|
75 LIBRARY apparc.lib |
|
76 LIBRARY msgs.lib |
|
77 LIBRARY mmsgenutils.lib |
|
78 LIBRARY commonengine.lib |
|
79 LIBRARY avkon.lib // Delete from - list query |
|
80 LIBRARY bafl.lib // E.g Array handling |
|
81 LIBRARY featmgr.lib //Features |
|
82 LIBRARY aknskins.lib |
|
83 LIBRARY hlplch.lib // HlpLauncher |
|
84 LIBRARY mmssettings.lib |
|
85 LIBRARY estor.lib // RWriteStream |
|
86 LIBRARY mmsserversettings.lib |
|
87 LIBRARY centralrepository.lib |
|
88 |
|
89 #if defined( ARMCC ) |
|
90 deffile ./eabi.def |
|
91 //#elif defined( WINSCW ) |
|
92 //deffile ./winscw.def |
|
93 #elif defined( WINS ) |
|
94 deffile ./WINS.DEF |
|
95 #endif |
|
96 |
|
97 // End of file |