20
|
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 Presentation project specification file.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform/app/Pbk2UID.h>
|
|
20 |
#include "Pbk2Config.mmp"
|
|
21 |
#include "../inc/Pbk2InternalUID.h"
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
#include <data_caging_paths.hrh>
|
|
24 |
|
|
25 |
// Target information
|
|
26 |
TARGET Pbk2Presentation.dll
|
|
27 |
TARGETTYPE dll
|
|
28 |
UID KEPOCStaticDllUID2 KPbk2DllUID3
|
|
29 |
CAPABILITY CAP_GENERAL_DLL
|
|
30 |
|
|
31 |
// Source path
|
|
32 |
SOURCEPATH ../Presentation/src
|
|
33 |
|
|
34 |
// Sort order manager
|
|
35 |
SOURCE CPbk2SortOrderManager.cpp
|
|
36 |
SOURCE CPbk2SortOrderManagerImpl.cpp
|
|
37 |
SOURCE TPbk2SortOrderFieldMapper.cpp
|
|
38 |
|
|
39 |
// Name formatter
|
|
40 |
SOURCE Pbk2ContactNameFormatterFactory.cpp
|
|
41 |
SOURCE CPbk2ContactNameFormatterBase.cpp
|
|
42 |
SOURCE CPbk2ContactNameFormatter.cpp
|
|
43 |
SOURCE CPbk2JapaneseContactNameFormatter.cpp
|
|
44 |
SOURCE CPbk2ChineseContactNameFormatter.cpp
|
|
45 |
|
|
46 |
// Presentation contact
|
|
47 |
SOURCE CPbk2PresentationContact.cpp
|
|
48 |
SOURCE CPbk2PresentationContactField.cpp
|
|
49 |
SOURCE CPbk2PresentationContactFieldCollection.cpp
|
|
50 |
|
|
51 |
// Presentation contact field data
|
|
52 |
SOURCE CPbk2PresentationContactFieldTextData.cpp
|
|
53 |
|
|
54 |
// Field property
|
|
55 |
SOURCE Pbk2FieldPropertiesFactory.cpp
|
|
56 |
SOURCE CPbk2FieldPropertyArray.cpp
|
|
57 |
SOURCE CPbk2StoreSpecificFieldPropertyArray.cpp
|
|
58 |
SOURCE CPbk2FieldProperty.cpp
|
|
59 |
SOURCE CPbk2FieldGroupPropertyArray.cpp
|
|
60 |
SOURCE CPbk2FieldPropertyGroup.cpp
|
|
61 |
SOURCE CPbk2ServiceManager.cpp
|
|
62 |
|
|
63 |
// Store property
|
|
64 |
SOURCE CPbk2StoreProperty.cpp
|
|
65 |
SOURCE CPbk2StorePropertyArray.cpp
|
|
66 |
SOURCE CPbk2storePropertyContentStoreName.cpp
|
|
67 |
|
|
68 |
// Image manager
|
|
69 |
SOURCE CPbk2ImageManager.cpp
|
|
70 |
SOURCE CPbk2ImageManagerImpl.cpp
|
|
71 |
SOURCE CPbk2EmbeddedImage.cpp
|
|
72 |
SOURCE CPbk2ImageWriterBase.cpp
|
|
73 |
SOURCE CPbk2ImageReaderBase.cpp
|
|
74 |
SOURCE CPbk2ImageReader.cpp
|
|
75 |
SOURCE CPbk2ImageData.cpp
|
|
76 |
SOURCE TPbk2ImageManagerParams.cpp
|
|
77 |
|
|
78 |
// Store configuration
|
|
79 |
SOURCE CPbk2StoreConfiguration.cpp
|
|
80 |
SOURCE CPbk2StoreConfigurationImpl.cpp
|
|
81 |
SOURCE CPbk2StoreConfigurationMonitor.cpp
|
|
82 |
SOURCE CPbk2DefaultSavingStoreMonitor.cpp
|
|
83 |
|
|
84 |
// Contact views
|
|
85 |
SOURCE CPbk2ContactViewBuilder.cpp
|
|
86 |
SOURCE CPbk2StoreViewDefinition.cpp
|
|
87 |
|
|
88 |
// Utils
|
|
89 |
SOURCE RPbk2LocalizedResourceFile.cpp
|
|
90 |
SOURCE Pbk2PresentationUtils.cpp
|
|
91 |
SOURCE CPbk2AttachmentFile.cpp
|
|
92 |
SOURCE TPbk2StoreContactAnalyzer.cpp
|
|
93 |
SOURCE TPbk2IconId.cpp
|
|
94 |
SOURCE CPbk2ContactMerge.cpp
|
|
95 |
SOURCE CPbk2DuplicateContactFinder.cpp
|
|
96 |
SOURCE CPbk2LocalizedText.cpp
|
|
97 |
SOURCE CPbk2Content.cpp
|
|
98 |
SOURCE Pbk2ContactFieldCopy.cpp
|
|
99 |
SOURCE CPbk2StoreInfoItem.cpp
|
|
100 |
SOURCE CPbk2StoreInfoItemArray.cpp
|
|
101 |
SOURCE CPbk2FieldOrderingManager.cpp
|
|
102 |
SOURCE DummyExports.cpp
|
|
103 |
|
|
104 |
// Resources
|
|
105 |
START RESOURCE ../rss/Pbk2PresentationChinese.rss
|
|
106 |
DEPENDS vpbkeng.rsg
|
|
107 |
HEADER
|
|
108 |
TARGET Pbk2PresentationChinese
|
|
109 |
TARGETPATH RESOURCE_FILES_DIR
|
|
110 |
LANGUAGE_IDS
|
|
111 |
END
|
|
112 |
|
|
113 |
START RESOURCE ../rss/Pbk2PresentationJapanese.rss
|
|
114 |
DEPENDS vpbkeng.rsg
|
|
115 |
HEADER
|
|
116 |
TARGET Pbk2PresentationJapanese
|
|
117 |
TARGETPATH RESOURCE_FILES_DIR
|
|
118 |
LANGUAGE_IDS
|
|
119 |
END
|
|
120 |
|
|
121 |
START RESOURCE ../rss/Pbk2Presentation.rss
|
|
122 |
HEADER
|
|
123 |
DEPENDS vpbkeng.rsg
|
|
124 |
TARGET Pbk2Presentation
|
|
125 |
TARGETPATH RESOURCE_FILES_DIR
|
|
126 |
LANGUAGE_IDS
|
|
127 |
END
|
|
128 |
|
|
129 |
|
|
130 |
// Include paths
|
|
131 |
USERINCLUDE ../Presentation/inc ../Presentation/rss
|
|
132 |
SYSTEMINCLUDE ../inc
|
|
133 |
APP_LAYER_SYSTEMINCLUDE
|
|
134 |
|
|
135 |
// Dependencies to Symbian OS components
|
|
136 |
LIBRARY euser.lib efsrv.lib bafl.lib CentralRepository.lib
|
|
137 |
LIBRARY cone.lib fbscli.lib imageconversion.lib bitmaptransforms.lib
|
|
138 |
|
|
139 |
// Dependencies to S60 components
|
|
140 |
LIBRARY FeatMgr.lib
|
|
141 |
LIBRARY avkon.lib eikcdlg.lib eikctl.lib CommonEngine.lib AknIcon.lib
|
|
142 |
|
|
143 |
// Dependencies to Phonebook
|
|
144 |
LIBRARY VPbkEng.lib
|
|
145 |
|
|
146 |
// Predictive search
|
|
147 |
LIBRARY PsServerClientAPI.lib
|
|
148 |
|
|
149 |
LIBRARY bsclient.lib serviceprovidersettings.lib
|
|
150 |
|
|
151 |
// End of File
|