1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmlibs/mmfw/MMPFiles/client/MediaClientVideo.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,100 @@
1.4 +// Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// mediaclientvideo.dll Video playback and recording client-side library
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 +@file
1.23 +
1.24 +*/
1.25 +
1.26 +#include "../../inc/mmf/common/mmfbase.hrh" // get the UID
1.27 +
1.28 +target mediaclientvideo.dll
1.29 +CAPABILITY ALL -TCB
1.30 +targettype DLL
1.31 +UID KSharedLibraryUidDefine KUidMediaServerClientVideoDllUnicodeDefine
1.32 +VENDORID 0x70000001
1.33 +UNPAGED
1.34 +
1.35 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.36 +
1.37 +userinclude ../../src/Client/Utility
1.38 +
1.39 +SOURCEPATH ../../src/Client/Video
1.40 +
1.41 +source mmfclientvideoplayer.cpp
1.42 +
1.43 +#ifdef SYMBIAN_BUILD_GCE
1.44 +source mmfclientvideoplayer2.cpp
1.45 +source mediaclientvideodisplaybody.cpp
1.46 +source mediaclientextdisplayinterface.cpp
1.47 +source mediaclientextdisplayhandler.cpp
1.48 +source mediaclientwseventobserver.cpp
1.49 +source mediaclientpolicyserverclient.cpp
1.50 +source mediaclientpolicyserversession.cpp
1.51 +
1.52 +#endif
1.53 +
1.54 +source mmfclientvideoplayerbody.cpp
1.55 +source mmfclientvideorecorder.cpp
1.56 +source mmfclientvideorecorderbody.cpp
1.57 +source Mmfclientvideocallback.cpp
1.58 +
1.59 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
1.60 +source mmfsubtitleutility.cpp
1.61 +#endif
1.62 +
1.63 +library ws32.lib
1.64 +library euser.lib
1.65 +library mediaclientutility.lib
1.66 +library mmfcontrollerframework.lib
1.67 +library mmfstandardcustomcommands.lib
1.68 +library fbscli.lib
1.69 +library mediaclient.lib
1.70 +library ecom.lib
1.71 +library centralrepository.lib
1.72 +
1.73 +LIBRARY mmcommon.lib
1.74 +
1.75 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
1.76 +DEFFILE mediaclientvideo3.def
1.77 +#else
1.78 +
1.79 +#ifdef SYMBIAN_BUILD_GCE
1.80 +DEFFILE mediaclientvideo2.def
1.81 +#else
1.82 +
1.83 +#ifdef EABI
1.84 +DEFFILE MediaClientVideo.def
1.85 +#endif
1.86 +
1.87 +#ifdef WINSCW
1.88 +DEFFILE MEDIACLIENTVIDEO.DEF
1.89 +#endif
1.90 +
1.91 +#endif //SYMBIAN_BUILD_GCE
1.92 +#endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
1.93 +
1.94 +MACRO MEDIA_CLIENT_SURFACE_NOT_REMOVED_FROM_CLIENT_WINDOW
1.95 +
1.96 +nostrictdef
1.97 +strictdepend
1.98 +
1.99 +start wins
1.100 + baseaddress 0x4F2A0000
1.101 +end
1.102 +
1.103 +SMPSAFE