mmfenh/enhancedaudioplayerutility/S60AudioUtility/group/S60AudioUtility.mmp
changeset 0 71ca22bcf22a
child 43 9894ed580e4a
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 S60AudioUtility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET       S60AudioUtility.dll
       
    22 TARGETTYPE   DLL
       
    23 
       
    24 DEFFILE	     S60AudioUtility.def
       
    25 NOSTRICTDEF
       
    26 
       
    27 
       
    28 
       
    29 UID  0x10207AF4
       
    30 
       
    31 CAPABILITY ALL -Tcb
       
    32 
       
    33 USERINCLUDE     ../inc ../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 SOURCEPATH   	../src
       
    43 SOURCE		S60AudioUtility.cpp
       
    44 
       
    45 
       
    46 library			euser.lib
       
    47 library			efsrv.lib
       
    48 library			MmfControllerFramework.lib
       
    49 library			caf.lib
       
    50 library			cafutils.lib
       
    51 library			ecom.lib
       
    52 
       
    53 #ifdef SYMBIAN_CAF_V2
       
    54 library			estor.lib
       
    55 library			mmcommon.lib
       
    56 #endif
       
    57   
       
    58