mpxplugins/serviceplugins/playbackplugins/audioeffects/group/mpxaudioeffectengine.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:28:40 +0300
branchRCL_3
changeset 66 1f1dad4af8f8
parent 0 ff3acec5bc43
permissions -rw-r--r--
Revision: 201039 Kit: 201041

/*
* Copyright (c) 2005 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:  This is the project specification file for audio effect engine.
*
*/



#include <bldvariant.hrh>
#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

TARGET          mpxaudioeffectengine.dll
TARGETTYPE      dll
UID             0x1000006C 0x101FFC10

VENDORID        VID_DEFAULT

VERSION 15.0

SOURCEPATH      ../src
SOURCE          mpxaudioeffectengine.cpp

USERINCLUDE     ../inc
USERINCLUDE     ../../inc
USERINCLUDE     ../../../../inc

APP_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/mmf/common

CAPABILITY      CAP_GENERAL_DLL

LIBRARY         euser.lib
LIBRARY         SysUtil.lib
LIBRARY         bafl.lib
LIBRARY         charconv.lib
LIBRARY         efsrv.lib
LIBRARY         estor.lib
LIBRARY         environmentalreverbutility.lib
LIBRARY         stereowideningeffect.lib
LIBRARY         bassboosteffect.lib
LIBRARY         mediaclientaudio.lib 
LIBRARY         loudnesseffect.lib
LIBRARY         audioequalizerutility.lib
LIBRARY         equalizer.lib
LIBRARY         customcommandutility.lib
LIBRARY         mpxcommon.lib
LIBRARY         centralrepository.lib

#if defined(ARMCC)
deffile ../eabi/ 
#elif defined(WINSCW)
deffile ../bwinscw/ 
#endif

// End of File