mmfenh/progressivedownload/ProgressiveDownloadUtility/group/PDProperties.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       PDProperties.dll
       
    22 TARGETTYPE   DLL
       
    23 
       
    24 DEFFILE	     PDProperties.def
       
    25 NOSTRICTDEF
       
    26 
       
    27 
       
    28 
       
    29 UID  0x10207BA7
       
    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 SYSTEMINCLUDE   /epoc32/include/caf
       
    41 
       
    42 SOURCEPATH   	../src
       
    43 SOURCE      BufferEmptiedEventAO.cpp
       
    44 #ifdef RD_PD_FOR_AUDIO_CONTENT_VIA_HELIX_ENGINE
       
    45 SOURCE		EMCPdPlayUtility.cpp 
       
    46 #else
       
    47 SOURCE		AudioPdPlayUtility.cpp 
       
    48 #endif
       
    49 SOURCE		mmfclientutility.cpp
       
    50 SOURCE		ContentFile.cpp
       
    51 SOURCE		PDProperties.cpp 
       
    52 
       
    53 
       
    54 LIBRARY		euser.lib   
       
    55 LIBRARY 	efsrv.lib 
       
    56 LIBRARY		ecom.lib 
       
    57 LIBRARY		mmfcontrollerframework.lib 
       
    58 LIBRARY		mmfstandardcustomcommands.lib 
       
    59 LIBRARY		DownloadMgr.lib
       
    60 LIBRARY 	caf.lib
       
    61 LIBRARY		cafutils.lib
       
    62 LIBRARY     EnhancedMediaClient.lib
       
    63 LIBRARY     apgrfx.lib
       
    64 LIBRARY     apmime.lib
       
    65 LIBRARY     MetaDataUtility.lib        
       
    66   
       
    67 #ifdef SYMBIAN_CAF_V2
       
    68 LIBRARY		estor.lib
       
    69 LIBRARY		mmcommon.lib
       
    70 #endif
       
    71