|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET irdataprovider.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x2000B49C |
|
23 |
|
24 PAGED |
|
25 |
|
26 SOURCEPATH ../dataprovidersrc |
|
27 |
|
28 SOURCE irdataprovider.cpp |
|
29 SOURCE irhttpdataprovider.cpp |
|
30 SOURCE irdataprovidertimer.cpp |
|
31 SOURCE irhttppost.cpp |
|
32 SOURCE irlogodownloadengine.cpp |
|
33 |
|
34 USERINCLUDE ../dataproviderinc |
|
35 USERINCLUDE ../include |
|
36 USERINCLUDE ../settingsinc |
|
37 USERINCLUDE ../networkcontrollerinc |
|
38 USERINCLUDE ../datastructuresinc |
|
39 USERINCLUDE ../favoritesdbinc |
|
40 USERINCLUDE ../presetplugininc |
|
41 USERINCLUDE ../cachemgmtinc |
|
42 USERINCLUDE ../sessionloginc |
|
43 |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 // TODO will be removed after the changes of /epoc32/include |
|
46 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(http) |
|
47 SYSTEMINCLUDE MW_LAYER_PUBLIC_EXPORT_PATH(http) |
|
48 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common) |
|
49 |
|
50 LIBRARY bafl.lib |
|
51 LIBRARY cone.lib |
|
52 LIBRARY efsrv.lib |
|
53 LIBRARY euser.lib |
|
54 LIBRARY http.lib |
|
55 LIBRARY inetprotutil.lib |
|
56 LIBRARY irnetworkcontroller.lib |
|
57 LIBRARY irsettings.lib |
|
58 LIBRARY irdatastructures.lib |
|
59 LIBRARY irfavoritesdb.lib |
|
60 LIBRARY psclient100.lib |
|
61 LIBRARY ircachemgmt.lib |
|
62 LIBRARY mmfcontrollerframework.lib //to get the supported MIME types |
|
63 LIBRARY avkon.lib //to display the information note |
|
64 |
|
65 |
|
66 |
|
67 //test linker error |
|
68 LIBRARY cenrepnotifhandler.lib |
|
69 LIBRARY commonengine.lib |
|
70 LIBRARY etel.lib |
|
71 LIBRARY etel3rdparty.lib |
|
72 LIBRARY etelmm.lib |
|
73 LIBRARY estor.lib |
|
74 LIBRARY xmlframework.lib |
|
75 |
|
76 |
|
77 //LIBRARY avctpplugins.lib |
|
78 //LIBRARY eintsock.lib |
|
79 LIBRARY impapprotocolcontroller.lib |
|
80 LIBRARY imut.lib |
|
81 LIBRARY netmsg.lib |
|
82 LIBRARY netmeta.lib |
|
83 LIBRARY nifman.lib |
|
84 LIBRARY pops.lib |
|
85 LIBRARY responsemsg.lib |
|
86 LIBRARY smts.lib |
|
87 |
|
88 |
|
89 //test end |
|
90 |
|
91 |
|
92 LIBRARY flogger.lib |
|
93 |
|
94 #if defined( WINSCW ) |
|
95 DEFFILE ../bwinscw/ |
|
96 #else |
|
97 DEFFILE ../bmarm/ |
|
98 #endif |
|
99 |
|
100 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI |
|
101 CAPABILITY CAP_GENERAL_DLL |
|
102 |