|
1 /* |
|
2 * Copyright (c) 2007 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: This is the project specification file for |
|
15 * HotSpot Browser Application. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET HsBrowser.exe |
|
24 TARGETTYPE exe |
|
25 UID 0x100039CE 0x2000AFCC |
|
26 VENDORID VID_DEFAULT |
|
27 CAPABILITY CAP_APPLICATION NetworkControl |
|
28 |
|
29 EPOCSTACKSIZE 0x10000 |
|
30 EPOCHEAPSIZE 0x2000 0x500000 |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE hsbrowserapp.cpp |
|
34 SOURCE hsbrowserappui.cpp |
|
35 SOURCE hsbrowserdocument.cpp |
|
36 SOURCE hsbrowsermodel.cpp |
|
37 SOURCE hsbrowsercontainer.cpp |
|
38 SOURCE hsbrowserloadeventobserver.cpp |
|
39 SOURCE hsbrowserspecialloadobserver.cpp |
|
40 SOURCE hsbrowserictsobserver.cpp |
|
41 SOURCE hsbrowserhssrvnotifs.cpp |
|
42 |
|
43 // UI resource file |
|
44 START RESOURCE ../data/hsbrowser.rss |
|
45 HEADER |
|
46 TARGETPATH APP_RESOURCE_DIR |
|
47 LANGUAGE_IDS |
|
48 END |
|
49 |
|
50 // registration file |
|
51 START RESOURCE ../data/hsbrowser_reg.rss |
|
52 DEPENDS hsbrowser.rsg |
|
53 TARGETPATH /private/10003a3f/apps |
|
54 END |
|
55 |
|
56 USERINCLUDE . |
|
57 USERINCLUDE ../inc |
|
58 USERINCLUDE ../../inc |
|
59 |
|
60 APP_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib |
|
63 LIBRARY avkon.lib apmime.lib apgrfx.lib efsrv.lib eikcoctl.lib commonui.lib ecom.lib |
|
64 LIBRARY eikdlg.lib gdi.lib bitgdi.lib esock.lib insock.lib |
|
65 LIBRARY hotspotclient.lib |
|
66 LIBRARY ictsclientinterface.lib |
|
67 LIBRARY ws32.lib |
|
68 LIBRARY commonengine.lib |
|
69 LIBRARY browserengine.lib |
|
70 LIBRARY aknnotify.lib eiksrv.lib |
|
71 LIBRARY akncapserverclient.lib |
|
72 LIBRARY bafl.lib |
|
73 LIBRARY hlplch.lib // for "Help" options menu |