|
1 /* |
|
2 * Copyright (c) 2008 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 definition file for project Contact Action Service Core |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../inc/fsccontactactionserviceuids.hrh" |
|
24 #include "../../inc/pbkxcontactactionservicedebug.hrh" |
|
25 |
|
26 |
|
27 TARGET fsccallplugin.dll |
|
28 EPOCSTACKSIZE 0x5000 |
|
29 TARGETTYPE PLUGIN |
|
30 UID 0x10009D8D KFscCallPluginImplDllUid |
|
31 |
|
32 CAPABILITY CAP_ECOM_PLUGIN |
|
33 |
|
34 VENDORID VID_DEFAULT |
|
35 |
|
36 VERSION KEmailBinaryVersionNumber |
|
37 KEmailBinaryDemandPaging |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../../inc |
|
41 |
|
42 APP_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 USERINCLUDE ../../../../inc |
|
45 |
|
46 LIBRARY aknicon.lib eikcore.lib avkon.lib |
|
47 LIBRARY efsrv.lib |
|
48 LIBRARY euser.lib |
|
49 LIBRARY ecom.lib |
|
50 LIBRARY egul.lib // Icon |
|
51 LIBRARY servicehandler.lib // AIW |
|
52 LIBRARY commonengine.lib // String loadder |
|
53 LIBRARY bafl.lib |
|
54 LIBRARY cone.lib |
|
55 LIBRARY fbscli.lib |
|
56 LIBRARY ws32.lib |
|
57 LIBRARY featmgr.lib |
|
58 LIBRARY profileengine.lib |
|
59 LIBRARY centralrepository.lib |
|
60 LIBRARY aiwdialdata.lib |
|
61 #if (PBKX_DEBUG_LEVEL > 0) |
|
62 LIBRARY pbkxdebug.lib |
|
63 #endif |
|
64 LIBRARY cmaillogger.lib |
|
65 |
|
66 SOURCEPATH ../data |
|
67 START RESOURCE 20002629.rss |
|
68 TARGET fsccallplugin.rsc |
|
69 END |
|
70 |
|
71 START RESOURCE fsccallplugin.rss |
|
72 HEADER |
|
73 TARGETPATH APP_RESOURCE_DIR |
|
74 LANGUAGE_IDS |
|
75 END |
|
76 |
|
77 //EXPORTUNFROZEN |
|
78 SOURCEPATH ../src |
|
79 SOURCE cfsccallpluginimpl.cpp |