mpviewplugins/mpplaybackviewplugin/mpplaybackviewplugin.pro
changeset 19 4e84c994a771
child 20 82baf59ce8dd
equal deleted inserted replaced
5:2a40e88564c8 19:4e84c994a771
       
     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 symbian:TARGET.UID3 = 0x10207C64
       
    18 
       
    19 TEMPLATE = lib
       
    20 CONFIG += hb qt ecomplugin
       
    21 TARGET = mpplaybackviewplugin
       
    22 
       
    23 SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0
       
    24 SERVICE.CONFIGURATION = "<t>0x101FFCA0</t><p>0x101FFC06;0x101FFC3A;0xE419BEEE</p><i>EMPXViewPluginPriorityNormal</i><f>0x00000002</f>"
       
    25 
       
    26 TARGET.CAPABILITY = All -TCB
       
    27 
       
    28 DEPENDPATH += .
       
    29 INCLUDEPATH += . \
       
    30      inc \
       
    31      ../../inc
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    33      
       
    34 LIBS += -lmpxplaybackutility.dll \
       
    35         -lmpxcommon.dll \
       
    36         -lthumbnailmanagerqt.dll \
       
    37         -lmpxcollectionutility.dll \
       
    38         -lestor.dll \
       
    39 	-lmpxviewframeworkqt.dll \
       
    40 	-lhbcore \
       
    41 	-lhbwidgets \
       
    42 	-lhbtools \
       
    43 	-lmpsettingsmanager
       
    44 	
       
    45 symbian:TARGET.EPOCALLOWDLLDATA = 1
       
    46 
       
    47 HEADERS = ../../inc/mpviewbase.h \
       
    48       inc/mpplaybackviewplugin.h \
       
    49       inc/mpplaybackview.h \
       
    50       inc/mpmpxpbframeworkwrapper.h \
       
    51       inc/mpmpxpbframeworkwrapper_p.h \
       
    52       inc/mpplaybackdata.h \
       
    53       inc/mpplaybackwidget.h
       
    54 
       
    55 SOURCES += src/mpplaybackviewplugin.cpp \
       
    56        src/mpplaybackview.cpp \
       
    57        src/mpplaybackdata.cpp \
       
    58        src/mpplaybackwidget.cpp \
       
    59        src/mpmpxpbframeworkwrapper.cpp \
       
    60        src/mpmpxpbframeworkwrapper_p.cpp
       
    61        
       
    62 RESOURCES += resources/mpplaybackviewpluginresources.qrc
       
    63