|
1 /* |
|
2 * Copyright (c) 2005 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: Presence Transfer Adapter 2 project definition. |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../../Group/PEngUIDs2.h" |
|
22 |
|
23 |
|
24 TARGET PEngTraAdap2.DLL |
|
25 TARGETTYPE dll |
|
26 UID KStaticInterfaceDllUid2 KPEngTransferAdapter2Uid3 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH ../Src |
|
32 SOURCE CPEngAccessHandler.cpp |
|
33 SOURCE CPEngPureDataHandler.cpp |
|
34 SOURCE CPEngSessionManager.cpp |
|
35 SOURCE CPEngTransAdapFactory.cpp |
|
36 SOURCE PEngLoginDataCodec.cpp |
|
37 SOURCE PEngTransferAdapter.cpp |
|
38 |
|
39 |
|
40 USERINCLUDE ../Inc |
|
41 USERINCLUDE ../Src |
|
42 USERINCLUDE ../../Group |
|
43 USERINCLUDE ../../CoreUtilsLib2/Inc |
|
44 USERINCLUDE ../../incApi |
|
45 USERINCLUDE ../../IncPresenceModel |
|
46 |
|
47 |
|
48 //Relative system include to for example VW engine headers |
|
49 |
|
50 SYSTEMINCLUDE ../../../im_pub/im_api/inc |
|
51 SYSTEMINCLUDE ../../../im_pub/im_application_launch_api/inc |
|
52 SYSTEMINCLUDE ../../../im_plat/wv_sap_settings_api/inc |
|
53 SYSTEMINCLUDE ../../../inc |
|
54 |
|
55 // Default system include paths for application layer modules. |
|
56 APP_LAYER_SYSTEMINCLUDE |
|
57 |
|
58 // Symbian OS |
|
59 LIBRARY euser.lib |
|
60 LIBRARY estor.lib // streaming functionality |
|
61 |
|
62 |
|
63 /// IMPS Engine |
|
64 LIBRARY impsclient.lib |
|
65 LIBRARY impsutils.lib |
|
66 |
|
67 /// Presence Engine |
|
68 LIBRARY wvsapsettingsstore.lib |
|
69 LIBRARY PEngCoreUtilsLib2.lib |
|
70 LIBRARY efsrv.lib |
|
71 |
|
72 |
|
73 |