deviceupdatesui/deviceupdates/deviceupdates.pro
changeset 18 7d11f9a6646f
child 24 408f75ba5bc2
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
       
     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 TARGET.UID2 = 0x100039CE
       
    25 TARGET.UID3 = 0x101F6DE5
       
    26 TARGET.CAPABILITY = CAP_APPLICATION 
       
    27  LIBS +=  -lCommonEngine\
       
    28 	-lcentralrepository\ 
       
    29 	-lfeatmgr\ 
       
    30 	-lsyncmlclientapi\ 
       
    31 	-lnsmltransporthandler\
       
    32 	-lnsmltransport\
       
    33 -lnsmlhistorylog\
       
    34 -lpolicyengine\
       
    35 -lsysutil \
       
    36         -letel \
       
    37         -letelmm \
       
    38         -lsysversioninfo\
       
    39         -letel3rdparty\
       
    40 		-letelpckt\
       
    41 		-lcmmanager
       
    42 	}
       
    43 TEMPLATE = app
       
    44 TARGET = deviceupdates
       
    45 DEPENDPATH += ./inc
       
    46 INCLUDEPATH += .
       
    47 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    48 # Input
       
    49 HEADERS += ./inc/dminforetrieval.h \
       
    50 ./inc/nsmldmdef.h\
       
    51 ./inc/nsmldmsyncappengine.h \
       
    52 ./inc/nsmldmsyncdebug.h \
       
    53 ./inc/nsmldmsynchandler.h\
       
    54 ./inc/nsmldmsyncinternalpskeys.h \
       
    55 ./inc/nsmldmsyncprivatecrkeys.h \
       
    56 ./inc/nsmldmsyncprofile.h \
       
    57 ./inc/nsmldmsyncprofileitem.h \
       
    58 ./inc/nsmldmsyncprofilelist.h \
       
    59 ./inc/nsmldmsyncutil.h \
       
    60 ./inc/nsmldmuidefines.h \
       
    61 ./inc/serversettingsview.h\
       
    62 ./inc/dmadvancedview.h\
       
    63 ./inc/settingsdataformcustomitem.h\
       
    64 ./inc/dmfotaview.h\
       
    65 ./inc/nsmldmdbnotifier.h
       
    66 
       
    67 SOURCES += ./src/dmadvancedview.cpp \
       
    68 			./src/main.cpp \
       
    69 			./src/nsmldmsyncutil.cpp \
       
    70 			./src/nsmldmsyncprofilelist.cpp \
       
    71 			./src/nsmldmsyncprofileitem.cpp \
       
    72 			./src/nsmldmsyncprofile.cpp \
       
    73 			./src/nsmldmsyncappengine.cpp \
       
    74 			./src/nsmldmsynchandler.cpp \
       
    75 			./src/dminforetrieval.cpp\
       
    76 			./src/serversettingsview.cpp\
       
    77 			./src/settingsdataformcustomitem.cpp\
       
    78 			../src/dmfotaview.cpp \
       
    79 			../src/nsmldmdbnotifier.cpp
       
    80 			
       
    81 RESOURCES += ./resources/deviceupdates.qrc
       
    82 CONFIG += hb
       
    83 #TRANSLATIONS += deviceupdates.ts
       
    84    
       
    85