mpx/mpxviewframeworkqt/tsrc/simpleviewplugin3/simpleviewplugin3.pro
changeset 62 b276843a15ba
equal deleted inserted replaced
58:c76ea6caa649 62:b276843a15ba
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE        = lib
       
    19 
       
    20 CONFIG += qt hb ecomplugin
       
    21 TARGET.UID3 = 0xE1253179
       
    22 TARGET = 
       
    23 
       
    24 SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0
       
    25 SERVICE.CONFIGURATION = "<t>0x10000123</t><p>0x30000001</p><i>EMPXViewPluginPriorityHighest</i><f>0x00000001</f>"
       
    26 
       
    27 INCLUDEPATH    += inc \
       
    28 		  /epoc32/include/mw
       
    29 
       
    30 DEFINES += SIMPLE_VIEW_NO=3 SVIEW_PLUGIN_ID=simpleviewplugin3
       
    31                   
       
    32 LIBS += -lmpxviewframeworkqt                  
       
    33 
       
    34 HEADERS = ../simpleviewpluginsrc/simpleview.h \
       
    35 		  ../simpleviewpluginsrc/simpleviewplugin.h 
       
    36 
       
    37 
       
    38 SOURCES         = ../simpleviewpluginsrc/simpleviewplugin.cpp \
       
    39                   ../simpleviewpluginsrc/simpleview.cpp
       
    40 
       
    41 symbian {
       
    42   TARGET.CAPABILITY = All -Tcb
       
    43   TARGET.EPOCALLOWDLLDATA = 1
       
    44   MMP_RULES += EXPORTUNFROZEN
       
    45 }
       
    46