|
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: |
|
15 * This is project specification file for the the Disconnect Dialog. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET DisconnectDlg.dll |
|
23 |
|
24 TARGETTYPE DLL |
|
25 |
|
26 TARGETPATH /System/libs |
|
27 |
|
28 UID 0x101FDFAE 0x101F85F3 |
|
29 |
|
30 CAPABILITY CAP_GENERAL_DLL |
|
31 |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 START RESOURCE ../DisconnectDlg/data/DisconnectDlg.rss |
|
35 HEADER |
|
36 TARGETPATH RESOURCE_FILES_DIR |
|
37 LANGUAGE_IDS |
|
38 END // RESOURCE |
|
39 |
|
40 SOURCEPATH ../DisconnectDlg/src |
|
41 SOURCE DisconnectDlgUi.cpp |
|
42 SOURCE DisconnectDlgDialog.cpp |
|
43 SOURCE ConnectionInfo.cpp |
|
44 SOURCE ConnectionCArray.cpp |
|
45 SOURCE ConnectionModel.cpp |
|
46 SOURCE QueryDisconnectDlgDialog.cpp |
|
47 SOURCE ActiveDisconnectDlgPlugin.cpp |
|
48 SOURCE DisconnectDlgActiveWaiter.cpp |
|
49 SOURCE connectioninfosortkey.cpp |
|
50 |
|
51 SOURCEPATH ../src |
|
52 SOURCE ExpiryTimer.cpp |
|
53 |
|
54 USERINCLUDE ../DisconnectDlg/inc |
|
55 |
|
56 // Component specific internal headers |
|
57 USERINCLUDE ../inc |
|
58 |
|
59 // ADO specific internal headers |
|
60 SYSTEMINCLUDE ../../../inc |
|
61 |
|
62 //Macro to /epoc32 headers |
|
63 MW_LAYER_SYSTEMINCLUDE |
|
64 |
|
65 SYSTEMINCLUDE /epoc32/include/uikon |
|
66 |
|
67 |
|
68 LIBRARY euser.lib |
|
69 LIBRARY cone.lib |
|
70 LIBRARY eikcore.lib |
|
71 LIBRARY eikcoctl.lib |
|
72 LIBRARY eiksrvui.lib |
|
73 LIBRARY avkon.lib |
|
74 LIBRARY eikdlg.lib |
|
75 LIBRARY bafl.lib |
|
76 LIBRARY connmon.lib |
|
77 LIBRARY commonengine.lib |
|
78 LIBRARY eiksrv.lib |
|
79 LIBRARY AknIcon.lib |
|
80 LIBRARY egul.lib |
|
81 LIBRARY apparc.lib |
|
82 LIBRARY apgrfx.lib |
|
83 LIBRARY fbscli.lib |
|
84 LIBRARY AknSkins.lib |
|
85 |
|
86 DEBUGLIBRARY flogger.lib |
|
87 DEBUGLIBRARY efsrv.lib |
|
88 |
|
89 |
|
90 #if defined(ARMCC) |
|
91 DEFFILE ../DisconnectDlg/EABI/DisconnectDlg.DEF |
|
92 #elif defined( WINSCW ) |
|
93 DEFFILE ../DisconnectDlg/BWinsCw/DISCONNECTDLG.def |
|
94 #endif |
|
95 |
|
96 |
|
97 // End of File |