author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 14:15:33 +0300 | |
branch | RCL_3 |
changeset 85 | 38bb213f60ba |
parent 74 | 6b5524b4f673 |
permissions | -rw-r--r-- |
63 | 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 Group UI 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 "../GroupExtension/inc/Pbk2GroupUIUID.h" |
|
23 |
#include <platform_paths.hrh> |
|
24 |
#include <data_caging_paths.hrh> |
|
25 |
||
26 |
// Target information |
|
27 |
TARGET Pbk2GroupUI.dll |
|
28 |
TARGETTYPE PLUGIN |
|
29 |
UID KEComRecognitionUID2 KPbk2GroupExtensionImplementationUID |
|
30 |
CAPABILITY CAP_ECOM_PLUGIN |
|
31 |
VENDORID VID_DEFAULT |
|
32 |
||
33 |
// Source path |
|
34 |
SOURCEPATH ../GroupExtension/src |
|
35 |
||
36 |
// Source files |
|
37 |
SOURCE DllMain.cpp |
|
38 |
SOURCE CPguUIExtensionPlugin.cpp |
|
39 |
SOURCE CPguSortOrder.cpp |
|
40 |
SOURCE CpguSortOrderProvider.cpp |
|
41 |
||
42 |
// Views |
|
43 |
SOURCE CPguGroupView.cpp |
|
44 |
SOURCE CPguGroupMembersView.cpp |
|
45 |
||
46 |
// Commands |
|
47 |
SOURCE CPguCreateNewGroupCmd.cpp |
|
48 |
SOURCE CPguRenameGroupCmd.cpp |
|
49 |
SOURCE CPguBelongsToGroupsCmd.cpp |
|
50 |
SOURCE CPguAddMembersCmd.cpp |
|
51 |
SOURCE CPguRemoveFromGroupCmd.cpp |
|
52 |
SOURCE CPguDeleteGroupCmd.cpp |
|
53 |
SOURCE CPguSendMessageGroupCmd.cpp |
|
54 |
SOURCE CPguSetToneCmd.cpp |
|
55 |
||
56 |
// Dialogs |
|
57 |
SOURCE CPguGroupNameQueryDlg.cpp |
|
58 |
SOURCE CPguGroupPopup.cpp |
|
59 |
||
60 |
// Resources |
|
61 |
START RESOURCE ../rss/Pbk2GroupUiRes.rss |
|
62 |
DEPENDS pbk2uicontrols.rsg |
|
63 |
DEPENDS pbk2commands.rsg |
|
64 |
HEADER |
|
65 |
TARGET Pbk2GroupUIRes |
|
66 |
TARGETPATH RESOURCE_FILES_DIR |
|
67 |
LANGUAGE_IDS |
|
68 |
END |
|
69 |
||
70 |
START RESOURCE ../rss/Pbk2GroupUi.rss |
|
71 |
TARGET Pbk2GroupUI |
|
72 |
TARGETPATH ECOM_RESOURCE_DIR |
|
73 |
END |
|
74 |
||
75 |
// Include paths |
|
76 |
USERINCLUDE ../GroupExtension/inc |
|
77 |
SYSTEMINCLUDE ../inc |
|
78 |
APP_LAYER_SYSTEMINCLUDE |
|
79 |
||
80 |
// Dependencies to Symbian OS components |
|
85
38bb213f60ba
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
74
diff
changeset
|
81 |
LIBRARY euser.lib commonengine.lib |
63 | 82 |
LIBRARY cone.lib eikcoctl.lib bafl.lib eikctl.lib eikdlg.lib eikcore.lib |
83 |
LIBRARY efsrv.lib ecom.lib |
|
84 |
||
85 |
// Dependencies to S60 components |
|
85
38bb213f60ba
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
74
diff
changeset
|
86 |
LIBRARY Avkon.lib FeatMgr.lib sendui.lib touchfeedback.lib |
63 | 87 |
|
88 |
// Dependencies to Phonebook |
|
85
38bb213f60ba
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
74
diff
changeset
|
89 |
LIBRARY Pbk2CommonUi.lib Pbk2UiControls.lib Pbk2Commands.lib |
63 | 90 |
LIBRARY Pbk2Presentation.lib VPbkEng.lib |
91 |
LIBRARY CdlEngine.lib |
|
92 |
// End of File |