|
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: Project specification file of Data channel. |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 //APP_LAYER_SYSTEMINCLUDE |
|
23 |
|
24 #include "../../inc/impsvariant.h" |
|
25 |
|
26 TARGET impsdatachannel.dll |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008d 0x101FB0C3 |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../enginc |
|
35 |
|
36 SYSTEMINCLUDE ../../../inc |
|
37 |
|
38 SYSTEMINCLUDE ../../../im_pub/im_api/inc |
|
39 SYSTEMINCLUDE ../../../im_pub/im_application_launch_api/inc |
|
40 SOURCE HttpTransportAdapter.cpp |
|
41 SOURCE ImpsHttpTransaction.cpp |
|
42 SOURCE ImpsTransportTimer.cpp |
|
43 |
|
44 SYSTEMINCLUDE /epoc32/include/http |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 DEBUGLIBRARY efsrv.lib |
|
48 DEBUGLIBRARY hal.lib |
|
49 DEBUGLIBRARY flogger.lib |
|
50 |
|
51 LIBRARY euser.lib |
|
52 //HTTP Stack libraries |
|
53 LIBRARY http.lib |
|
54 LIBRARY bafl.lib |
|
55 LIBRARY InetProtUtil.lib |
|
56 |
|
57 #if defined( ARMCC ) |
|
58 deffile ../eabi/ |
|
59 #elif defined ( WINSCW ) |
|
60 deffile ../BWINSCW/ |
|
61 #elif defined ( WINS ) |
|
62 deffile ../BWINS/ |
|
63 #endif |
|
64 |
|
65 |
|
66 |