videoplayback/videohelix/group/mpxvideohelixplayback.mmp
changeset 71 60b4b6493d7b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videoplayback/videohelix/group/mpxvideohelixplayback.mmp	Thu Nov 04 11:16:56 2010 +0200
@@ -0,0 +1,97 @@
+/*
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Helix Video Playback Plug-in specification
+ *
+*/
+
+// Version : %version: 22 %
+
+
+
+
+#include <bldvariant.hrh>
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET          mpxvideohelixplayback.dll
+TARGETTYPE      PLUGIN
+UID             0x10009D8D 0x10282550
+
+VENDORID        VID_DEFAULT
+CAPABILITY      CAP_ECOM_PLUGIN
+
+SOURCEPATH      ../src
+SOURCE          mpxvideohelixplayback.cpp
+SOURCE          mpxvideohelixplaybackproxy.cpp
+SOURCE          mpxvideoplaybackcontroller.cpp
+SOURCE          mpxvideoplaybackstate.cpp
+SOURCE          mpxvideoplaybackmode.cpp
+SOURCE          mpxvideofiledetails.cpp
+SOURCE          mpxvideoseeker.cpp
+SOURCE          mpxvideodlmgrif.cpp
+SOURCE          mpxvideoaccessoryobserver.cpp
+SOURCE          mpxvideoplayerutility.cpp
+SOURCE          mpxvideodrmhelper.cpp
+SOURCE          mpxvideoposterframesetter.cpp
+SOURCE          mpxcalldetector.cpp
+SOURCE          mpxvideoconnectionutility.cpp
+
+START RESOURCE  ../data/10282550.rss
+TARGET          mpxvideohelixplayback.rsc
+END
+
+USERINCLUDE     ../inc
+USERINCLUDE     ../../inc
+USERINCLUDE     ../../../inc
+
+APP_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   /epoc32/include/ecom
+
+LIBRARY  apgrfx.lib
+LIBRARY  apmime.lib
+LIBRARY  ecom.lib
+LIBRARY  efsrv.lib
+LIBRARY  euser.lib
+LIBRARY  mmfcontrollerframework.lib
+LIBRARY  mmfstandardcustomcommands.lib
+LIBRARY  mpxcommon.lib
+LIBRARY  estor.lib
+LIBRARY  flogger.lib
+LIBRARY  playbackhelper.lib
+LIBRARY  downloadmgr.lib
+LIBRARY  platformenv.lib
+LIBRARY  etel.lib
+LIBRARY  etelmm.lib
+LIBRARY  hal.lib
+LIBRARY  drmutility.lib
+LIBRARY  caf.lib
+LIBRARY  mmcommon.lib 
+LIBRARY  hwrmlightclient.lib   // Lights control
+LIBRARY  centralrepository.lib // For display backlight timeout value
+LIBRARY  fbscli.lib
+LIBRARY  thumbnailmanager.lib
+
+LIBRARY  esock.lib    // rconnection
+LIBRARY  connmon.lib  // Connection monitor
+LIBRARY  commdb.lib   // for commdb and preferences
+
+
+#ifdef __ACCESSORY_FW
+LIBRARY accclient.lib
+LIBRARY accpolicy.lib
+#endif
+
+MACRO    USE_S60_DOWNLOAD_MANAGER
+
+// End of File