mpxmusicplayer/mediakeyhandler/group/mpxmediakeyhandler.mmp
changeset 0 ff3acec5bc43
child 26 70a8526f03f2
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 mpxmediakeyhandler.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mpxmediakeyhandler.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000006C 0x101FFC65
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 VERSION 10.0
       
    31 
       
    32 #ifdef IAD_INCLUDE_UPNP 
       
    33 MACRO UPNP_INCLUDED
       
    34 #endif
       
    35 
       
    36 MACRO __S60_NOTIFIER_EXTRA_ICONS
       
    37 MACRO __S60_AVKON_LAYOUTS
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          mpxmediakeyhandler.cpp
       
    40 SOURCE          mpxmediakeyhandlerimp.cpp
       
    41 SOURCE          mpxremconkeyresponse.cpp
       
    42 SOURCE          mpxnotifierdialog.cpp
       
    43 
       
    44 START RESOURCE  ../data/mpxmediakeyhandler.rss
       
    45 TARGETPATH      APP_RESOURCE_DIR
       
    46 HEADER
       
    47 LANGUAGE_IDS 
       
    48 END // RESOURCE
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 SYSTEMINCLUDE   /epoc32/include/ecom
       
    55 
       
    56 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    57 LIBRARY			mmfdevsound.lib 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         apparc.lib
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         eikcore.lib 
       
    62 LIBRARY         avkon.lib
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         apgrfx.lib
       
    66 LIBRARY         ws32.lib
       
    67 LIBRARY         eikcoctl.lib
       
    68 LIBRARY         aknskins.lib
       
    69 LIBRARY         aknlayout2scalable.lib
       
    70 LIBRARY         cdlengine.lib
       
    71 LIBRARY         commonengine.lib
       
    72 LIBRARY         remconcoreapi.lib
       
    73 LIBRARY         remconinterfacebase.lib
       
    74 LIBRARY         mpxplaybackutility.lib
       
    75 LIBRARY         mpxcommon.lib
       
    76 #ifdef IAD_INCLUDE_UPNP
       
    77 LIBRARY         upnpcommand.lib
       
    78 #endif
       
    79 LIBRARY         mpxmetadatahandler.lib
       
    80 
       
    81 #if defined(ARMCC)
       
    82 deffile ../eabi/ 
       
    83 #elif defined(WINSCW)
       
    84 deffile ../bwinscw/ 
       
    85 #endif
       
    86 
       
    87 // End of File