os/mm/devsound/devsoundrefplugin/mmpfiles/platsec/client/MmfDevSoundProxy.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2004-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 #include		"../../../src/SoundDevice/MmfBase.hrh"   // get the UID
    17 
    18 target			mmfdevsoundproxy.dll
    19 CAPABILITY ALL -TCB
    20 targettype		DLL
    21 UNPAGED
    22 
    23 UID			KSharedLibraryUidDefine KUidMmfDevSoundProxyExeUnicodeDefine
    24 VENDORID 0x70000001
    25 
    26 userinclude		../../../src/SoundDevice
    27 userinclude		../../src/Client
    28 userinclude		../../src/Server/AudioServer
    29 userinclude		../../../src/server
    30 
    31 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
    32 userinclude		../../../../../../../../os/mm/mmdevicefw/mdf/src/audio/mdasoundadapter
    33 #endif
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 SOURCEPATH		../../src/Client
    38 SOURCE			MmfDevSoundProxy.cpp
    39 
    40 library			euser.lib
    41 library			mmfaudioserverproxy.lib
    42 library			estor.lib 
    43 
    44 #ifdef EABI
    45 DEFFILE MmfDevSoundProxy.def
    46 #endif
    47 
    48 #ifdef WINSCW
    49 DEFFILE MMFDEVSOUNDPROXY.DEF
    50 #endif
    51 
    52 nostrictdef
    53 
    54 start			wins
    55 	baseaddress	0x4f000000
    56 end
    57 
    58 
    59 
    60