45
|
1 |
#
|
|
2 |
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
#
|
|
4 |
#
|
|
5 |
# All rights reserved.
|
|
6 |
# This component and the accompanying materials are made available
|
|
7 |
# under the terms of "Eclipse Public License v1.0"
|
|
8 |
# which accompanies this distribution, and is available
|
|
9 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
10 |
#
|
|
11 |
# Initial Contributors:
|
|
12 |
# Nokia Corporation - initial contribution.
|
|
13 |
#
|
|
14 |
# Contributors:
|
|
15 |
#
|
|
16 |
# Description:
|
|
17 |
#
|
|
18 |
|
|
19 |
TEMPLATE=app
|
|
20 |
TARGET=Cpqtsp
|
|
21 |
|
|
22 |
symbian: {
|
|
23 |
TARGET.CAPABILITY = CAP_APPLICATION
|
|
24 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
25 |
TARGET.UID3 = 0x2002DD2B
|
|
26 |
BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
|
|
27 |
BLD_INF_RULES.prj_exports += "rom/cpqtsp.iby CORE_APP_LAYER_IBY_EXPORT_PATH(cpqtsp.iby)"
|
|
28 |
BLD_INF_RULES.prj_exports += "rom/cpsqtsp_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpsqtsp_resources.iby)"
|
|
29 |
SYMBIAN_PLATFORMS = WINSCW \
|
|
30 |
ARMV5
|
|
31 |
}
|
|
32 |
|
|
33 |
CONFIG += hb service
|
|
34 |
include(Cpqtsp.pri)
|
|
35 |
LIBS+=-lxqservice -lxqserviceutil -lflogger
|
|
36 |
MMP_RULES += "LIBRARY msgs.lib centralrepository.lib provisioningengine.lib featmgr.lib apengine.lib favouritesengine.lib smcm.lib gsmu.lib"
|
|
37 |
|
|
38 |
TRANSLATIONS += deviceupdates.ts
|
|
39 |
|
|
40 |
SERVICE.FILE = resources/service_conf.xml
|
|
41 |
SERVICE.OPTIONS = embeddable
|
|
42 |
SERVICE.OPTIONS += hidden
|
|
43 |
|
|
44 |
libFiles.sources = xqservice.dll
|
|
45 |
libFiles.path = "!:\sys\bin"
|
|
46 |
DEPLOYMENT += libFiles
|
|
47 |
|
|
48 |
MOC_DIR = moc
|
|
49 |
|