mpserviceplugins/audioeffects/group/mpxaudioeffectengine.mmp
branchRCL_3
changeset 52 14979e23cb5e
equal deleted inserted replaced
50:26a1709b9fec 52:14979e23cb5e
       
     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 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    40 
       
    41 CAPABILITY      CAP_GENERAL_DLL
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         SysUtil.lib
       
    45 LIBRARY         bafl.lib
       
    46 LIBRARY         charconv.lib
       
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY         estor.lib
       
    49 LIBRARY         environmentalreverbutility.lib
       
    50 LIBRARY         stereowideningeffect.lib
       
    51 LIBRARY         bassboosteffect.lib
       
    52 LIBRARY         mediaclientaudio.lib 
       
    53 LIBRARY         loudnesseffect.lib
       
    54 LIBRARY         audioequalizerutility.lib
       
    55 LIBRARY         customcommandutility.lib
       
    56 LIBRARY         mpxcommon.lib
       
    57 LIBRARY         centralrepository.lib
       
    58 
       
    59 #if defined(ARMCC)
       
    60 deffile ../eabi/ 
       
    61 #elif defined(WINSCW)
       
    62 deffile ../bwinscw/ 
       
    63 #endif
       
    64 
       
    65 SMPSAFE
       
    66 
       
    67 // End of File