diff -r 516a867811c3 -r d3981f4fe6a4 devicemgmtdialogsplugin/devicemgmtdialogsplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devicemgmtdialogsplugin/devicemgmtdialogsplugin.pro Fri Jun 11 13:29:40 2010 +0300 @@ -0,0 +1,63 @@ +# +# Copyright (c) 2002 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: +# Pro file of devicemanagementnotifiersplugin +# +# + +TEMPLATE = lib +TARGET = devicemanagementnotifiersplugin +CONFIG += hb \ + plugin +INCLUDEPATH += . +DEPENDPATH += . + +DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs + +SOURCES += src/devicemanagementnotifierplugin.cpp +SOURCES += src/devicemanagementnotifierwidget.cpp +SOURCES += src/devicemanagementnotifierutils.cpp +SOURCES += src/syncmlnotifierprivate.cpp +SOURCES += src/omacppinquerydialog.cpp +SOURCES += src/syncmlconnectnotifier.cpp + +HEADERS += inc/devicemanagementnotifierplugin_p.h +HEADERS += inc/devicemanagementnotifierwidget_p.h +HEADERS += inc/devicemanagementnotifierutils.h +HEADERS += inc/syncmlnotifierprivate.h +HEADERS += inc/omacppinquerydialog.h +RESOURCES = devicemanagementnotifierdevman.qrc +#TRANSLATIONS += deviceupdates_en.ts + +symbian: { + TARGET.EPOCALLOWDLLDATA = 1 + TARGET.CAPABILITY = CAP_GENERAL_DLL + TARGET.UID3 = 0x2002DD20 + + hblib.sources = Hb.dll + hblib.path = \sys\bin + hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}" + + pluginstub.sources = devicemanagementnotifiersplugin.dll + pluginstub.path = /resource/plugins/devicedialogs + DEPLOYMENT += pluginstub + MMP_RULES += "LIBRARY syncmlclientapi.lib centralrepository.lib flogger.lib" +} +!local { + target.path = $${HB_PLUGINS_DIR}/devicedialogs + INSTALLS += target +} + +MOC_DIR = moc