mpxplugins/viewplugins/views/audioeffectsview/group/mpxaudioeffectsview.mmp
changeset 0 ff3acec5bc43
child 15 171e07ac910f
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 mpxaudioeffectsview.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 #include "../../../../../inc/musicplayerbldvariant.hrh"
       
    24 
       
    25 TARGET          mpxaudioeffectsview.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000006C 0x101FFC73
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 VERSION 15.0
       
    33 
       
    34 MACRO __S60_MPX_UI_SPEC_COMPLIANCE
       
    35 MACRO __ENABLE_MSK
       
    36 #ifdef IAD_INCLUDE_SINGLE_CLICK 
       
    37 MACRO SINGLE_CLICK_INCLUDED
       
    38 #endif
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          mpxaudioeffectsview.cpp
       
    42 SOURCE          mpxaudioeffectsviewimp.cpp
       
    43 SOURCE          mpxaudioeffectsviewcontainer.cpp
       
    44 SOURCE          mpxaudioeffectsitems.cpp
       
    45 SOURCE          mpxaudioeffectsmodel.cpp
       
    46 
       
    47 START RESOURCE  ../data/mpxaudioeffectsview.rss
       
    48 HEADER
       
    49 TARGETPATH      APP_RESOURCE_DIR
       
    50 LANGUAGE_IDS 
       
    51 END // RESOURCE
       
    52 
       
    53 USERINCLUDE     ../inc
       
    54 #ifndef __S60_50__
       
    55 USERINCLUDE     ../loc
       
    56 #endif
       
    57 USERINCLUDE     ../../../inc
       
    58 USERINCLUDE     ../../../../inc
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    62 
       
    63 LIBRARY     euser.lib
       
    64 LIBRARY     eikcoctl.lib
       
    65 LIBRARY     avkon.lib
       
    66 LIBRARY     bafl.lib
       
    67 LIBRARY     cone.lib
       
    68 LIBRARY     estor.lib
       
    69 LIBRARY     efsrv.lib
       
    70 LIBRARY     eikcore.lib
       
    71 LIBRARY     hlplch.lib
       
    72 LIBRARY     commonengine.lib
       
    73 LIBRARY     mpxplaybackutility.lib
       
    74 LIBRARY	    mpxcommon.lib
       
    75 
       
    76 #if defined(ARMCC)
       
    77 deffile ../eabi/ 
       
    78 #elif defined(WINSCW)
       
    79 deffile ../bwinscw/ 
       
    80 #endif
       
    81 
       
    82 // End of File