|
1 /* |
|
2 * Copyright (c) 2005-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: Phonebook 2 Commands project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform/app/Pbk2UID.h> |
|
20 #include "Pbk2Config.mmp" |
|
21 #include "../inc/Pbk2InternalUID.h" |
|
22 #include "../inc/Pbk2Config.hrh" |
|
23 #include <platform_paths.hrh> |
|
24 #include <data_caging_paths.hrh> |
|
25 |
|
26 // Target information |
|
27 TARGET Pbk2Commands.dll |
|
28 TARGETTYPE dll |
|
29 UID KEPOCStaticDllUID2 KPbk2DllUID3 |
|
30 CAPABILITY CAP_GENERAL_DLL |
|
31 |
|
32 // Source path |
|
33 SOURCEPATH ../Commands/src |
|
34 |
|
35 // Source files |
|
36 SOURCE CPbk2CommandStore.cpp |
|
37 SOURCE CPbk2CommandHandler.cpp |
|
38 SOURCE CPbk2CommandFactory.cpp |
|
39 |
|
40 // Command objects |
|
41 SOURCE CPbk2PrependCmd.cpp |
|
42 SOURCE CPbk2CallCmd.cpp |
|
43 SOURCE CPbk2PocCmd.cpp |
|
44 SOURCE CPbk2SyncMlCmd.cpp |
|
45 SOURCE CPbk2SetToneBase.cpp |
|
46 SOURCE CPbk2SetToneCmd.cpp |
|
47 SOURCE cpbk2activatecntinfoviewcmd.cpp |
|
48 SOURCE CPbk2SindInfoViewCmd.cpp |
|
49 SOURCE CPbk2OviSyncCmd.cpp |
|
50 |
|
51 // AIW related classes |
|
52 SOURCE CPbk2AiwInterestArray.cpp |
|
53 SOURCE CPbk2AiwInterestItemFactory.cpp |
|
54 SOURCE CPbk2AiwInterestItemBase.cpp |
|
55 SOURCE CPbk2AiwInterestItemCall.cpp |
|
56 SOURCE CPbk2AiwInterestItemPoc.cpp |
|
57 SOURCE CPbk2AiwInterestItemSyncMl.cpp |
|
58 SOURCE CPbk2AiwInterestItemSindInfoView.cpp |
|
59 SOURCE CPbk2AiwInterestItemOviSync.cpp |
|
60 |
|
61 // Utility |
|
62 SOURCE Pbk2ProcessDecoratorFactory.cpp |
|
63 SOURCE CPbk2ProgressDialogDecorator.cpp |
|
64 SOURCE CPbk2WaitNoteDecorator.cpp |
|
65 SOURCE CPbk2CallTypeSelector.cpp |
|
66 SOURCE TPbk2CopyContactsResults.cpp |
|
67 SOURCE CPbk2DriveSpaceCheck.cpp |
|
68 SOURCE cpbk2commandactivator.cpp |
|
69 SOURCE cpbk2storestatechecker.cpp |
|
70 |
|
71 // Resources |
|
72 LANGUAGE_IDS |
|
73 START RESOURCE ../rss/Pbk2Commands.rss |
|
74 HEADER |
|
75 TARGET Pbk2Commands |
|
76 TARGETPATH RESOURCE_FILES_DIR |
|
77 END |
|
78 |
|
79 // Include paths |
|
80 USERINCLUDE ../Commands/inc ../Commands/rss |
|
81 SYSTEMINCLUDE ../inc |
|
82 APP_LAYER_SYSTEMINCLUDE |
|
83 |
|
84 // Dependencies to Symbian OS components |
|
85 LIBRARY euser.lib eikctl.lib eikcoctl.lib cone.lib ws32.lib |
|
86 LIBRARY bafl.lib hlplch.lib eikcore.lib |
|
87 |
|
88 // Dependencies to S60 platform components |
|
89 LIBRARY Avkon.lib CommonEngine.lib FeatMgr.lib |
|
90 LIBRARY ServiceHandler.lib FileList.lib |
|
91 LIBRARY centralrepository.lib |
|
92 LIBRARY sysutil.lib efsrv.lib |
|
93 LIBRARY aiwdialdata.lib |
|
94 LIBRARY serviceprovidersettings.lib |
|
95 |
|
96 // Dependencies to Phonebook |
|
97 LIBRARY VPbkEng.lib |
|
98 LIBRARY Pbk2UIControls.lib Pbk2Presentation.lib |
|
99 LIBRARY Pbk2CommonUI.lib Pbk2UIExt.lib |
|
100 |
|
101 // Depencency to Phonebook profiling library |
|
102 #ifdef PBK2_ENABLE_PROFILE |
|
103 LIBRARY Pbk2Profile.lib |
|
104 #endif // PBK2_ENABLE_PROFILE |
|
105 |
|
106 // End of File |