videoplayback/hbvideoplaybackviewplugin/hbvideoplaybackviewplugin.pro
changeset 36 8aed59de29f9
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
       
     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: Project file for building Videoplayer components
       
    15 #
       
    16 #
       
    17 # Version : %version: da1mmcf#16 %
       
    18 
       
    19 
       
    20 TEMPLATE = lib
       
    21 CONFIG += hb qt ecomplugin
       
    22 TARGET = hbvideoplaybackviewplugin
       
    23 
       
    24 symbian: 
       
    25 { 
       
    26     TARGET.CAPABILITY = ALL -TCB -DRM
       
    27     TARGET.EPOCALLOWDLLDATA = 1
       
    28     TARGET.UID3 = 0x20024335
       
    29     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    30                    $$APP_LAYER_SYSTEMINCLUDE SYSTEMINCLUDE
       
    31     BLD_INF_RULES.prj_exports += "rom/hbvideoplaybackviewplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(hbvideoplaybackviewplugin.iby)"
       
    32 }
       
    33 
       
    34 SERVICE.INTERFACE_NAME = org.nokia.mmdt.QViewPlugin/1.0
       
    35 SERVICE.CONFIGURATION  = "<t>0x20024338</t><p></p><i>EMPXViewPluginPriorityNormal</i><f>0x00000002</f>"
       
    36 
       
    37 
       
    38 INCLUDEPATH += ../../inc ../inc
       
    39 	 
       
    40 LIBS += -lmpxviewframeworkqt.dll \
       
    41         -lhbvideoplaybackview.dll \
       
    42         -lflogger.dll
       
    43 
       
    44 DEPENDPATH += inc
       
    45 VPATH += src
       
    46 
       
    47 HEADERS += mpxhbvideoplaybackviewplugin.h
       
    48 
       
    49 SOURCES += mpxhbvideoplaybackviewplugin.cpp
       
    50