51
|
1 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
# Initial Contributors:
|
|
8 |
# Nokia Corporation - initial contribution.
|
|
9 |
# Contributors:
|
|
10 |
# Description: This is the project file defnition for fotaserver.
|
|
11 |
|
|
12 |
TEMPLATE = app
|
|
13 |
TARGET = fotaserver
|
|
14 |
|
|
15 |
DEPENDPATH += . \
|
|
16 |
./inc \
|
|
17 |
./src \
|
|
18 |
../inc \
|
|
19 |
|
|
20 |
INCLUDEPATH += . \
|
|
21 |
./inc \
|
|
22 |
../inc \
|
|
23 |
../cenrep \
|
|
24 |
../fmsclient/inc \
|
|
25 |
|
|
26 |
HEADERS += FotaServer.h \
|
|
27 |
FotaDlMgrClient.h \
|
|
28 |
FotaDlClient.h \
|
|
29 |
FotaDB.h \
|
|
30 |
FotaNetworkRegStatus.h \
|
|
31 |
fotaserverPrivatePSKeys.h \
|
|
32 |
FotaSrvDebug.h \
|
|
33 |
FotasrvSession.h \
|
|
34 |
fotaupdate.h \
|
|
35 |
fotaUpdateAgentComms.h \
|
|
36 |
fotanotifiers.h \
|
|
37 |
fotafullscreendialog.h \
|
|
38 |
fsview.h
|
|
39 |
|
|
40 |
|
|
41 |
RESOURCES = fotaservernotifier.qrc
|
|
42 |
|
|
43 |
TRANSLATIONS += deviceupdates.ts
|
|
44 |
|
|
45 |
SOURCES += FotaDlMgrClient.cpp \
|
|
46 |
FotaDlClient.cpp \
|
|
47 |
FotaServer.cpp \
|
|
48 |
fotaupdate.cpp \
|
|
49 |
fotaSrvSession.cpp \
|
|
50 |
FotaDB.cpp \
|
|
51 |
FotaNetworkRegStatus.cpp \
|
|
52 |
FotaIPCTypes.cpp \
|
|
53 |
fotanotifiers.cpp \
|
|
54 |
fotafullscreendialog.cpp \
|
|
55 |
main.cpp \
|
|
56 |
fsview.cpp
|
|
57 |
|
|
58 |
CONFIG(release, debug|release):LIBS += -L. \
|
|
59 |
-L./../../../../WrtBuild/Release/bin \
|
|
60 |
-lWrtDownloadMgr \
|
|
61 |
-lwrtserviceipcclient
|
|
62 |
CONFIG(debug, debug|release):LIBS += -L. \
|
|
63 |
-L./../../../../WrtBuild/Debug/bin \
|
|
64 |
-lWrtDownloadMgr \
|
|
65 |
-lwrtserviceipcclient
|
|
66 |
symbian {
|
|
67 |
SYMBIAN_PLATFORMS = WINSCW
|
|
68 |
SYMBIAN_PLATFORMS += ARMV5
|
|
69 |
TARGET.VID = VID_DEFAULT
|
|
70 |
TARGET.UID3 = 0x102072C4
|
|
71 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
72 |
TARGET.CAPABILITY = CAP_SERVER \
|
|
73 |
NetworkControl \
|
|
74 |
PowerMgmt \
|
|
75 |
DiskAdmin \
|
|
76 |
All \
|
|
77 |
-Tcb
|
|
78 |
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
|
|
79 |
/epoc32/include/platform/mw/cwrt \
|
|
80 |
/epoc32/include/cshelp \
|
|
81 |
/epoc32/include/ecom \
|
|
82 |
/epoc32/include/libc \
|
|
83 |
/epoc32/include/mw/Qt \
|
|
84 |
/epoc32/include/mw/QtCore \
|
|
85 |
/epoc32/include/mw/QtGui \
|
|
86 |
/epoc32/include/mw \
|
|
87 |
../../sf/mw/qt/mkspecs/common/symbian \
|
|
88 |
../../sf/mw/qt/mkspecs/common/symbian/tmp \
|
|
89 |
/epoc32/include \
|
|
90 |
/epoc32/include/stdapis \
|
|
91 |
/epoc32/include/stdapis/sys \
|
|
92 |
/epoc32/include/platform/mw \
|
|
93 |
/epoc32/include/platform \
|
|
94 |
/epoc32/include/platform/loc \
|
|
95 |
/epoc32/include/platform/mw/loc \
|
|
96 |
/epoc32/include/platform/loc/sc \
|
|
97 |
/epoc32/include/platform/mw/loc/sc \
|
|
98 |
/epoc32/include/mw/cwrt \
|
|
99 |
/epoc32/include/app \
|
|
100 |
/epoc32/include/platform/app \
|
|
101 |
/epoc32/include/platform/app/loc \
|
|
102 |
/epoc32/include/platform/app/loc/sc \
|
|
103 |
/epoc32/include/stdapis/stlportv5 \
|
|
104 |
/epoc32/include/mw/hb/hbcore \
|
|
105 |
/epoc32/include/mw/hb/hbwidgets \
|
|
106 |
/epoc32/include/mw/hb/hbutils \
|
|
107 |
tmp
|
|
108 |
|
|
109 |
LIBS += -laknskins \
|
|
110 |
-lapgrfx \
|
|
111 |
-lapengine \
|
|
112 |
-lapparc \
|
|
113 |
-lapsettingshandlerui \
|
|
114 |
-lavkon \
|
|
115 |
-lbafl \
|
|
116 |
-lcone \
|
|
117 |
-lcommdb \
|
|
118 |
-lcommonengine \
|
|
119 |
-ledbms \
|
|
120 |
-lefsrv \
|
|
121 |
-leikctl \
|
|
122 |
-leikcore \
|
|
123 |
-leikcoctl \
|
|
124 |
-leikdlg \
|
|
125 |
-lestor \
|
|
126 |
-leuser \
|
|
127 |
-lfeatmgr \
|
|
128 |
-lhlplch \
|
|
129 |
-lws32 \
|
|
130 |
-lcommonui \
|
|
131 |
-lapmime \
|
|
132 |
-lsyncmlclientapi \
|
|
133 |
-lecom \
|
|
134 |
-lbitgdi \
|
|
135 |
-lfbscli \
|
|
136 |
-lgdi \
|
|
137 |
-letelmm \
|
|
138 |
-letel \
|
|
139 |
-lcentralrepository \
|
|
140 |
-lesock \
|
|
141 |
-lschsvr \
|
|
142 |
-lsysversioninfo \
|
|
143 |
-lnsmldmtreedbclient \
|
|
144 |
-lakncapserverclient \
|
|
145 |
-lstarterclient \
|
|
146 |
-lconnmon \
|
|
147 |
-lfeatmgr \
|
|
148 |
-lfmsclient \
|
|
149 |
-lcmmanager \
|
|
150 |
-lsysutil \
|
|
151 |
-lQtGui \
|
|
152 |
-lQtCore \
|
|
153 |
-lapgrfx \
|
|
154 |
-lgdi \
|
|
155 |
-leiksrv \
|
|
156 |
-lhal \
|
|
157 |
-llibc \
|
|
158 |
-llibm \
|
|
159 |
-llibdl \
|
|
160 |
-lmediaclientaudio \
|
|
161 |
-lcharconv \
|
|
162 |
-lws32 \
|
|
163 |
-laknnotify \
|
|
164 |
-lHbCore \
|
|
165 |
-lHbWidgets \
|
|
166 |
-lHbUtils \
|
|
167 |
-lQtSvg \
|
|
168 |
-lQtNetwork \
|
|
169 |
-lxqutils \
|
|
170 |
-linetprotutil \
|
|
171 |
-lusbman \
|
|
172 |
-lxqserviceutil \
|
|
173 |
-lflogger
|
|
174 |
|
|
175 |
CONFIG += hb
|
|
176 |
MOC_DIR = moc
|
|
177 |
}
|