videoplayback/hbvideoplaybackview/hbvideoplaybackview.pro
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 20 b9e04db066d4
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    12 # Contributors:
    12 # Contributors:
    13 # 
    13 # 
    14 # Description: Project file for building Videoplayer components
    14 # Description: Project file for building Videoplayer components
    15 #
    15 #
    16 #
    16 #
    17 # Version : %version: da1mmcf#17 %
    17 # Version : %version: da1mmcf#20 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 CONFIG += hb qt dll
    21 CONFIG += hb qt dll
    22 TARGET = hbvideoplaybackview
    22 TARGET = hbvideoplaybackview
    23 DEFINES += BUILD_VIDEOPLAYBACK_DLL
    23 DEFINES += BUILD_VIDEOPLAYBACK_DLL
    24 
    24 
    25 symbian:
    25 symbian:
    26 {
    26 {
    27     TARGET.CAPABILITY = CAP_GENERAL_DLL
    27     TARGET.CAPABILITY = ALL -TCB -DRM
    28     TARGET.EPOCALLOWDLLDATA = 1
    28     TARGET.EPOCALLOWDLLDATA = 1
    29     TARGET.UID3 = 0x20024334
    29     TARGET.UID3 = 0x20024334
    30     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    30     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    31                    $$APP_LAYER_SYSTEMINCLUDE SYSTEMINCLUDE
    31                    $$APP_LAYER_SYSTEMINCLUDE SYSTEMINCLUDE
    32     BLD_INF_RULES.prj_exports += "rom/hbvideoplaybackview.iby CORE_APP_LAYER_IBY_EXPORT_PATH(hbvideoplaybackview.iby)"
    32     BLD_INF_RULES.prj_exports += "rom/hbvideoplaybackview.iby CORE_APP_LAYER_IBY_EXPORT_PATH(hbvideoplaybackview.iby)"
    35 INCLUDEPATH += ../../inc \
    35 INCLUDEPATH += ../../inc \
    36                /epoc32/include/platform/mw/alf
    36                /epoc32/include/platform/mw/alf
    37 
    37 
    38 LIBS += -lmpxplaybackutility.dll \
    38 LIBS += -lmpxplaybackutility.dll \
    39         -lmpxcommon.dll \
    39         -lmpxcommon.dll \
    40         -lmpxviewplugin.dll \
       
    41         -lestor.dll \
    40         -lestor.dll \
    42         -lcommonengine.dll \
    41         -lcommonengine.dll \
    43         -lflogger.dll \
    42         -lflogger.dll \
    44         -lsysutil.dll \
    43         -lsysutil.dll \
    45         -lmpxcollectionutility.dll \
    44         -lmpxcollectionutility.dll \
    46         -lremconcoreapi.dll \
    45         -lremconcoreapi.dll \
    47         -lremconInterfacebase.dll \
    46         -lremconInterfacebase.dll \
    48         -lcentralrepository.dll \
    47         -lcentralrepository.dll \
    49         -lthumbnailmanagerqt.dll \
    48         -lthumbnailmanagerqt.dll \
    50         -lmediaclientvideodisplay.dll \
    49         -lmediaclientvideodisplay.dll \
    51         -lalfdecoderserverclient.dll
    50         -lalfdecoderserverclient.dll \
       
    51         -lxqserviceutil.dll \
       
    52         -lvideoplayerengine.dll \
       
    53         -lcone.dll \
       
    54         -lefsrv.dll \
       
    55         -lws32.dll \
       
    56         -lhal.dll \
       
    57         -lgdi.dll
    52 
    58 
    53 DEPENDPATH += ../inc inc viewinc controlinc
    59 DEPENDPATH += ../inc inc viewinc controlinc
    54 VPATH += viewsrc controlsrc
    60 VPATH += viewsrc controlsrc
    55 
    61 
    56 HEADERS += hbvideobaseplaybackview.h \
    62 HEADERS += hbvideobaseplaybackview.h \
    68            mpxvideoplaybackcontrolconfiguration.h \
    74            mpxvideoplaybackcontrolconfiguration.h \
    69            mpxvideoplaybackcontrolscontroller.h \
    75            mpxvideoplaybackcontrolscontroller.h \
    70            mpxvideoplaybackdocumentloader.h \
    76            mpxvideoplaybackdocumentloader.h \
    71            mpxvideoplaybackfiledetailswidget.h \
    77            mpxvideoplaybackfiledetailswidget.h \
    72            mpxvideoplaybackuserinputhandler.h \
    78            mpxvideoplaybackuserinputhandler.h \
    73            mpxvideoplaybacknontouchvolumebar.h \
       
    74            mpxvideoplaybackdetailsplaybackwindow.h \
    79            mpxvideoplaybackdetailsplaybackwindow.h \
    75            mpxvideocontainer.h
    80            mpxvideocontainer.h
    76 
    81 
    77 SOURCES += hbvideobaseplaybackview.cpp \
    82 SOURCES += hbvideobaseplaybackview.cpp \
    78            hbvideoplaybackview.cpp \
    83            hbvideoplaybackview.cpp \
    88            mpxvideoplaybackcontrolpolicy.cpp \
    93            mpxvideoplaybackcontrolpolicy.cpp \
    89            mpxvideoplaybackcontrolconfiguration.cpp \
    94            mpxvideoplaybackcontrolconfiguration.cpp \
    90            mpxvideoplaybackdocumentloader.cpp \
    95            mpxvideoplaybackdocumentloader.cpp \
    91            mpxvideoplaybackfiledetailswidget.cpp \
    96            mpxvideoplaybackfiledetailswidget.cpp \
    92            mpxvideoplaybackuserinputhandler.cpp \
    97            mpxvideoplaybackuserinputhandler.cpp \
    93            mpxvideoplaybacknontouchvolumebar.cpp \
       
    94            mpxvideoplaybackdetailsplaybackwindow.cpp \
    98            mpxvideoplaybackdetailsplaybackwindow.cpp \
    95            mpxvideocontainer.cpp
    99            mpxvideocontainer.cpp
    96 
   100 
    97 RESOURCES += resources/hbvideoplaybackview.qrc
   101 RESOURCES += resources/hbvideoplaybackview.qrc