mpxplugins/serviceplugins/playbackplugins/progressdownload/group/mpxprogressdownload.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:  Local audio playback project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include   <bldvariant.hrh>
       
    21 #include   <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxprogressdownload.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x101FFC08
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          mpxprogressdownload.cpp
       
    35 SOURCE          mpxprogressdownloadproxy.cpp
       
    36 
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE  101ffc08.rss
       
    39 TARGET          mpxprogressdownload.rsc
       
    40 END
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE   /epoc32/include/ecom
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         bafl.lib
       
    50 LIBRARY         ecom.lib
       
    51 LIBRARY         efsrv.lib
       
    52 LIBRARY         mediaclientaudio.lib
       
    53 LIBRARY         mmfcontrollerframework.lib 
       
    54 LIBRARY         audioequalizerutility.lib
       
    55 LIBRARY         customcommandutility.lib
       
    56 LIBRARY         apgrfx.lib
       
    57 LIBRARY         apmime.lib 
       
    58 LIBRARY         caf.lib
       
    59 LIBRARY         cafutils.lib
       
    60 LIBRARY         progressivedownloadutility.lib
       
    61 LIBRARY         mpxcommon.lib
       
    62 LIBRARY         estor.lib 
       
    63 
       
    64 // End of File