|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # |
|
5 # This program is free software: you can redistribute it and/or modify |
|
6 # it under the terms of the GNU Lesser General Public License as published by |
|
7 # the Free Software Foundation, version 2.1 of the License. |
|
8 # |
|
9 # This program is distributed in the hope that it will be useful, |
|
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 # GNU Lesser General Public License for more details. |
|
13 # |
|
14 # You should have received a copy of the GNU Lesser General Public License |
|
15 # along with this program. If not, |
|
16 # see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/". |
|
17 # |
|
18 # Description: |
|
19 # |
|
20 |
|
21 TEMPLATE=app |
|
22 TARGET=Autolock |
|
23 |
|
24 CONFIG += service |
|
25 CONFIG += Hb |
|
26 |
|
27 CONFIG += mobility |
|
28 MOBILITY = publishsubscribe |
|
29 |
|
30 #TRANSLATIONS = autolock.ts |
|
31 |
|
32 XQSERVICE_ROOT=../.. |
|
33 #include(../../xqservicebase.pri) |
|
34 include(src/Autolock.pri) |
|
35 |
|
36 LIBS+=-lxqservice -lxqserviceutil -lflogger |
|
37 LIBS += -L../../../../../bin/release -lautolockuseractivityservice |
|
38 LIBS += -lsecui -letelmm -letel -lcustomapi -lcentralrepository |
|
39 LIBS += -lcone -lws32 -lkeylockpolicyapi |
|
40 LIBS += -lpower_save_display_mode |
|
41 LIBS += -ltstaskmonitorclient # for TsTaskSettings |
|
42 LIBS += -lavkon # for KeySounds |
|
43 |
|
44 SERVICE.FILE = service_conf.xml |
|
45 SERVICE.OPTIONS = embeddable |
|
46 SERVICE.OPTIONS += hidden |
|
47 |
|
48 libFiles.sources = Autolock.exe |
|
49 #libFiles.path = "!:\sys\bin" |
|
50 DEPLOYMENT += libFiles |
|
51 |
|
52 RESOURCES += Autolock.qrc |
|
53 |
|
54 symbian*: { |
|
55 TARGET.CAPABILITY = CAP_APPLICATION |
|
56 TARGET.UID3 = 0x100059B5 |
|
57 crmlFiles.sources = autolock.qcrml |
|
58 crmlFiles.path = /resource/qt/crml |
|
59 DEPLOYMENT += crmlFiles |
|
60 } |
|
61 |
|
62 BLD_INF_RULES.prj_exports += "./rom/Autolock.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Autolock.iby)" |
|
63 BLD_INF_RULES.prj_exports += "./conf/Autolock.confml MW_LAYER_CONFML(Autolock.confml)" |
|
64 BLD_INF_RULES.prj_exports += "./conf/lock.confml MW_LAYER_CONFML(lock.confml)" |
|
65 # remove CI_autolock.confml because CI already exports it |
|
66 # BLD_INF_RULES.prj_exports += "./conf/CI_Autolock.confml MW_LAYER_CONFML(CI_Autolock.confml)" |
|
67 BLD_INF_RULES.prj_exports += "./rom/AutolockSrv.iby CORE_APP_LAYER_IBY_EXPORT_PATH(AutolockSrv.iby)" |
|
68 BLD_INF_RULES.prj_exports += "./PubSub/SecurityUIsPrivatePSKeys.h |../../inc/securityuisprivatepskeys.h" |
|
69 |
|
70 BLD_INF_RULES.prj_exports += "./conf/lock_10283322.crml MW_LAYER_CRML(lock_10283322.crml)" |