|
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 Extension project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform/app/Pbk2UID.h> |
|
20 #include "Pbk2Config.mmp" |
|
21 #include "../inc/Pbk2InternalUID.h" |
|
22 #include "../CommandsExtension/inc/Pbk2CmdExtUid.h" |
|
23 #include <platform_paths.hrh> |
|
24 #include <data_caging_paths.hrh> |
|
25 |
|
26 // Target information |
|
27 TARGET Pbk2CmdExt.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID KEComRecognitionUID2 KPbk2CmdExtensionImplementationUID |
|
30 CAPABILITY CAP_ECOM_PLUGIN |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 // Source path |
|
34 SOURCEPATH ../CommandsExtension/src |
|
35 |
|
36 // Source files |
|
37 SOURCE DllMain.cpp |
|
38 SOURCE CPbk2CmdExtensionPlugin.cpp |
|
39 SOURCE CPbk2CommandFactory.cpp |
|
40 |
|
41 // Commands |
|
42 SOURCE CPbk2SendContactCmd.cpp |
|
43 SOURCE CPbk2SendMessageCmd.cpp |
|
44 SOURCE CPbk2CopyContactsCmd.cpp |
|
45 SOURCE CPbk2DeleteContactsCmd.cpp |
|
46 SOURCE CPbk2GoToURLCmd.cpp |
|
47 SOURCE CPbk2AssignDefaultsCmd.cpp |
|
48 SOURCE CPbk2AssignSpeedDialCmd.cpp |
|
49 SOURCE CPbk2ThumbnailCmdBase.cpp |
|
50 SOURCE CPbk2CreateNewContactCmd.cpp |
|
51 SOURCE CPbk2EditContactCmd.cpp |
|
52 SOURCE CPbk2RemoveSpeedDialCmd.cpp |
|
53 SOURCE CPbk2InfoDialogCmd.cpp |
|
54 SOURCE CPbk2SetThumbnailCmd.cpp |
|
55 SOURCE CPbk2CopyContactsStarterCmd.cpp |
|
56 SOURCE CPbk2RemoveThumbnailCmd.cpp |
|
57 SOURCE CPbk2CopyNumberToClipboardCmd.cpp |
|
58 SOURCE CPbk2ImageCmdBase.cpp |
|
59 SOURCE CPbk2SetImageCmd.cpp |
|
60 SOURCE CPbk2RemoveImageCmd.cpp |
|
61 SOURCE CPbk2ViewImageCmd.cpp |
|
62 SOURCE CPbk2MergeContactsCmd.cpp |
|
63 |
|
64 SOURCE CPbk2CopyDetailToClipboardCmd.cpp |
|
65 SOURCE CPbk2CopyAddressToClipboardCmd.cpp |
|
66 |
|
67 SOURCE CPbkRclCmd.cpp //RCL_ADD |
|
68 |
|
69 // Utilities |
|
70 SOURCE CPbk2vCardConverter.cpp |
|
71 SOURCE Pbk2SendCmdUtils.cpp |
|
72 SOURCE TPbk2CopyContactsUtil.cpp |
|
73 SOURCE CPbk2MergeResolver.cpp |
|
74 SOURCE CPbk2MergeConflict.cpp |
|
75 |
|
76 // Resources |
|
77 START RESOURCE ../rss/Pbk2CmdExtRes.rss |
|
78 HEADER |
|
79 TARGET Pbk2CmdExtRes |
|
80 TARGETPATH RESOURCE_FILES_DIR |
|
81 LANGUAGE_IDS |
|
82 END |
|
83 |
|
84 START RESOURCE ../rss/Pbk2CmdExt.rss |
|
85 TARGET Pbk2CmdExt |
|
86 TARGETPATH ECOM_RESOURCE_DIR |
|
87 END |
|
88 |
|
89 // Include paths |
|
90 USERINCLUDE ../CommandsExtension/inc |
|
91 SYSTEMINCLUDE ../inc |
|
92 SYSTEMINCLUDE /epoc32/include/ecom //RCL_ADD |
|
93 |
|
94 APP_LAYER_SYSTEMINCLUDE |
|
95 |
|
96 // Dependencies to Symbian OS components |
|
97 LIBRARY euser.lib eikcoctl.lib cone.lib |
|
98 LIBRARY apparc.lib bafl.lib ecom.lib eikcore.lib efsrv.lib |
|
99 LIBRARY estor.lib etext.lib apmime.lib |
|
100 LIBRARY imageconversion.lib fbscli.lib |
|
101 |
|
102 // Dependencies to S60 components |
|
103 LIBRARY Avkon.lib CommonEngine.lib BrowserLauncher.lib SendUI.lib FeatMgr.lib |
|
104 LIBRARY MGFetch.lib SpdCtrl.lib |
|
105 LIBRARY CommonUI.lib |
|
106 |
|
107 // Dependencies to Phonebook |
|
108 LIBRARY VPbkEng.lib VPbkVCardEng.lib Pbk2Commands.lib |
|
109 LIBRARY Pbk2UIControls.lib Pbk2Presentation.lib |
|
110 LIBRARY Pbk2CommonUI.lib Pbk2UIExt.lib |
|
111 LIBRARY pbk2rclengine.lib |
|
112 |
|
113 // End of File |