|
1 /* |
|
2 * Copyright (c) 2006-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: Project specification file for the SMS Details Ecom Plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 // --- LOGGING --- |
|
24 //MACRO USE_LOGGER // HW debugging support |
|
25 //MACRO USE_RDEBUG // Use Rdebug instead of RFileLogger |
|
26 //LIBRARY Flogger.lib // RFileLogger, debug logging |
|
27 // --- LOGGING --- |
|
28 |
|
29 TARGET smsdetailsplugin.dll |
|
30 TARGETTYPE PLUGIN |
|
31 UID 0x10009D8D 0x102828A8 |
|
32 VENDORID VID_DEFAULT |
|
33 CAPABILITY CAP_ECOM_PLUGIN |
|
34 VERSION 10.0 |
|
35 PAGED |
|
36 |
|
37 // ECom resource file |
|
38 START RESOURCE 102828A8.rss |
|
39 TARGET smsdetailsplugin.rsc |
|
40 END |
|
41 |
|
42 START RESOURCE smsdetailsplugindata.rss |
|
43 TARGETPATH RESOURCE_FILES_DIR |
|
44 HEADER |
|
45 LANGUAGE_IDS |
|
46 END |
|
47 |
|
48 |
|
49 USERINCLUDE ../inc |
|
50 |
|
51 SYSTEMINCLUDE ../../../inc |
|
52 APP_LAYER_SYSTEMINCLUDE |
|
53 SYSTEMINCLUDE /epoc32/include/ecom |
|
54 |
|
55 SOURCEPATH ../src |
|
56 SOURCE smsdetailsplugin.cpp |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY ecom.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY centralrepository.lib |
|
63 LIBRARY msgs.lib |
|
64 LIBRARY mtur.lib |
|
65 LIBRARY smcm.lib |
|
66 LIBRARY gsmu.lib |
|
67 |
|
68 LIBRARY vpbkeng.lib |
|
69 LIBRARY msgcommonutils.lib // CContactMatcher |
|
70 |
|
71 LIBRARY commonengine.lib // stringloader |
|
72 LIBRARY pbk2presentation.lib |
|
73 |
|
74 // End of File |