|
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 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "../../inc/fsccontactactionserviceuids.hrh" |
|
21 #include "../../inc/pbkxcontactactionservicedebug.hrh" |
|
22 |
|
23 TARGET pbk2rclsaveascontactplugin.dll |
|
24 EPOCSTACKSIZE 0x5000 |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D KFscSaveAsContactPluginImplDllUid |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE cfscsaveascontactpluginimpl.cpp |
|
34 |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../../inc |
|
37 USERINCLUDE ../../../inc |
|
38 |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 SYSTEMINCLUDE /epoc32/include/ecom |
|
42 USERINCLUDE ../../../../inc |
|
43 LIBRARY avkon.lib |
|
44 LIBRARY aknicon.lib eikcore.lib |
|
45 LIBRARY efsrv.lib |
|
46 LIBRARY euser.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY egul.lib |
|
49 LIBRARY commonengine.lib |
|
50 LIBRARY bafl.lib |
|
51 LIBRARY cone.lib |
|
52 LIBRARY VPbkEng.lib |
|
53 LIBRARY fbscli.lib |
|
54 LIBRARY ws32.lib |
|
55 LIBRARY aknskins.lib |
|
56 LIBRARY centralrepository.lib |
|
57 LIBRARY Pbk2Presentation.lib |
|
58 |
|
59 #if (PBKX_DEBUG_LEVEL > 0) |
|
60 LIBRARY pbkxdebug.lib |
|
61 #endif |
|
62 |
|
63 SOURCEPATH ../data |
|
64 START RESOURCE 20029F31.rss |
|
65 TARGET pbk2rclsaveascontactplugin.rsc |
|
66 END |
|
67 |
|
68 START RESOURCE pbk2rclsaveascontactplugin.rss |
|
69 HEADER |
|
70 TARGETPATH APP_RESOURCE_DIR |
|
71 LANGUAGE_IDS |
|
72 END |
|
73 |