author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 14:17:13 +0300 | |
branch | RCL_3 |
changeset 70 | 5d5344402085 |
parent 61 | ae4a65edc4fe |
permissions | -rw-r--r-- |
58 | 1 |
/* |
2 |
* Copyright (c) 2003-2006 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 definition file for project ServiceHelp |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
// To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 |
#include <platform_paths.hrh> |
|
21 |
#include <bldvariant.hrh> |
|
22 |
#include <data_caging_paths.hrh> |
|
23 |
||
24 |
TARGET onlinesupport.exe |
|
25 |
TARGETTYPE exe |
|
26 |
EPOCSTACKSIZE 0x5000 //define our own stack as this is no longer provided by apprun |
|
27 |
UID 0x100039CE 0x10204338 |
|
28 |
SECUREID 0x10204338 |
|
29 |
VENDORID VID_DEFAULT |
|
30 |
CAPABILITY CAP_APPLICATION PowerMgmt AllFiles |
|
31 |
||
32 |
||
33 |
SOURCEPATH ../OnlineSupport/src |
|
34 |
SOURCE CCMApplication.cpp |
|
35 |
SOURCE CCMAppUi.cpp |
|
36 |
SOURCE CCMDocument.cpp |
|
37 |
SOURCE Ccmregistrationmonitor.cpp |
|
38 |
SOURCE Ccmsocketsengine.cpp |
|
39 |
SOURCE MiniBrowser.cpp |
|
40 |
SOURCE ccmdialogmonitor.cpp |
|
41 |
||
42 |
||
43 |
||
44 |
START RESOURCE ../data/OnlineSupport.rss |
|
45 |
HEADER |
|
46 |
TARGETPATH APP_RESOURCE_DIR |
|
47 |
LANGUAGE_IDS |
|
48 |
END // RESOURCE |
|
49 |
||
50 |
START RESOURCE ../aif/OnlineSupport_reg.rss |
|
51 |
DEPENDS onlinesupport.rsg |
|
52 |
// Do not change the UID below. |
|
53 |
TARGETPATH /private/10003a3f/apps |
|
54 |
END |
|
55 |
||
56 |
USERINCLUDE . ../OnlineSupport/inc |
|
57 |
USERINCLUDE ../PnP/NHwrParser |
|
58 |
USERINCLUDE ../PnpPaosFilter/src |
|
59 |
||
60 |
// Default system include paths for application layer modules. |
|
61 |
APP_LAYER_SYSTEMINCLUDE |
|
62 |
||
63 |
||
64 |
LIBRARY euser.lib |
|
65 |
LIBRARY apparc.lib |
|
66 |
LIBRARY cone.lib |
|
67 |
LIBRARY eikcore.lib |
|
68 |
LIBRARY avkon.lib |
|
69 |
LIBRARY apgrfx.lib |
|
70 |
LIBRARY commdb.lib // for commdb |
|
71 |
LIBRARY efsrv.lib |
|
72 |
LIBRARY aknnotify.lib |
|
73 |
LIBRARY filelist.lib // for CFLDFileListContainer |
|
74 |
LIBRARY profileeng.lib // for profileeng |
|
75 |
LIBRARY esock.lib // for sockets |
|
76 |
LIBRARY etelmm.lib |
|
77 |
LIBRARY etel.lib |
|
78 |
LIBRARY inetprotutil.lib |
|
70
5d5344402085
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
61
diff
changeset
|
79 |
LIBRARY commonengine.lib |
58 | 80 |
LIBRARY centralrepository.lib |
81 |
LIBRARY apengine.lib // for creating new Init Access |
|
82 |
LIBRARY sysutil.lib |
|
83 |
LIBRARY http.lib // for RHttpTransaction |
|
84 |
LIBRARY bafl.lib // for RStringPool |
|
85 |
LIBRARY nhwrparser.lib |
|
86 |
LIBRARY provisioningengine.lib |
|
87 |
LIBRARY insock.lib |
|
88 |
LIBRARY httpfiltercommon.lib // for HttpFilterCommonStringsExt |
|
89 |
LIBRARY pnp.lib // for CPnpUtilImpl |
|
90 |
LIBRARY aknskins.lib // for CAknsBasicBackgroundControlContext |
|
91 |
DEBUGLIBRARY flogger.lib // for logging |
|
92 |
||
93 |
SMPSAFE |