os/mm/devsound/devsoundrefplugin/mmpfiles/server/MmfAudioPolicyProxy.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 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 // mmfaudiopolicyproxy.dll Audio policy proxy plugin
    15 //
    16 
    17 
    18 
    19 /**
    20  @file
    21 */
    22 
    23 #include		"../../src/SoundDevice/MmfBase.hrh"   // get the UID
    24 
    25 target			mmfaudiopolicyproxy.dll
    26 CAPABILITY MultimediaDD ProtServ UserEnvironment DRM
    27 targettype		DLL
    28 UNPAGED
    29 
    30 UID			KSharedLibraryUidDefine KUidMmfAudioPolicyProxyExeUnicodeDefine
    31 VENDORID 0x70000001
    32 
    33 userinclude		../../src/SoundDevice
    34 userinclude		../../src/server
    35 
    36 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
    37 userinclude 	../../../../../../../os/mm/mmdevicefw/mdf/src/audio/mdasoundadapter
    38 #endif
    39 
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 
    42 SOURCEPATH		../../src/server/Policy
    43 
    44 source			MmfAudioPolicyProxy.cpp
    45 
    46 library			euser.lib 
    47 
    48 library	 		mmfaudiopolicy.lib
    49 
    50 #ifdef EABI
    51 DEFFILE MmfAudioPolicyProxy.def
    52 #endif
    53 
    54 #ifdef WINSCW
    55 DEFFILE MMFAUDIOPOLICYPROXY.DEF
    56 #endif
    57 
    58 
    59 nostrictdef
    60 
    61 start			wins
    62 	baseaddress	0x4f000000
    63 end
    64 
    65 
    66 
    67