videoplayback/videohelix/group/mpxvideohelixplayback.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:21:12 +0200
changeset 0 96612d01cf9f
child 11 5294c000a26d
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* 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: 13 %




#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

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 

#ifdef __ACCESSORY_FW
LIBRARY accclient.lib
LIBRARY accpolicy.lib
#endif

// End of File