|
1 /* |
|
2 * Copyright (c) 2001-2009 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 file for pap/notifierui |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET papnotifdlg.dll |
|
23 TARGETTYPE DLL |
|
24 UID 0x101FDFAE 0x200159AA |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 |
|
29 SOURCEPATH ../pap/notifierui/src |
|
30 |
|
31 SOURCE papnotifdlgplugin.cpp |
|
32 SOURCE papauthdialog.cpp |
|
33 SOURCE papchallengemsgdialog.cpp |
|
34 SOURCE papchallengereplydialog.cpp |
|
35 |
|
36 |
|
37 USERINCLUDE ../pap/notifierui/inc |
|
38 |
|
39 //Macro to /epoc32 headers |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 |
|
43 START RESOURCE ../data/papnotifdlgui.rss |
|
44 HEADER |
|
45 TARGETPATH RESOURCE_FILES_DIR |
|
46 LANGUAGE_IDS |
|
47 END |
|
48 |
|
49 |
|
50 #if defined(ARMCC) |
|
51 DEFFILE ../eabi/papnotifdlg.def |
|
52 #elif defined( WINSCW ) |
|
53 DEFFILE ../bwinscw/papnotifdlg.def |
|
54 #elif defined( WINS ) |
|
55 DEFFILE ../bwins/papnotifdlg.def |
|
56 #else |
|
57 DEFFILE ../bmarm/papnotifdlg.def |
|
58 #endif |
|
59 |
|
60 |
|
61 |
|
62 LIBRARY euser.lib eikdlg.lib eiksrv.lib cone.lib commdb.lib eikcore.lib |
|
63 LIBRARY eikcoctl.lib bafl.lib |
|
64 LIBRARY avkon.lib |
|
65 LIBRARY AknSkins.lib |
|
66 LIBRARY charconv.lib |
|
67 LIBRARY commonengine.lib |
|
68 LIBRARY AknNotify.lib |
|
69 |
|
70 |
|
71 // End of File |