mmfenh/enhancedaudioplayerutility/AudioPlayer/group/S60AudioPlayer.mmp
changeset 0 71ca22bcf22a
child 19 095bea5f582e
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2005 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 S60AudioBasePlayer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET       S60AudioPlayer.dll
       
    22 TARGETTYPE   DLL
       
    23 
       
    24 DEFFILE	     S60AudioPlayer.def
       
    25 NOSTRICTDEF
       
    26 
       
    27 
       
    28 
       
    29 UID  0x10207AF1
       
    30 
       
    31 CAPABILITY ALL -Tcb
       
    32 
       
    33 USERINCLUDE     ../inc ../src
       
    34 USERINCLUDE	../../../../inc
       
    35 USERINCLUDE     ../../S60AudioUtility/inc
       
    36 USERINCLUDE     ../../S60AudioSource/inc
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    40 SYSTEMINCLUDE	/epoc32/include/kernel
       
    41 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    42 
       
    43 
       
    44 SOURCEPATH   	../src
       
    45 SOURCE		S60PlayerEventDispatcher.cpp
       
    46 SOURCE		S60AudioPlayer.cpp 
       
    47 
       
    48 
       
    49 
       
    50 LIBRARY		euser.lib   
       
    51 LIBRARY 	efsrv.lib  
       
    52 LIBRARY		mmfcontrollerframework.lib 
       
    53 LIBRARY		mmfstandardcustomcommands.lib 
       
    54 LIBRARY 	caf.lib
       
    55 LIBRARY 	ECom.lib
       
    56 LIBRARY		S60AudioSource.lib
       
    57 LIBRARY		S60AudioClientStreamSource.lib
       
    58 LIBRARY		S60AudioUtility.lib
       
    59