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
|
|
81 |
LIBRARY euser.lib commonengine.lib
|
|
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
|
|
86 |
LIBRARY Avkon.lib FeatMgr.lib sendui.lib touchfeedback.lib
|
|
87 |
|
|
88 |
// Dependencies to Phonebook
|
|
89 |
LIBRARY Pbk2CommonUi.lib Pbk2UiControls.lib Pbk2Commands.lib
|
|
90 |
LIBRARY Pbk2Presentation.lib VPbkEng.lib
|
|
91 |
LIBRARY CdlEngine.lib
|
|
92 |
// End of File
|