os/mm/devsound/a3fdevsound/mmpfiles/mmfdevsoundproxy.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 //
    15 
    16 
    17 
    18 #include		<mmf/common/mmfbase.hrh>   // get the UID
    19 
    20 // Enable macro to add debug asserts enforcing state tracking on buffer callbacks etc
    21 //
    22 // MACRO SYMBIAN_FULL_STATE_CHECK
    23 
    24 TARGET			mmfdevsoundproxy.dll
    25 UID			KSharedLibraryUidDefine KUidMmfDevSoundProxyExeUnicodeDefine
    26 
    27 TARGETTYPE		DLL
    28 CAPABILITY		ALL -TCB
    29 VENDORID		0x70000001
    30 
    31 SOURCEPATH		../src/mmfdevsoundproxy
    32 SOURCE			mmfdevsoundproxy.cpp
    33 SOURCE			mmfdevsoundcallbackhandler.cpp
    34 
    35 USERINCLUDE		../inc
    36 USERINCLUDE     	../src/mmfaudioserver
    37 USERINCLUDE     	../../a3fsrvstart/src/mmfaudioserverstart
    38 USERINCLUDE     	../src/mmfaudioserverproxy
    39 
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 
    42 LIBRARY			euser.lib
    43 LIBRARY			estor.lib
    44 LIBRARY			mmfaudioserverproxy.lib
    45 LIBRARY			mmfcontrollerframework.lib
    46 LIBRARY			mmfserverbaseclasses.lib
    47 
    48 START WINS
    49 BASEADDRESS		0x4f000000
    50 END
    51 
    52 DEFFILE			MmfDevSoundProxy.def
    53 NOSTRICTDEF
    54 
    55 // End of File
    56 
    57 SMPSAFE