btobexprofiles/obexreceiveservices/btmsgviewer/btmsgviewer.pro
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     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 \
       
    32     -lapmime \
       
    33     -lefsrv \
       
    34     -lapgrfx \
       
    35     -lxqutils
       
    36 	
       
    37 SERVICE.FILE = service_conf.xml
       
    38 libFiles.sources = xqservice.dll
       
    39 SERVICE.OPTIONS = embeddable \
       
    40     hidden
       
    41 libFiles.path = "!:\sys\bin"
       
    42 DEPLOYMENT += libFiles
       
    43 HEADERS += ./inc/btmsgviewer.h \
       
    44 		   ./inc/btmsgviewerutils.h 
       
    45 SOURCES += ./src/btmsgviewer.cpp \
       
    46     	   ./src/main.cpp \
       
    47     	   ./src/btmsgviewerutils.cpp
       
    48 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    49     "./rom/btmsgviewer.iby CORE_APP_LAYER_IBY_EXPORT_PATH(btmsgviewer.iby)"