|
1 /* |
|
2 * Copyright (c) 2002-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: |
|
15 * This is project specification file for the Virtual Phonebook SIM store. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include "../inc/VPbkPrivateUid.h" |
|
21 #include "VPbkConfig.mmp" |
|
22 #include <platform_paths.hrh> |
|
23 #include <data_caging_paths.hrh> |
|
24 |
|
25 TARGET VPbkSimStore.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D KVPbkSimStoreDomainImplementationUID |
|
28 |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../VPbkSimStore/src |
|
33 |
|
34 // Virtual Phonebook store components |
|
35 SOURCE VPbkSimStoreEntryPoint.cpp |
|
36 SOURCE CContactStoreDomain.cpp |
|
37 SOURCE CContactStore.cpp |
|
38 SOURCE CContactView.cpp |
|
39 SOURCE CContact.cpp |
|
40 SOURCE TStoreContactFieldCollection.cpp |
|
41 SOURCE TStoreContactField.cpp |
|
42 SOURCE TContactFieldData.cpp |
|
43 SOURCE CViewContact.cpp |
|
44 SOURCE CContactLink.cpp |
|
45 SOURCE CContactStoreInfo.cpp |
|
46 |
|
47 // Virtual Phonebook operations |
|
48 SOURCE CCommitContactsOperation.cpp |
|
49 SOURCE CContactRetriever.cpp |
|
50 SOURCE CDeleteContactsOperation.cpp |
|
51 SOURCE CMatchPhoneNumberOperation.cpp |
|
52 SOURCE CFindOperation.cpp |
|
53 SOURCE CFindWithParserOperation.cpp |
|
54 |
|
55 // SIM store components |
|
56 SOURCE CRemoteStore.cpp |
|
57 SOURCE CRemoteView.cpp |
|
58 SOURCE CFindViewBase.cpp |
|
59 SOURCE CRefineView.cpp |
|
60 SOURCE CFindView.cpp |
|
61 |
|
62 // Utilities |
|
63 SOURCE CFieldTypeMappings.cpp |
|
64 SOURCE CSupportedFieldTypes.cpp |
|
65 SOURCE CContactOperationCallback.cpp |
|
66 SOURCE RemoteViewPreferences.cpp |
|
67 |
|
68 START RESOURCE ../rss/VPbkSimStoreRes.rss |
|
69 HEADER |
|
70 TARGET VPbkSimStoreRes |
|
71 TARGETPATH RESOURCE_FILES_DIR |
|
72 END |
|
73 |
|
74 START RESOURCE ../rss/VPbkSimStore.rss |
|
75 TARGET VPbkSimStore |
|
76 TARGETPATH ECOM_RESOURCE_DIR |
|
77 END |
|
78 |
|
79 USERINCLUDE ../VPbkSimStore/inc |
|
80 SYSTEMINCLUDE ../inc |
|
81 APP_LAYER_SYSTEMINCLUDE |
|
82 |
|
83 // Dependencies to Symbian OS components |
|
84 LIBRARY euser.lib efsrv.lib bafl.lib ecom.lib estor.lib |
|
85 |
|
86 // Dependencies to Series60 platform components |
|
87 LIBRARY featmgr.lib |
|
88 |
|
89 // Dependencies to other Phonebook components |
|
90 LIBRARY VPbkEng.lib VPbkEngUtils.lib |
|
91 LIBRARY VPbkSimStoreService.lib VPbkSimStoreCommon.lib |
|
92 LIBRARY VPbkSimStoreImpl.lib |
|
93 |
|
94 #ifdef VPBK_ENABLE_PROFILE |
|
95 // Depencency to VirtualPhonebook profiling library |
|
96 LIBRARY VPbkProfile.lib |
|
97 #endif // VPBK_ENABLE_PROFILE |
|
98 |
|
99 // End of File |