deviceupdatesui/deviceupdates/deviceupdates.pro
author hgs
Fri, 15 Oct 2010 11:39:02 +0530
changeset 67 fdbfe0a95492
parent 62 03849bd79877
permissions -rw-r--r--
201041

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: Device updates application project file
#
symbian: {
SYMBIAN_PLATFORMS = WINSCW \
    ARMV5

:BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
    :BLD_INF_RULES.prj_exports += "./rom/deviceupdates.iby CORE_APP_LAYER_IBY_EXPORT_PATH(deviceupdates.iby)"
    :BLD_INF_RULES.prj_exports += "./rom/deviceupdates_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(deviceupdates_resources.iby)"
    :BLD_INF_RULES.prj_exports += "./conf/deviceupdates.confml	APP_LAYER_CONFML(deviceupdates.confml)"    
    :BLD_INF_RULES.prj_exports += "./conf/deviceupdates_101F6DE5.crml	APP_LAYER_CRML(deviceupdates_101F6DE5.crml)"  
TARGET.UID2 = 0x100039CE
TARGET.UID3 = 0x101F6DE5
TARGET.CAPABILITY = CAP_APPLICATION 

RSS_RULES += "hidden = KAppIsHidden;"

 LIBS +=  -lCommonEngine\
	-lcentralrepository\ 
	-lfeatmgr\ 
	-lsyncmlclientapi\ 
	-lnsmltransporthandler\
	-lnsmltransport\
-lnsmlhistorylog\
-lpolicyengine\
-lsysutil \
        -letel \
        -letelmm \
        -lsysversioninfo\
        -letel3rdparty\
		-letelpckt\
		-lcmmanager\
		-lsisregistryclient \
		-lfotaengine	\
		-leuser	\
		-lflogger	\
        -lxqutils -lxqservice \
		-lapgrfx \
		-lcone
	}
TEMPLATE = app
TARGET = deviceupdates
DEPENDPATH += ./inc
INCLUDEPATH += .
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
SERVICE.FILE = ./resources/service_conf.xml
SERVICE.OPTIONS = embeddable
libFiles.sources = xqservice.dll
libFiles.path = "!:\sys\bin"
DEPLOYMENT += libFiles
# Input
HEADERS += inc/dmserviceprovider.h \
    ./inc/dminforetrieval.h \
    ./inc/nsmldmdef.h \
    ./inc/nsmldmsyncappengine.h \
    ./inc/nsmldmsyncdebug.h \
    ./inc/nsmldmsynchandler.h \
    ./inc/nsmldmsyncinternalpskeys.h \
    ./inc/nsmldmsyncprivatecrkeys.h \
    ./inc/nsmldmsyncprofile.h \
    ./inc/nsmldmsyncprofileitem.h \
    ./inc/nsmldmsyncprofilelist.h \
    ./inc/nsmldmsyncutil.h \
    ./inc/nsmldmuidefines.h \
    ./inc/serversettingsview.h \
    ./inc/dmadvancedview.h \
    ./inc/settingsdataformcustomitem.h \
    ./inc/dmfotaview.h \
    ./inc/nsmldmdbnotifier.h \
    ./inc/deviceupdatemoniter.h \
    ./inc/deviceupdatemoniterobserver.h \
    ./inc/DeviceUpdateDebug.h \
    ./inc/customviewitem.h
SOURCES += src/dmserviceprovider.cpp \
    ./src/dmadvancedview.cpp \
    ./src/main.cpp \
    ./src/nsmldmsyncutil.cpp \
    ./src/nsmldmsyncprofilelist.cpp \
    ./src/nsmldmsyncprofileitem.cpp \
    ./src/nsmldmsyncprofile.cpp \
    ./src/nsmldmsyncappengine.cpp \
    ./src/nsmldmsynchandler.cpp \
    ./src/dminforetrieval.cpp \
    ./src/serversettingsview.cpp \
    ./src/settingsdataformcustomitem.cpp \
    ./src/dmfotaview.cpp \
    ./src/nsmldmdbnotifier.cpp \
    ./src/deviceupdatemoniter.cpp \
    ./src/customviewitem.cpp
RESOURCES += ./resources/deviceupdates.qrc
CONFIG += hb service
TRANSLATIONS += deviceupdates.ts