|
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 Virtual Phonebook Engine utilities. |
|
15 * |
|
16 */ |
|
17 // |
|
18 |
|
19 #include "../inc/VPbkPrivateUid.h" |
|
20 #include "VPbkConfig.mmp" |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET VPbkEngUtils.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d KVPbkEngUID3 |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 |
|
29 SOURCEPATH ../VPbkEngUtils/src |
|
30 |
|
31 SOURCE VPbkEngUtils.cpp |
|
32 SOURCE CVPbkAsyncOperation.cpp |
|
33 SOURCE RLocalizedResourceFile.cpp |
|
34 SOURCE VPbkPhoneNumberIndexBase.cpp |
|
35 SOURCE VPbkPhoneNumberIndexImpl.cpp |
|
36 SOURCE TFixedDigitString.cpp |
|
37 SOURCE RDigitString.cpp |
|
38 SOURCE RFastDigitString.cpp |
|
39 SOURCE VPbkUtil.cpp |
|
40 SOURCE CVPbkDiskSpaceCheck.cpp |
|
41 SOURCE VPbkIPCPackage.cpp |
|
42 SOURCE Error.cpp |
|
43 SOURCE CVPbkEComImplementationsList.cpp |
|
44 |
|
45 USERINCLUDE ../VPbkEngUtils/inc |
|
46 USERINCLUDE ../group |
|
47 |
|
48 SYSTEMINCLUDE ../inc |
|
49 APP_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 LIBRARY euser.lib bafl.lib estor.lib |
|
52 LIBRARY sysutil.lib ecom.lib |
|
53 |
|
54 // End of File |