42
|
1 |
#
|
|
2 |
# Copyright (c) 2009 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:
|
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = app
|
|
18 |
TARGET = btmsgviewer
|
|
19 |
CONFIG += hb \
|
|
20 |
service
|
|
21 |
symbian:
|
|
22 |
{
|
|
23 |
TARGET.UID3 = 0x2002ED70
|
|
24 |
TARGET.CAPABILITY = ALL \
|
|
25 |
-TCB
|
|
26 |
}
|
|
27 |
LIBS += -lhbcore \
|
|
28 |
-lxqservice \
|
|
29 |
-lxqserviceutil \
|
|
30 |
-lbluetooth \
|
|
31 |
-lmsgs \
|
43
|
32 |
-lapmime \
|
|
33 |
-lefsrv
|
|
34 |
|
42
|
35 |
SERVICE.FILE = service_conf.xml
|
|
36 |
libFiles.sources = xqservice.dll
|
|
37 |
SERVICE.OPTIONS = embeddable \
|
|
38 |
hidden
|
|
39 |
libFiles.path = "!:\sys\bin"
|
|
40 |
DEPLOYMENT += libFiles
|
|
41 |
HEADERS += ./inc/btmsgviewer.h \
|
|
42 |
./inc/btmsgviewerutils.h
|
|
43 |
SOURCES += ./src/btmsgviewer.cpp \
|
|
44 |
./src/main.cpp \
|
|
45 |
./src/btmsgviewerutils.cpp
|
|
46 |
BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
|
|
47 |
"./rom/btmsgviewer.iby CORE_APP_LAYER_IBY_EXPORT_PATH(btmsgviewer.iby)"
|