os/mm/mmlibs/mmfw/tsrc/mmfunittest/avictrl/mmpfiles/customaviplayercontroller.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
target customaviplayercontroller.dll
sl@0
    17
CAPABILITY ALL -TCB
sl@0
    18
targettype plugin
sl@0
    19
sl@0
    20
// ECom Dll recognition UID followed by the unique UID for this dll
sl@0
    21
UID 0x10009D8D 0x102834B2
sl@0
    22
VENDORID 0x70000001
sl@0
    23
sl@0
    24
SOURCEPATH	../../../../../../mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController
sl@0
    25
SOURCE		aviplaycontroller.cpp
sl@0
    26
SOURCE		avireader.cpp
sl@0
    27
#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
sl@0
    28
SOURCE		srtreader.cpp
sl@0
    29
#endif
sl@0
    30
sl@0
    31
SOURCEPATH	../testplugins/aviplaycontroller
sl@0
    32
SOURCE	    	customaviplaycontroller.cpp
sl@0
    33
SOURCE	    	customaviplaycontrollerexports.cpp
sl@0
    34
sl@0
    35
#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
sl@0
    36
USERINCLUDE	../../../../../../mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController/devsubtitle
sl@0
    37
#endif
sl@0
    38
sl@0
    39
USERINCLUDE	../../../../../../mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController
sl@0
    40
USERINCLUDE	../inc
sl@0
    41
USERINCLUDE	../testplugins/aviplaycontroller
sl@0
    42
sl@0
    43
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    44
sl@0
    45
/*#ifdef __OMAP__
sl@0
    46
sl@0
    47
// Delete the HwDevice once we have OMAP Server implementation
sl@0
    48
// Interfacing with HwDevice implementation begins
sl@0
    49
USERINCLUDE	/GenericGatewayComponent/raw/RawHwDevice
sl@0
    50
USERINCLUDE	/GenericGatewayComponent/raw/RawGwc
sl@0
    51
USERINCLUDE	/GenericGatewayComponent/Gwc
sl@0
    52
USERINCLUDE	/GenericGatewayComponent/BridgeAbstractionLayer
sl@0
    53
// Interfacing with HwDevice implementation ends
sl@0
    54
#endif //__OMAP__*/
sl@0
    55
sl@0
    56
start resource 102834B2.rss
sl@0
    57
target customaviplayercontroller.rsc
sl@0
    58
end
sl@0
    59
sl@0
    60
LIBRARY euser.lib
sl@0
    61
LIBRARY ecom.lib
sl@0
    62
LIBRARY mmfserverbaseclasses.lib
sl@0
    63
LIBRARY mmfdevsound.lib
sl@0
    64
LIBRARY devvideo.lib
sl@0
    65
LIBRARY mmfcontrollerframework.lib
sl@0
    66
LIBRARY mmfstandardcustomcommands.lib
sl@0
    67
LIBRARY fbscli.lib
sl@0
    68
LIBRARY bitgdi.lib 
sl@0
    69
sl@0
    70
#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
sl@0
    71
LIBRARY bafl.lib
sl@0
    72
LIBRARY efsrv.lib
sl@0
    73
LIBRARY devsubtitle.lib
sl@0
    74
#endif
sl@0
    75
sl@0
    76
SMPSAFE