mmfenh/progressivedownload/ProgressiveDownloadSource/group/ProgressiveDownloadSource.mmp
changeset 33 5e8b14bae8c3
parent 28 ebf79c79991a
child 36 73253677b50a
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
     1 /*
       
     2 * Copyright (c) 2004 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 Progressive Dowload DataSource
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET        	ProgressiveDownloadSource.dll
       
    24 
       
    25 TARGETTYPE	PLUGIN
       
    26 
       
    27 
       
    28 UID           	0x10009d8d 0x10207A7B
       
    29 
       
    30 
       
    31 CAPABILITY  CAP_ECOM_PLUGIN
       
    32 VENDORID    VID_DEFAULT
       
    33 
       
    34 
       
    35 
       
    36 TARGETPATH /System/Libs/Plugins
       
    37 
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          fileaccess.cpp 
       
    41 SOURCE			ProgressiveDownloadSource.cpp
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 
       
    45 
       
    46 START RESOURCE	10207a7b.rss
       
    47 TARGET ProgressiveDownloadSource.rsc
       
    48 END
       
    49 
       
    50 
       
    51 
       
    52 USERINCLUDE     ../inc ../src
       
    53 USERINCLUDE	../../../../inc
       
    54  
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE	/epoc32/include/ecom
       
    57 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    58 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    59 SYSTEMINCLUDE	/epoc32/include/mmf/plugin
       
    60 
       
    61 
       
    62 
       
    63 LIBRARY 	euser.lib
       
    64 LIBRARY 	ECom.lib
       
    65 LIBRARY 	efsrv.lib
       
    66 LIBRARY 	mmfcontrollerframework.lib
       
    67 LIBRARY 	estor.lib
       
    68 LIBRARY 	mmfserverbaseclasses.lib
       
    69 LIBRARY 	caf.lib
       
    70 LIBRARY		cafutils.lib
       
    71 
       
    72 
       
    73