mmfenh/enhancedmediaclient/Plugins/ProgDLSource/group/ProgDLSource.mmp
changeset 16 43d09473c595
parent 14 80975da52420
child 22 128eb6a32b84
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
     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 file for EnhancedMediaClient Utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          ProgDLSource.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x10207B45
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 TARGETPATH      /System/Libs/Plugins
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE      ../src
       
    33 USERINCLUDE	    ../../../../../inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE   /epoc32/include/ecom
       
    37 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    38 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          Main.cpp
       
    43 SOURCE          fileaccess.cpp
       
    44 SOURCE          ProgDLSource.cpp
       
    45 SOURCE          SinkQueueItem.cpp
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 
       
    49 START RESOURCE  10207B45.rss
       
    50 TARGET ProgDLSource.rsc
       
    51 END
       
    52 
       
    53 LIBRARY         euser.lib 
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         mmfcontrollerframework.lib
       
    57 LIBRARY         estor.lib
       
    58 LIBRARY         mmfserverbaseclasses.lib
       
    59 LIBRARY         caf.lib
       
    60 LIBRARY	        cafutils.lib
       
    61 LIBRARY         TransferRateMonitor.lib
       
    62 LIBRARY         centralrepository.lib
       
    63 
       
    64 DEFFILE         ProgDLSource.def
       
    65 NOSTRICTDEF