ncdengine/engine/engine.pro
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 
       
     2 #
       
     3 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors: 
       
    14 #
       
    15 # Description: 
       
    16 #
       
    17 
       
    18 include ( engine.pri )
       
    19 
       
    20 IncludeBlock = \
       
    21 	"$${LITERAL_HASH}include <data_caging_paths.hrh>" \
       
    22 	"$${LITERAL_HASH}include <platform_paths.hrh>"  \
       
    23 	"$${LITERAL_HASH}include <../inc/catalogsuids.h>" \
       
    24 	"$${LITERAL_HASH}include <./inc/build_config.mmpi>" 
       
    25 
       
    26 
       
    27 TEMPLATE = app
       
    28 TARGET = ncdserver_20019119
       
    29 CONFIG += qt
       
    30  
       
    31 symbian: { 
       
    32 	TARGET.CAPABILITY = CAP_APPLICATION 
       
    33 	TARGET.VID = VID_DEFAULT
       
    34 	TARGET.UID3 = 0x20019119
       
    35 	TARGET.EPOCALLOWDLLDATA = 1
       
    36 	rssrules = "hidden = KAppIsHidden;"
       
    37         RSS_RULES += rssrules
       
    38 	
       
    39 	INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    40 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 	INCLUDEPATH +=   ../provider/inc 
       
    43 	INCLUDEPATH +=   ../provider/server/inc 
       
    44 	INCLUDEPATH +=   ../provider/client/inc
       
    45 	INCLUDEPATH +=   ../provider/storage/inc
       
    46 	INCLUDEPATH +=   ../provider/protocol/inc
       
    47 	INCLUDEPATH +=   ../provider/deviceinteraction/inc
       
    48 	INCLUDEPATH +=   ../provider/purchasehistory/inc
       
    49 	
       
    50 	INCLUDEPATH +=   ../inc
       
    51 	INCLUDEPATH +=   ../engine/inc
       
    52 	INCLUDEPATH +=   ../engine/transport/inc
       
    53 	INCLUDEPATH +=   ../engine/accesspointmanager/inc
       
    54 	INCLUDEPATH += /epoc32/include/platform/mw/cwrt
       
    55 	INCLUDEPATH += /epoc32/include/ecom
       
    56 
       
    57 	LIBS += -lcommonui -lWrtDownloadMgr -lapmime -lcmmanager -lecom -lapengine -lmsgs -lsmcm -lgsmu -linetprotutil 
       
    58 	LIBS += -lhttpfiltercommon -lecom -lhttp -lesock -lcommdb -lsysutil -lhash -lestlib -lestor -lbafl -lplatformenv
       
    59 	LIBS += -lXmlEngineUtils  -lXmlEngineDOM -lXmlEngine -lXmlInterface -lxmlframework  -lcharconv -ledbms -lefsrv
       
    60   LIBS += -lncdutils_20019119 -lncddevicemgmt_20019119
       
    61   LIBS += -lxqutils
       
    62 }