deviceupdatesui/cpqtsp/cpqtsp.pro
changeset 30 d3981f4fe6a4
parent 27 516a867811c3
child 31 4b5fb8110426
child 41 c742e1129640
equal deleted inserted replaced
27:516a867811c3 30:d3981f4fe6a4
     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 }
       
    30 
       
    31 CONFIG += hb service
       
    32 include(Cpqtsp.pri)
       
    33 LIBS+=-lxqservice -lxqserviceutil -lflogger
       
    34 MMP_RULES += "LIBRARY msgs.lib centralrepository.lib provisioningengine.lib featmgr.lib"
       
    35 
       
    36 TRANSLATIONS += deviceupdates.ts
       
    37 
       
    38 SERVICE.FILE = resources/service_conf.xml
       
    39 SERVICE.OPTIONS = embeddable
       
    40 SERVICE.OPTIONS += hidden
       
    41 
       
    42 libFiles.sources = xqservice.dll
       
    43 libFiles.path = "!:\sys\bin"
       
    44 DEPLOYMENT += libFiles
       
    45 
       
    46 MOC_DIR = moc
       
    47