musichomescreen_multiview/musicplayeractionhandlerplugin/group/musicplayeractionhandlerplugin.mmp
changeset 0 ff3acec5bc43
child 18 c54d95799c80
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2008 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 Music Player ActionHandlerPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../inc/musicplayeractionhandleruids.hrh"
       
    22 
       
    23 TARGET                  musicplayeractionhandlerplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D KMusicPlayerActionHandlerDLL 
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  proxy.cpp
       
    32 SOURCE                  musicplayeractionhandler.cpp
       
    33 
       
    34 USERINCLUDE             ../inc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE           /epoc32/include/ecom
       
    38 
       
    39 SOURCEPATH              ../data
       
    40 START RESOURCE          musicplayeractionhandlerplugin.rss
       
    41 HEADER
       
    42 TARGET                  musicplayeractionhandlerplugin.rsc
       
    43 TARGETPATH              resource/plugins 
       
    44 END
       
    45 
       
    46 LIBRARY                 euser.lib
       
    47 LIBRARY                 liwservicehandler.lib   // TLiwVariant
       
    48 LIBRARY                 ws32.lib                // RWsSession
       
    49 LIBRARY                 apgrfx.lib              // TApaTask, TApaTaskList, RApaLsSession
       
    50 LIBRARY                 apparc.lib              // CApaCommandLine, TApaAppInfo
       
    51 LIBRARY                 estor.lib               // RBufWriteStream, RWriteStream
       
    52 LIBRARY                 mpxcommon.lib           // CMPXparameter
       
    53 LIBRARY                 mpxplaybackutility.lib  // MMPXPlaybackUtility
       
    54 LIBRARY                 mpxcommonui.lib         // Common UI helpers
       
    55 LIBRARY                 mpxcollectionhelper.lib // Collection helpers
       
    56 LIBRARY                 avkon.lib               // CAknTaskList
       
    57 
       
    58 //  End of File