os/mm/devsound/sounddevbt/MMPFiles/server/MmfBtAudioPolicyProxy.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 // MmfBtAudioPolicyProxy.dll Audio policy proxy plugin
    15 //
    16 
    17 
    18 
    19 /**
    20  @file
    21 */
    22 
    23 #include		"../../../inc/mmf/common/mmfbase.hrh"  // get the UID, KSharedLibraryUidDefine
    24 #include		"../../inc/common/mmfBtBase.hrh"   // get the UID
    25 
    26 target			mmfbtaudiopolicyproxy.dll
    27 CAPABILITY MultimediaDD ProtServ UserEnvironment
    28 targettype		DLL
    29 
    30 UID			KSharedLibraryUidDefine KUidMmfBtAudioPolicyProxyExeUnicodeDefine
    31 VENDORID 0x70000001
    32 
    33 userinclude		../../src/server
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 SOURCEPATH		../../src/server/Policy
    38 source			MmfBtAudioPolicyProxy.cpp
    39 
    40 library			euser.lib 
    41 
    42 library	 		mmfbtaudiopolicy.lib
    43 
    44 deffile			MmfBtAudioPolicyProxy.def
    45 nostrictdef
    46 
    47 start			wins
    48 	baseaddress	0x4f000000
    49 end
    50 
    51 
    52 
    53