mmhais/videohai/devvideo/mmpfiles/DevVideo/DevVideo.mmp
author hgs
Wed, 29 Sep 2010 13:59:21 +0100
changeset 60 9ea4d0cbd540
parent 0 40261b775718
permissions -rw-r--r--
2010wk40

// Copyright (c) 2003-2009 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:
// MMFDevVideo.mmp
// DevVideo.dll Media Device Framework HAL for video codecs
// 
//

/**
 @file
*/



TARGET		devvideo.dll
CAPABILITY ALL -TCB
TARGETTYPE	dll 
UID			0x1000008D 0x101F9ED6
VENDORID 0x70000001
UNPAGED

SOURCEPATH		../../src/DevVideo

OS_LAYER_SYSTEMINCLUDE_SYMBIAN
USERINCLUDE		../../inc

SOURCE		devvideobase.cpp
SOURCE		devvideoplay.cpp
SOURCE		devvideorecord.cpp
SOURCE		devvideointernal.cpp

LIBRARY		euser.lib
LIBRARY		ecom.lib
LIBRARY		mmcommonutils.lib
#ifdef SYMBIAN_MULTIMEDIA_CODEC_API
LIBRARY  	puresolverutils.lib
#endif // SYMBIAN_MULTIMEDIA_CODEC_API

SMPSAFE