deviceupdatesui/deviceupdates/deviceupdates.pro
branchRCL_3
changeset 57 6757f1e2efd2
equal deleted inserted replaced
55:c4687ff85147 57:6757f1e2efd2
       
     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: Device updates application project file
       
    15 #
       
    16 symbian: {
       
    17 SYMBIAN_PLATFORMS = WINSCW \
       
    18     ARMV5
       
    19 
       
    20 :BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    21     :BLD_INF_RULES.prj_exports += "./rom/deviceupdates.iby CORE_APP_LAYER_IBY_EXPORT_PATH(deviceupdates.iby)"
       
    22     :BLD_INF_RULES.prj_exports += "./rom/deviceupdates_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(deviceupdates_resources.iby)"
       
    23     :BLD_INF_RULES.prj_exports += "./conf/101F6DE5.txt /epoc32/data/z/private/10202be9/101F6DE5.txt"    
       
    24     :BLD_INF_RULES.prj_exports += "./conf/101F6DE5.txt /epoc32/winscw/c/private/10202be9/101F6DE5.txt"  
       
    25 TARGET.UID2 = 0x100039CE
       
    26 TARGET.UID3 = 0x101F6DE5
       
    27 TARGET.CAPABILITY = CAP_APPLICATION 
       
    28  LIBS +=  -lCommonEngine\
       
    29 	-lcentralrepository\ 
       
    30 	-lfeatmgr\ 
       
    31 	-lsyncmlclientapi\ 
       
    32 	-lnsmltransporthandler\
       
    33 	-lnsmltransport\
       
    34 -lnsmlhistorylog\
       
    35 -lpolicyengine\
       
    36 -lsysutil \
       
    37         -letel \
       
    38         -letelmm \
       
    39         -lsysversioninfo\
       
    40         -letel3rdparty\
       
    41 		-letelpckt\
       
    42 		-lcmmanager\
       
    43 		-lsisregistryclient \
       
    44 		-lfotaengine	\
       
    45 		-leuser	\
       
    46 		-lflogger	\
       
    47 		-lxqutils
       
    48 	}
       
    49 TEMPLATE = app
       
    50 TARGET = deviceupdates
       
    51 DEPENDPATH += ./inc
       
    52 INCLUDEPATH += .
       
    53 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    54 # Input
       
    55 HEADERS += ./inc/dminforetrieval.h \
       
    56 ./inc/nsmldmdef.h\
       
    57 ./inc/nsmldmsyncappengine.h \
       
    58 ./inc/nsmldmsyncdebug.h \
       
    59 ./inc/nsmldmsynchandler.h\
       
    60 ./inc/nsmldmsyncinternalpskeys.h \
       
    61 ./inc/nsmldmsyncprivatecrkeys.h \
       
    62 ./inc/nsmldmsyncprofile.h \
       
    63 ./inc/nsmldmsyncprofileitem.h \
       
    64 ./inc/nsmldmsyncprofilelist.h \
       
    65 ./inc/nsmldmsyncutil.h \
       
    66 ./inc/nsmldmuidefines.h \
       
    67 ./inc/serversettingsview.h\
       
    68 ./inc/dmadvancedview.h\
       
    69 ./inc/settingsdataformcustomitem.h\
       
    70 ./inc/dmfotaview.h\
       
    71 ./inc/nsmldmdbnotifier.h	\
       
    72 ./inc/deviceupdatemoniter.h	\
       
    73 ./inc/deviceupdatemoniterobserver.h	\
       
    74 ./inc/DeviceUpdateDebug.h \
       
    75 ./inc/customviewitem.h
       
    76 
       
    77 SOURCES += ./src/dmadvancedview.cpp \
       
    78 			./src/main.cpp \
       
    79 			./src/nsmldmsyncutil.cpp \
       
    80 			./src/nsmldmsyncprofilelist.cpp \
       
    81 			./src/nsmldmsyncprofileitem.cpp \
       
    82 			./src/nsmldmsyncprofile.cpp \
       
    83 			./src/nsmldmsyncappengine.cpp \
       
    84 			./src/nsmldmsynchandler.cpp \
       
    85 			./src/dminforetrieval.cpp\
       
    86 			./src/serversettingsview.cpp\
       
    87 			./src/settingsdataformcustomitem.cpp\
       
    88 			./src/dmfotaview.cpp \
       
    89 			./src/nsmldmdbnotifier.cpp	\
       
    90 			./src/deviceupdatemoniter.cpp \
       
    91 			./src/customviewitem.cpp
       
    92 			
       
    93 RESOURCES += ./resources/deviceupdates.qrc
       
    94 CONFIG += hb
       
    95 TRANSLATIONS += deviceupdates.ts
       
    96    
       
    97