mmfenh/progressivedownload/ProgressiveDownloadUtility/group/PDProperties.mmp
changeset 0 71ca22bcf22a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     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/mm
       
    41 SYSTEMINCLUDE   /epoc32/include/caf
       
    42 
       
    43 SOURCEPATH   	../src
       
    44 SOURCE      BufferEmptiedEventAO.cpp
       
    45 #ifdef RD_PD_FOR_AUDIO_CONTENT_VIA_HELIX_ENGINE
       
    46 SOURCE		EMCPdPlayUtility.cpp 
       
    47 #else
       
    48 SOURCE		AudioPdPlayUtility.cpp 
       
    49 #endif
       
    50 SOURCE		mmfclientutility.cpp
       
    51 SOURCE		ContentFile.cpp
       
    52 SOURCE		PDProperties.cpp 
       
    53 
       
    54 
       
    55 LIBRARY		euser.lib   
       
    56 LIBRARY 	efsrv.lib 
       
    57 LIBRARY		ecom.lib 
       
    58 LIBRARY		mmfcontrollerframework.lib 
       
    59 LIBRARY		mmfstandardcustomcommands.lib 
       
    60 LIBRARY		DownloadMgr.lib
       
    61 LIBRARY 	caf.lib
       
    62 LIBRARY		cafutils.lib
       
    63 LIBRARY     EnhancedMediaClient.lib
       
    64 LIBRARY     apgrfx.lib
       
    65 LIBRARY     apmime.lib
       
    66 LIBRARY     MetaDataUtility.lib        
       
    67   
       
    68 #ifdef SYMBIAN_CAF_V2
       
    69 LIBRARY		estor.lib
       
    70 LIBRARY		mmcommon.lib
       
    71 #endif
       
    72