|
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: A project file for SIM store implementation. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "../inc/VPbkPrivateUid.h" |
|
20 #include "VPbkConfig.mmp" |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET VPbkSimStoreImpl.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d KVPbkEngUID3 |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 |
|
29 SOURCEPATH ../VPbkSimStoreImpl/src |
|
30 |
|
31 // Public API |
|
32 SOURCE CVPbkSimStoreManager.cpp |
|
33 SOURCE CVPbkSimContact.cpp |
|
34 SOURCE CVPbkSimContactBuf.cpp |
|
35 SOURCE CVPbkSimContactBase.cpp |
|
36 SOURCE CVPbkETelCntConverter.cpp |
|
37 SOURCE CVPbkSimCntField.cpp |
|
38 SOURCE CVPbkSimCommandStore.cpp |
|
39 SOURCE CVPbkSimContactView.cpp |
|
40 |
|
41 // Stores |
|
42 SOURCE CStoreBase.cpp |
|
43 SOURCE CBasicStore.cpp |
|
44 SOURCE CCustomStore.cpp |
|
45 SOURCE CUsimAdnStore.cpp |
|
46 SOURCE CAdnStore.cpp |
|
47 SOURCE CFdnStore.cpp |
|
48 SOURCE CSdnStore.cpp |
|
49 SOURCE COwnNumberStore.cpp |
|
50 |
|
51 // Commands |
|
52 SOURCE CCompositeCmdBase.cpp |
|
53 SOURCE CParallelCompositeCmd.cpp |
|
54 SOURCE CSequentialCompositeCmd.cpp |
|
55 SOURCE CServiceTableCmd.cpp |
|
56 SOURCE CGetInfoCmd.cpp |
|
57 SOURCE CSingleReadCmd.cpp |
|
58 SOURCE CMultipleReadCmd.cpp |
|
59 SOURCE CWriteCmdBase.cpp |
|
60 SOURCE CWriteCmd.cpp |
|
61 SOURCE COwnNumberWriteCmd.cpp |
|
62 SOURCE CDeleteCmd.cpp |
|
63 SOURCE CCacheReadyNotificationCmd.cpp |
|
64 SOURCE CCacheStatusCmd.cpp |
|
65 SOURCE CGet3GPBInfoCmd.cpp |
|
66 |
|
67 // Operations |
|
68 SOURCE CNumberMatchOperation.cpp |
|
69 SOURCE CFindOperation.cpp |
|
70 |
|
71 // Others |
|
72 SOURCE CPhone.cpp |
|
73 SOURCE CContactArray.cpp |
|
74 SOURCE CETelStoreNotification.cpp |
|
75 SOURCE CSimCntSortUtil.cpp |
|
76 SOURCE CSimPhoneNumberIndex.cpp |
|
77 SOURCE CSatRefreshNotifier.cpp |
|
78 SOURCE CBtSapNotification.cpp |
|
79 SOURCE CSharedViewArray.cpp |
|
80 SOURCE CSimStatusNotification.cpp |
|
81 |
|
82 USERINCLUDE . |
|
83 USERINCLUDE ../VPbkSimStoreImpl/inc |
|
84 |
|
85 #ifdef VPBK_USE_ETEL_TESTSERVER |
|
86 SYSTEMINCLUDE ../Internal/TSrc/ETelTestServer/Server/Inc |
|
87 SYSTEMINCLUDE ../Internal/TSrc/ETelTestServer/Client/Inc |
|
88 #endif // VPBK_USE_ETEL_TESTSERVER |
|
89 |
|
90 SYSTEMINCLUDE ../inc |
|
91 // Dependency to the upper layer because of SAT Server Client API |
|
92 // msatrefreshobserver.h, rsatsession.h and rsatrefresh.h |
|
93 APP_LAYER_SYSTEMINCLUDE |
|
94 |
|
95 // Dependencies to Symbian OS components |
|
96 LIBRARY euser.lib estor.lib ecom.lib centralrepository.lib |
|
97 |
|
98 // Dependencies to Series60 platform components |
|
99 LIBRARY featmgr.lib |
|
100 |
|
101 // Dependencies to other Phonebook components |
|
102 LIBRARY VPbkEngUtils.lib VPbkSimStoreCommon.lib |
|
103 |
|
104 #ifndef VPBK_USE_ETEL_TESTSERVER |
|
105 LIBRARY etelmm.lib satclient.lib etel.lib customapi.lib |
|
106 #else |
|
107 LIBRARY etelserverclient.lib |
|
108 #endif // VPBK_USE_ETEL_TESTSERVER |
|
109 |
|
110 // End of File |