diff -r c76ea6caa649 -r b276843a15ba mpx/mpxviewframeworkqt/tsrc/simpleviewplugin1/simpleviewplugin1.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpx/mpxviewframeworkqt/tsrc/simpleviewplugin1/simpleviewplugin1.pro Tue Sep 21 11:25:55 2010 -0500 @@ -0,0 +1,46 @@ +# +# 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 += qt hb ecomplugin +TARGET.UID3 = 0xE1253177 +TARGET = + +SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0 +SERVICE.CONFIGURATION = "0x10000123

0x30000001

EMPXViewPluginPriorityNormal0x00000003" + +INCLUDEPATH += inc \ + /epoc32/include/mw + +DEFINES += SIMPLE_VIEW_NO=1 SVIEW_PLUGIN_ID=simpleviewplugin1 + +LIBS += -lmpxviewframeworkqt + +HEADERS = ../simpleviewpluginsrc/simpleview.h \ + ../simpleviewpluginsrc/simpleviewplugin.h + + +SOURCES = ../simpleviewpluginsrc/simpleviewplugin.cpp \ + ../simpleviewpluginsrc/simpleview.cpp + +symbian { + TARGET.CAPABILITY = All -Tcb + TARGET.EPOCALLOWDLLDATA = 1 + MMP_RULES += EXPORTUNFROZEN +} +