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 USIM 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 "../USIMExtension/inc/Pbk2USIMUIUID.h"
|
|
23 |
#include <platform_paths.hrh>
|
|
24 |
#include <data_caging_paths.hrh>
|
|
25 |
|
|
26 |
// Target information
|
|
27 |
TARGET Pbk2USimUI.dll
|
|
28 |
TARGETTYPE PLUGIN
|
|
29 |
UID KEComRecognitionUID2 KPbk2USIMExtensionImplementationUID
|
|
30 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
31 |
VENDORID VID_DEFAULT
|
|
32 |
|
|
33 |
// Source path
|
|
34 |
SOURCEPATH ../USIMExtension/src
|
|
35 |
|
|
36 |
// Source files
|
|
37 |
|
|
38 |
// Extension frame work
|
|
39 |
SOURCE DllMain.cpp
|
|
40 |
SOURCE CPsu2UIExtensionPlugin.cpp
|
|
41 |
|
|
42 |
// Commands
|
|
43 |
SOURCE CPsu2CopyToSimCmd.cpp
|
|
44 |
SOURCE CPsu2LaunchViewCmd.cpp
|
|
45 |
SOURCE CPsu2CopyFromPbkCmd.cpp
|
|
46 |
SOURCE CPsu2CopyAllToPbkCmd.cpp
|
|
47 |
|
|
48 |
// Views
|
|
49 |
SOURCE CPsu2NameListViewBase.cpp
|
|
50 |
SOURCE CPsu2InfoViewBase.cpp
|
|
51 |
SOURCE CPsu2OwnNumbersView.cpp
|
|
52 |
SOURCE CPsu2ServiceDialingView.cpp
|
|
53 |
SOURCE CPsu2ServiceDialingInfoView.cpp
|
|
54 |
SOURCE CPsu2FixedDialingView.cpp
|
|
55 |
SOURCE CPsu2FixedDialingInfoView.cpp
|
|
56 |
|
|
57 |
// Controls
|
|
58 |
SOURCE CPsu2OwnNumberControl.cpp
|
|
59 |
SOURCE CPsu2OwnNumberListBoxModel.cpp
|
|
60 |
SOURCE CPsu2NumberQueryDlg.cpp
|
|
61 |
SOURCE CPsu2FdnContactEditorPhoneNumberField.cpp
|
|
62 |
|
|
63 |
// Traditional extensions
|
|
64 |
SOURCE CPsu2ContactEditorExtension.cpp
|
|
65 |
|
|
66 |
// Utilities
|
|
67 |
SOURCE CPsu2ViewManager.cpp
|
|
68 |
SOURCE CPsu2SimContactProcessor.cpp
|
|
69 |
SOURCE CPsu2CopyToSimFieldInfoArray.cpp
|
|
70 |
SOURCE TPsu2SimCopyResults.cpp
|
|
71 |
SOURCE CPsu2FixedDialingCall.cpp
|
|
72 |
SOURCE CPsu2CharConv.cpp
|
|
73 |
SOURCE CPsu2ContactCopyInspector.cpp
|
|
74 |
|
|
75 |
#if defined(__WINS__) || defined(WINS)
|
|
76 |
SOURCE CPsu2SecUiStub.cpp
|
|
77 |
#else
|
|
78 |
SOURCE CPsu2SecUi.cpp
|
|
79 |
#endif // WINS
|
|
80 |
|
|
81 |
// Policies
|
|
82 |
SOURCE CPsu2ContactCopyPolicy.cpp
|
|
83 |
|
|
84 |
// Resources
|
|
85 |
START RESOURCE ../rss/Pbk2USimUiRes.rss
|
|
86 |
DEPENDS pbk2uicontrols.rsg
|
|
87 |
DEPENDS vpbkeng.rsg
|
|
88 |
DEPENDS pbk2commands.rsg
|
|
89 |
HEADER
|
|
90 |
TARGET Pbk2USimUIRes
|
|
91 |
TARGETPATH RESOURCE_FILES_DIR
|
|
92 |
LANGUAGE_IDS
|
|
93 |
END
|
|
94 |
|
|
95 |
START RESOURCE ../rss/Pbk2USimUi.rss
|
|
96 |
TARGET Pbk2USimUI
|
|
97 |
TARGETPATH ECOM_RESOURCE_DIR
|
|
98 |
END
|
|
99 |
|
|
100 |
// Other build related files
|
|
101 |
SOURCEPATH ../inc
|
|
102 |
|
|
103 |
// Include paths
|
|
104 |
USERINCLUDE ../USIMExtension/inc
|
|
105 |
SYSTEMINCLUDE ../inc
|
|
106 |
APP_LAYER_SYSTEMINCLUDE
|
|
107 |
|
|
108 |
// Dependencies to Symbian OS components
|
|
109 |
LIBRARY euser.lib commonengine.lib ecom.lib
|
|
110 |
LIBRARY cone.lib eikcoctl.lib eikdlg.lib
|
|
111 |
LIBRARY eikcore.lib bafl.lib charconv.lib centralrepository.lib
|
|
112 |
|
|
113 |
// Dependencies to S60 components
|
|
114 |
LIBRARY avkon.lib aknicon.lib cdlengine.lib aknskins.lib
|
|
115 |
LIBRARY secui.lib servicehandler.lib
|
|
116 |
LIBRARY featmgr.lib
|
|
117 |
|
|
118 |
// Dependencies to Phonebook
|
|
119 |
LIBRARY VPbkEng.lib VPbkSimStoreService.lib
|
|
120 |
LIBRARY Pbk2CommonUI.lib Pbk2Presentation.lib
|
|
121 |
LIBRARY Pbk2UiControls.lib Pbk2Commands.lib
|
|
122 |
|
|
123 |
// End of File
|