os/mm/devsound/sounddevbt/PlatSec/MMPFiles/Server/MmfBtAudioPolicy.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2001-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 // MmfBtAudioPolicy.dll Audio policy server
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 #include		"../../../inc/common/mmfBtBase.hrh"   // get the UID
    24 #include		"../../../../inc/mmf/common/mmfbase.hrh"  // get the UID, KSharedLibraryUidDefine
    25 
    26 TARGET        mmfbtaudiopolicy.dll
    27 CAPABILITY MultimediaDD ProtServ UserEnvironment
    28 TARGETTYPE    dll
    29 DEFFILE	      MmfBtAudioPolicy.def
    30 NOSTRICTDEF
    31 
    32 UID      KSharedLibraryUidDefine KUidMmfBtAudioPolicyDllUnicodeDefine
    33 VENDORID 0x70000001
    34 
    35 userinclude	../../../src/server
    36 userinclude	../../../src/server/Policy
    37 userinclude	../../src/Server/Policy
    38 
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 
    41 SOURCEPATH	../../../src/server/Policy
    42 SOURCE		MmfBtAudioPolicy.cpp
    43 SOURCE		MmfBtAudioPolicyServer.cpp
    44 SOURCE		MmfBtAudioPolicySession.cpp
    45 SOURCE		MdaBtHwInfo.cpp
    46 
    47 SOURCEPATH	../../src/Server/Policy
    48 SOURCE		MmfBtAudioPolicyStart.cpp
    49 
    50 LIBRARY		ecom.lib
    51 LIBRARY		euser.lib 
    52 LIBRARY     	mmfcontrollerframework.lib
    53 
    54 start           wins
    55 baseaddress     0x4F440000
    56 end