|
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 fscsaveascontactplugin.dll |
|
28 EPOCSTACKSIZE 0x5000 |
|
29 TARGETTYPE PLUGIN |
|
30 UID 0x10009D8D KFscSaveAsContactPluginImplDllUid |
|
31 |
|
32 CAPABILITY CAP_ECOM_PLUGIN |
|
33 |
|
34 VENDORID VID_DEFAULT |
|
35 |
|
36 VERSION KEmailBinaryVersionNumber |
|
37 KEmailBinaryDemandPaging |
|
38 |
|
39 SOURCEPATH ../src |
|
40 SOURCE cfscsaveascontactpluginimpl.cpp |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../inc |
|
44 |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 USERINCLUDE ../../../../inc |
|
48 |
|
49 LIBRARY avkon.lib |
|
50 LIBRARY aknicon.lib eikcore.lib |
|
51 LIBRARY efsrv.lib |
|
52 LIBRARY euser.lib |
|
53 LIBRARY ecom.lib |
|
54 LIBRARY egul.lib |
|
55 LIBRARY commonengine.lib |
|
56 LIBRARY bafl.lib |
|
57 LIBRARY cone.lib |
|
58 LIBRARY VPbkEng.lib |
|
59 LIBRARY fbscli.lib |
|
60 LIBRARY ws32.lib |
|
61 LIBRARY aknskins.lib |
|
62 LIBRARY centralrepository.lib |
|
63 LIBRARY Pbk2Presentation.lib |
|
64 LIBRARY cmaillogger.lib |
|
65 #if (PBKX_DEBUG_LEVEL > 0) |
|
66 LIBRARY pbkxdebug.lib |
|
67 #endif |
|
68 |
|
69 SOURCEPATH ../data |
|
70 START RESOURCE 200025B2.rss |
|
71 TARGET fscsaveascontactplugin.rsc |
|
72 END |
|
73 |
|
74 START RESOURCE fscsaveascontactplugin.rss |
|
75 HEADER |
|
76 TARGETPATH APP_RESOURCE_DIR |
|
77 LANGUAGE_IDS |
|
78 END |
|
79 |
|
80 //EXPORTUNFROZEN |