1 /* |
|
2 * Copyright (c) 2002-2007 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: Project specification file for the Phonesettings Notes Ui |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 // Capability assignment. |
|
22 CAPABILITY CAP_GENERAL_DLL |
|
23 |
|
24 TARGET psui.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x100059C6 |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE psuibarringobs.cpp |
|
30 SOURCE psuiwaitingobs.cpp |
|
31 SOURCE psuidivertobs.cpp |
|
32 SOURCE psuinotemaster.cpp |
|
33 SOURCE psuiresourceloader.cpp |
|
34 SOURCE psuicontainer.cpp |
|
35 SOURCE psuicliobserver.cpp |
|
36 SOURCE psuivariationproxy.cpp |
|
37 #ifdef RD_PHONE_NG |
|
38 SOURCE psuiquerydialog.cpp |
|
39 #endif // RD_PHONE_NG |
|
40 SOURCE psuireqobserver.cpp |
|
41 SOURCE psuinotecontroller.cpp |
|
42 |
|
43 START RESOURCE ../data/psui.rss |
|
44 HEADER |
|
45 TARGETPATH RESOURCE_FILES_DIR |
|
46 // Language definition |
|
47 LANGUAGE_IDS |
|
48 |
|
49 END // RESOURCE |
|
50 |
|
51 SYSTEMINCLUDE ../../../inc |
|
52 |
|
53 USERINCLUDE . ../inc |
|
54 MW_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 LIBRARY bafl.lib |
|
57 LIBRARY euser.lib |
|
58 LIBRARY cone.lib |
|
59 LIBRARY aknnotify.lib |
|
60 LIBRARY eikcoctl.lib |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY commonengine.lib |
|
63 LIBRARY etelmm.lib |
|
64 LIBRARY featmgr.lib |
|
65 LIBRARY numbergrouping.lib |
|
66 LIBRARY servicerequest.lib |
|
67 LIBRARY centralrepository.lib |
|
68 #ifdef RD_PHONE_NG |
|
69 LIBRARY eikdlg.lib |
|
70 LIBRARY eikcore.lib |
|
71 #endif // RD_PHONE_NG |
|
72 |
|
73 // End of File |
|