|
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 the License "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: This is project specification file for the WebUtils. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform/mw/Browser_platform_variant.hrh> |
|
22 |
|
23 // Build target |
|
24 TARGET webutils.dll |
|
25 TARGETTYPE DLL |
|
26 UID 0x1000008d 0x101FD652 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 // Source files location |
|
31 SOURCEPATH ../src |
|
32 |
|
33 // Source files |
|
34 SOURCE CUserAgent.cpp |
|
35 |
|
36 |
|
37 // Include paths |
|
38 USERINCLUDE . ../INC |
|
39 |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
42 |
|
43 |
|
44 // Dependencies |
|
45 LIBRARY euser.lib |
|
46 LIBRARY Centralrepository.lib |
|
47 LIBRARY sysversioninfo.lib |
|
48 LIBRARY platformver.lib |
|
49 LIBRARY efsrv.lib |
|
50 LIBRARY cone.lib |
|
51 |
|
52 // Turn logging on/off |
|
53 //MACRO _WEBUTILS_LOG_ |
|
54 //#define _WEBUTILS_LOG_ |
|
55 |
|
56 |
|
57 #ifdef _WEBUTILS_LOG_ |
|
58 LIBRARY flogger.lib |
|
59 #else |
|
60 DEBUGLIBRARY flogger.lib |
|
61 #endif |
|
62 |
|
63 |
|
64 #if defined(ARMCC) |
|
65 DEFFILE ../EABI/WebUtils_EKA2.DEF |
|
66 #elif defined( WINSCW ) |
|
67 DEFFILE ../BWINSCW/WEBUTILS_EKA2.DEF |
|
68 #elif defined( WINS ) |
|
69 DEFFILE ../BWINS/WEBUTILS_EKA2.DEF |
|
70 #else |
|
71 DEFFILE ../BMARM/WEBUTILS_EKA2.DEF |
|
72 #endif |
|
73 |
|
74 |