mpx/mpxviewframeworkqt/tsrc/simpleviewplugin1/simpleviewplugin1.pro
author hgs
Tue, 21 Sep 2010 11:25:55 -0500
changeset 62 b276843a15ba
permissions -rw-r--r--
201037

#
# 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 = "<t>0x10000123</t><p>0x30000001</p><i>EMPXViewPluginPriorityNormal</i><f>0x00000003</f>"

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
}