deviceupdatesui/deviceupdates/deviceupdates.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:06:35 +0300
changeset 66 f8de2c99bcde
parent 64 f2a9f5a3b8ba
permissions -rw-r--r--
Revision: 201037 Kit: 201039

#
# 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  \
		-lapgrfx \
		-lcone
	}
TEMPLATE = app
TARGET = deviceupdates
DEPENDPATH += ./inc
INCLUDEPATH += .
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
# Input
HEADERS += ./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/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
TRANSLATIONS += deviceupdates.ts