|
1 /* |
|
2 * Copyright (c) 2002 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 * Makmake file |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 // Include common Mce UID definition file |
|
25 |
|
26 TARGET mcelogeng.dll |
|
27 TARGETTYPE dll |
|
28 /// CHANGE FOR MCE |
|
29 UID 0x10004845 0x1000596F |
|
30 /// CHANGE FOR MCE |
|
31 |
|
32 VENDORID VID_DEFAULT |
|
33 CAPABILITY CAP_GENERAL_DLL |
|
34 VERSION 10.0 |
|
35 PAGED |
|
36 |
|
37 SOURCEPATH ../logengsrc |
|
38 |
|
39 // Source files |
|
40 SOURCE MceLogEngine.cpp // The main file |
|
41 SOURCE MceLogEngineReader.cpp |
|
42 SOURCE MceLogPbkMatcher.cpp |
|
43 SOURCE CPhoneNumberMatcher.cpp |
|
44 |
|
45 |
|
46 // Utility |
|
47 SOURCE DllMain.cpp |
|
48 |
|
49 // Resources |
|
50 START RESOURCE ../group/MceLogEng.rss |
|
51 HEADER |
|
52 TARGETPATH APP_RESOURCE_DIR |
|
53 // Language |
|
54 LANGUAGE_IDS |
|
55 END |
|
56 |
|
57 |
|
58 // Userincludes |
|
59 USERINCLUDE ../logengsrc ../logenginc ../group ../inc |
|
60 SYSTEMINCLUDE ../../../inc |
|
61 APP_LAYER_SYSTEMINCLUDE |
|
62 |
|
63 // Dependencies to other components |
|
64 |
|
65 // Dependencies to system components |
|
66 LIBRARY euser.lib |
|
67 |
|
68 LIBRARY efsrv.lib |
|
69 LIBRARY logcli.lib |
|
70 LIBRARY logwrap.lib |
|
71 LIBRARY pbkeng.lib |
|
72 LIBRARY commonengine.lib |
|
73 LIBRARY msgcommonutils.lib // CContactMatcher |
|
74 LIBRARY centralrepository.lib |
|
75 LIBRARY vpbkeng.lib |
|
76 |
|
77 |
|
78 // End of file |