mpserviceplugins/audioeffects/group/mpxaudioeffectengine.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 09:46:20 +0300
changeset 48 af3740e3753f
parent 25 3ec52facab4d
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* 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

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         customcommandutility.lib
LIBRARY         mpxcommon.lib
LIBRARY         centralrepository.lib

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

SMPSAFE

// End of File