mmserv/audioeffectsui/equalizer/group/Equalizer.mmp
changeset 0 71ca22bcf22a
child 27 f426c4bc743b
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     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:    Project file for Equalizer DLL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20     
       
    21 #include <bldvariant.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 #include "../../inc/audioeffectsuibldvariant.hrh"
       
    25 
       
    26 TARGET Equalizer.dll
       
    27 TARGETTYPE dll
       
    28 UID 0x1000008d 0x101FD659
       
    29 
       
    30 CAPABILITY CAP_GENERAL_DLL
       
    31 VENDORID VID_DEFAULT
       
    32 
       
    33 #ifdef IAD_INCLUDE_SINGLE_CLICK 
       
    34 MACRO SINGLE_CLICK_INCLUDED
       
    35 #endif
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE EqualizerMain.cpp
       
    39 SOURCE EqualizerPresetsDialog.cpp
       
    40 SOURCE EqualizerFreqBandContainer.cpp
       
    41 SOURCE EqualizerPresetListArray.cpp
       
    42 SOURCE EqualizerFreqBand.cpp
       
    43 SOURCE EqualizerEditingDialog.cpp
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE 	../../../inc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    50 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    51 SYSTEMINCLUDE   /epoc32/include/app	// temporary fix build break on header relocation change
       
    52  
       
    53 SOURCEPATH ../data
       
    54 START RESOURCE Equalizer.rss
       
    55 HEADER
       
    56 TARGETPATH APP_RESOURCE_DIR
       
    57 LANGUAGE_IDS
       
    58 END // RESOURCE
       
    59 
       
    60 LIBRARY euser.lib
       
    61 LIBRARY apparc.lib
       
    62 LIBRARY cone.lib 
       
    63 LIBRARY eikcore.lib 
       
    64 LIBRARY eikcoctl.lib 
       
    65 LIBRARY avkon.lib
       
    66 LIBRARY estor.lib 
       
    67 LIBRARY bafl.lib 
       
    68 LIBRARY commonengine.lib
       
    69 LIBRARY eikctl.lib
       
    70 LIBRARY eikcdlg.lib
       
    71 LIBRARY eikdlg.lib
       
    72 LIBRARY fbscli.lib
       
    73 LIBRARY ws32.lib
       
    74 LIBRARY efsrv.lib
       
    75 LIBRARY audioequalizerutility.lib
       
    76 LIBRARY audioequalizereffect.lib
       
    77 LIBRARY CdlEngine.lib
       
    78 LIBRARY AknSkins.lib
       
    79 LIBRARY egul.lib
       
    80 LIBRARY AknLayout2Scalable.lib
       
    81 LIBRARY AknIcon.lib
       
    82 LIBRARY hlplch.lib // for "Help" options menu
       
    83 LIBRARY featmgr.lib
       
    84 LIBRARY aknnotify.lib
       
    85 LIBRARY SysUtil.lib
       
    86 LIBRARY aknlayout2.lib
       
    87 LIBRARY centralrepository.lib
       
    88 #if defined(RD_TACTILE_FEEDBACK)
       
    89 LIBRARY touchfeedback.lib
       
    90 #endif
       
    91 
       
    92 #if defined(ARMCC)
       
    93 deffile ../eabi/ 
       
    94 #elif defined(WINSCW)
       
    95 deffile ../bwinscw/ 
       
    96 #elif defined(WINS)
       
    97 deffile ../bwins/ 
       
    98 #else
       
    99 deffile ../bmarm/ 
       
   100 #endif
       
   101 
       
   102 //LANG SC
       
   103 
       
   104 // End of File
       
   105