mpxplugins/serviceplugins/playbackplugins/audioeffects/group/mpxaudioeffectengine.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This is the project specification file for audio effect engine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxaudioeffectengine.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000006C 0x101FFC10
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 VERSION 15.0
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          mpxaudioeffectengine.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 USERINCLUDE     ../../../../inc
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    41 
       
    42 CAPABILITY      CAP_GENERAL_DLL
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         SysUtil.lib
       
    46 LIBRARY         bafl.lib
       
    47 LIBRARY         charconv.lib
       
    48 LIBRARY         efsrv.lib
       
    49 LIBRARY         estor.lib
       
    50 LIBRARY         environmentalreverbutility.lib
       
    51 LIBRARY         stereowideningeffect.lib
       
    52 LIBRARY         bassboosteffect.lib
       
    53 LIBRARY         mediaclientaudio.lib 
       
    54 LIBRARY         loudnesseffect.lib
       
    55 LIBRARY         audioequalizerutility.lib
       
    56 LIBRARY         equalizer.lib
       
    57 LIBRARY         customcommandutility.lib
       
    58 LIBRARY         mpxcommon.lib
       
    59 LIBRARY         centralrepository.lib
       
    60 
       
    61 #if defined(ARMCC)
       
    62 deffile ../eabi/ 
       
    63 #elif defined(WINSCW)
       
    64 deffile ../bwinscw/ 
       
    65 #endif
       
    66 
       
    67 // End of File