logsui/tsrc/callservicesimulation2/serviceapp2.pro
changeset 0 4a5361db8937
child 18 acd4e87b24b4
equal deleted inserted replaced
-1:000000000000 0:4a5361db8937
       
     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 SERVICEAPP=app
       
    18 TARGET=serviceapp2
       
    19 
       
    20 CONFIG += hb
       
    21 CONFIG += service
       
    22 
       
    23 #XQSERVICE_ROOT=../../../qthighway
       
    24 #include(../../../qthighway/xqservicebase.pri)
       
    25 include(src/serviceapp.pri)
       
    26 
       
    27 LIBS+=-lxqservice -lxqserviceutil
       
    28 
       
    29 symbian: {
       
    30     TARGET.UID2 = 0x100039CE
       
    31     TARGET.UID3 = 0xE0011E73
       
    32     TARGET.CAPABILITY = CAP_APPLICATION
       
    33 }
       
    34 
       
    35 SERVICE.FILE = service_conf.xml
       
    36 SERVICE.OPTIONS = embeddable
       
    37 
       
    38 libFiles.sources = serviceapp2.exe 
       
    39 libFiles.path = "!:\sys\bin"
       
    40 DEPLOYMENT += libFiles
       
    41