mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/AdvancedAudioControllerUtility/Group/EAACPlusAudioControllerUtility.mmp
changeset 0 71ca22bcf22a
child 43 9894ed580e4a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2006 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 EAACPlusAudioControllerUtility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          EAACPlusAudioControllerUtility.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x10207AAD
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 SOURCEPATH      ../Src
       
    29 SOURCE          EAACPlusAudioControllerUtility.cpp 
       
    30 
       
    31 USERINCLUDE     ../Inc ../Src
       
    32 USERINCLUDE     ../../../../inc
       
    33 USERINCLUDE     ../../AdvancedAudioController/Inc
       
    34 USERINCLUDE     ../../DevSoundAudioOutput/Inc
       
    35 USERINCLUDE     ../../DevSoundAudioInput/Inc
       
    36 USERINCLUDE     ../../FileAudioOutput/Inc
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    40 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    41 SYSTEMINCLUDE   /epoc32/include/mmf/plugin
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         AdvancedAudioController.lib
       
    45 LIBRARY         EAacPlusUtil.lib																// MMF eAAC+ Utility - Kirit
       
    46 LIBRARY         mmfserverbaseclasses.lib
       
    47 
       
    48 #ifdef EABI
       
    49 LIBRARY         ECOM.LIB
       
    50 #endif