mmfenh/progressivedownload/ProgressiveDownloadUtility/group/ProgressiveDownloadUtility.mmp
changeset 16 43d09473c595
parent 14 80975da52420
child 22 128eb6a32b84
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
     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 ProgressiveDownloadUtility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET       ProgressiveDownloadUtility.dll
       
    22 TARGETTYPE   DLL
       
    23 
       
    24 DEFFILE	     ProgressiveDownloadUtility.def
       
    25 NOSTRICTDEF
       
    26 
       
    27 
       
    28 
       
    29 UID  0x10207A7A
       
    30 
       
    31 CAPABILITY ALL -Tcb
       
    32 
       
    33 USERINCLUDE     ../inc ../../ProgressiveDownloadSource/src
       
    34 USERINCLUDE	../../../../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    38 SYSTEMINCLUDE	/epoc32/include/kernel
       
    39 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    40 
       
    41 
       
    42 
       
    43 SOURCEPATH   	../src
       
    44 SOURCE		ProgressiveDownloadUtility.cpp 
       
    45 
       
    46 
       
    47 LIBRARY		euser.lib   
       
    48 LIBRARY 	efsrv.lib  
       
    49 LIBRARY		ecom.lib 
       
    50 LIBRARY		mmfcontrollerframework.lib 
       
    51 LIBRARY		mmfstandardcustomcommands.lib 
       
    52 LIBRARY     PDProperties.lib        
       
    53   
       
    54 #ifdef SYMBIAN_CAF_V2
       
    55 LIBRARY		estor.lib
       
    56 LIBRARY		mmcommon.lib
       
    57 #endif
       
    58