1 /* |
|
2 * Copyright (c) 2009 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: Call-logs plug-in for LAWMO. |
|
15 * |
|
16 */ |
|
17 #ifndef __CALLLOGSPLUGIN_M_ |
|
18 #define __CALLLOGSPLUGIN_M_ |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET lawmocalllogsplugin.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 // ECom Dll recognition UID followed by the unique UID for this dll |
|
25 UID 0x10009D8D 0x2002EACA |
|
26 VENDORID VID_DEFAULT |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../../inc |
|
31 APP_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 SYSTEMINCLUDE /epoc32/include/ecom |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE calllogsplugin.cpp |
|
37 SOURCE lawmocalllogsasyncwipe.cpp calllogspluginproxy.cpp |
|
38 SOURCEPATH ../data |
|
39 start resource calllogsplugin.rss |
|
40 TARGET lawmocalllogsplugin.rsc |
|
41 LANGUAGE_IDS |
|
42 end |
|
43 |
|
44 LIBRARY euser.lib ecom.lib efsrv.lib |
|
45 |
|
46 LIBRARY logcli.lib // CallLogs client. |
|
47 |
|
48 LIBRARY ws32.lib // Closing Apps |
|
49 LIBRARY apgrfx.lib // TApaTaskList |
|
50 |
|
51 //DEBUGLIBRARY flogger.lib |
|
52 LIBRARY flogger.lib |
|
53 |
|
54 #endif //__CALLLOGSPLUGIN_M_ |
|