#
# 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)"
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