os/mm/mmhais/a3facl/mmpfiles/audiocomponentframework.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // @suppliedImplementation (Full)
    15 // @symbianImplementationNeeded (No)
    16 //
    17 
    18 
    19 
    20 #include                <mmf/common/mmfbase.hrh>   //get the UID
    21 
    22 // Comment in macro to remove support for Auto-Pause-Resume/Resorce-Notification from standard acl component
    23 //MACRO 					SYMBIAN_DISABLE_ARN
    24 
    25 TARGET                  audiocomponentframework.dll
    26 TARGETTYPE              DLL
    27 UID                     KSharedLibraryUidDefine 0x1028344E
    28 
    29 CAPABILITY              All -TCB -AllFiles -DiskAdmin -NetworkControl -SwEvent -TrustedUI
    30 VENDORID                0x70000001
    31 
    32 SOURCEPATH              ../src/audiocontext
    33 SOURCE                  audiocontext.cpp
    34 
    35 // Check if needed
    36 USERINCLUDE             ../src/shared
    37 USERINCLUDE             ../src/audiocontext
    38 USERINCLUDE             ../src/audiostream	// LOGICAL AUDIOSTREAM
    39 USERINCLUDE             ../../../mmresourcemgmt/mmresctrl/inc
    40 
    41 // TODO: TO BE REMOVED WHEN MMRC SERVER IS READY
    42 USERINCLUDE             ../../refacladapt/src/shared // MAUDIOSTREAMDAPTATION OBSERVER
    43 
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    45 
    46 LIBRARY                 euser.lib
    47 LIBRARY                 ecom.lib
    48 LIBRARY                 mmrcclient.lib
    49 LIBRARY                 a3f_trace_heap.lib
    50 
    51 DEFFILE               audiocomponentframework.def
    52 NOSTRICTDEF
    53 
    54 
    55 
    56 SMPSAFE