mpxplugins/viewplugins/views/equalizerview/group/mpxequalizerview.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Project definition file for project mpxequalizerview.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxequalizerview.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000006C 0x101FFC76
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          mpxequalizerview.cpp
       
    35 #if defined(__EQUALIZER) && defined(__AUDIO_EFFECTS_API) 
       
    36 SOURCE          mpxequalizerhelper.cpp
       
    37 #else
       
    38 SOURCE          mpxequalizerhelperstub.cpp
       
    39 #endif
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../../inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         apparc.lib
       
    49 LIBRARY         cone.lib
       
    50 LIBRARY         eikcore.lib 
       
    51 LIBRARY         avkon.lib
       
    52 LIBRARY         eikcoctl.lib
       
    53 LIBRARY         commonengine.lib
       
    54 LIBRARY         centralrepository.lib
       
    55 LIBRARY         cdlengine.lib
       
    56 LIBRARY         mpxplaybackutility.lib
       
    57 LIBRARY         mpxcommon.lib
       
    58 
       
    59 #if defined(__EQUALIZER) && defined(__AUDIO_EFFECTS_API)
       
    60 LIBRARY         audioequalizerutility.lib
       
    61 LIBRARY         equalizer.lib
       
    62 LIBRARY         mediaclientaudio.lib
       
    63 #endif
       
    64 
       
    65 
       
    66 #if defined(ARMCC)
       
    67 deffile ../eabi/ 
       
    68 #elif defined(WINSCW)
       
    69 deffile ../bwinscw/ 
       
    70 #endif
       
    71 
       
    72 // End of File