videocollection/videocollectionview/videocollectionview.pro
changeset 15 cf5481c2bc0b
child 17 69946d1824c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videocollection/videocollectionview/videocollectionview.pro	Fri Apr 16 14:59:52 2010 +0300
@@ -0,0 +1,86 @@
+#
+# 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: 
+#
+
+TEMPLATE = lib
+CONFIG += hb \
+    qt \
+    ecomplugin
+
+TARGET = 
+symbian: { 
+    TARGET.UID2 = 0x10009D8D
+    TARGET.UID3 = 0x200211FB
+    BLD_INF_RULES.prj_exports += \
+    	"rom/videocollectionview.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videocollectionview.iby)" \
+    	"conf/videolistview.confml                      APP_LAYER_CONFML(videolistview.confml)" \
+    	"conf/videolistview_2002BC63.crml               APP_LAYER_CRML(videolistview_2002BC63.crml)"
+    
+    TARGET.CAPABILITY = ALL -TCB -DRM
+
+    # to enable resource access from Qt
+    TARGET.EPOCALLOWDLLDATA = 1
+}
+
+# mpx view plugin definitions:
+# plugin interface name
+SERVICE.INTERFACE_NAME = org.nokia.mmdt.QViewPlugin/1.0
+
+# opaque data for resolving the correct plugin
+SERVICE.CONFIGURATION = "<t>0x200211FC</t><p></p><i>EMPXViewPluginPriorityNormal</i><f>0x00000001</f>"
+
+DEPENDPATH += .
+INCLUDEPATH += . \
+               ./inc
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE \
+    		/epoc32/include/mw/hb/hbtools \
+		/epoc32/include/mw
+
+INCLUDEPATH += ../videocollectionwrapper/inc \
+               ../../videoplayerapp/videoplayerengine/inc \
+               ../../videoplayerapp/inc \
+               ../inc \
+               ../../inc \
+
+# Input
+HEADERS += inc/videocollectionviewplugin.h \
+           inc/videolistview.h \
+           inc/videolistwidget.h \
+           inc/videohintwidget.h \
+           inc/videocollectionviewutils.h \
+           inc/videocollectionuiloader.h \
+           inc/videolistselectiondialog.h
+
+SOURCES += src/videocollectionviewplugin.cpp \
+           src/videolistview.cpp \
+           src/videolistwidget.cpp \
+           src/videohintwidget.cpp \
+           src/videocollectionviewutils.cpp \
+           src/videocollectionuiloader.cpp \
+           src/videolistselectiondialog.cpp
+    
+RESOURCES += data/videocollectionview.qrc
+
+LIBS += -lmpxviewframeworkqt.dll \
+        -lvideocollectionwrapper.dll \
+        -lcentralrepository.dll \
+        -lxqserviceutil.dll \
+        -lvideoplayerengine.dll
+    
+# Seems to be no way to get these on top of file
+mmpBlock = "$${LITERAL_HASH}include <platform_paths.hrh>" \
+    "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
+    "$${LITERAL_HASH}include <bldvariant.hrh>"
+MMP_RULES += mmpBlock