bluetoothengine/btnotif/btdevicedialogplugin/btdevicedialogplugin.pro
changeset 29 48ae3789ce00
child 31 a0ea99b6fa53
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bluetoothengine/btnotif/btdevicedialogplugin/btdevicedialogplugin.pro	Mon May 03 14:36:07 2010 +0300
@@ -0,0 +1,64 @@
+#
+# 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:  Global confirmation query notification plugin
+#
+
+TEMPLATE = lib
+TARGET = btdevicedialogplugin
+CONFIG += hb plugin
+INCLUDEPATH += . ../inc
+DEPENDPATH += .
+DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
+
+MOC_DIR = moc
+OBJECTS_DIR = obj
+
+# dependencies
+HEADERS += inc/btdevicedialoginputwidget.h \
+    inc/btdevicedialogquerywidget.h \
+    inc/btdevicedialognotifwidget.h \
+    inc/btdevicedialogpluginerrors.h \
+    inc/btdevicedialogplugin.h \
+    inc/btdevicesearchdialogwidget.h \
+    inc/btdevicedialogplugintrace.h
+    
+SOURCES += src/btdevicedialogplugin.cpp \
+    src/btdevicedialoginputwidget.cpp \
+    src/btdevicedialogquerywidget.cpp \
+    src/btdevicedialognotifwidget.cpp \
+    src/btdevicesearchdialogwidget.cpp 
+
+RESOURCES += btdevicedialogplugin.qrc
+    
+symbian: { 
+    SYMBIAN_PLATFORMS = WINSCW ARMV5
+    TARGET.EPOCALLOWDLLDATA = 1
+    TARGET.CAPABILITY = CAP_GENERAL_DLL
+    TARGET.UID3 = 0x2002E6DF
+    hblib.sources = Hb.dll
+    hblib.path = \sys\bin
+    hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
+    pluginstub.sources = btdevicedialogplugin.dll
+    pluginstub.path = /resource/plugins/devicedialogs
+    DEPLOYMENT += pluginstub
+}
+!local { 
+    target.path = $${HB_PLUGINS_DIR}/devicedialogs
+    INSTALLS += target
+}
+
+BLD_INF_RULES.prj_exports += \
+  "$${LITERAL_HASH}include <platform_paths.hrh>" \
+  	"rom/btdevicedialogplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(btdevicedialogplugin.iby)" \
+    "qmakepluginstubs/btdevicedialogplugin.qtplugin /epoc32/data/z/pluginstub/btdevicedialogplugin.qtplugin"