devsound/a3fdevsound/mmpfiles/mmfaudioserverproxy.mmp
changeset 0 b8ed18f6c07b
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     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 TARGET			mmfaudioserverproxy.dll
       
    21 TARGETTYPE		DLL
       
    22 CAPABILITY		ALL -TCB
       
    23 VENDORID		0x70000001
       
    24 UNPAGED
       
    25 
       
    26 UID			KSharedLibraryUidDefine KUidMmfAudioServerProxyExeUnicodeDefine
       
    27 
       
    28 USERINCLUDE		../inc
       
    29 USERINCLUDE		../shared
       
    30 USERINCLUDE		../src/mmfaudioserver
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 SOURCEPATH		../src/mmfaudioserverproxy
       
    35 SOURCE			mmfaudioserverproxy.cpp
       
    36 
       
    37 LIBRARY			euser.lib
       
    38 LIBRARY			estor.lib
       
    39 
       
    40 DEFFILE			MmfAudioServerProxy.def
       
    41 NOSTRICTDEF
       
    42 
       
    43 
       
    44 START WINS
       
    45 BASEADDRESS		0x4f000000
       
    46 END
       
    47 
       
    48 
       
    49 // End of File
       
    50 
       
    51 SMPSAFE