devsound/sounddevbt/MMPFiles/server/MmfBtAudioPolicy.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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.exe Audio policy server
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include		"../../../inc/mmf/common/mmfbase.hrh"  // get the UID, KSharedLibraryUidDefine
       
    23 #include		"../../inc/common/mmfBtBase.hrh"   // get the UID
       
    24 
       
    25 
       
    26 TARGET        mmfbtaudiopolicy.exe
       
    27 CAPABILITY MultimediaDD ProtServ
       
    28 TARGETTYPE    exe
       
    29 
       
    30 UID      KSharedLibraryUidDefine KUidMmfBtAudioPolicyDllUnicodeDefine
       
    31 VENDORID 0x70000001
       
    32 
       
    33 userinclude		../../src/server
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH	../../src/server/Policy
       
    38 
       
    39 SOURCE		MmfBtAudioPolicy.cpp
       
    40 SOURCE		MmfBtAudioPolicyServer.cpp
       
    41 SOURCE		MmfBtAudioPolicySession.cpp
       
    42 SOURCE		MmfBtAudioPolicyStart.cpp
       
    43 SOURCE		MdaBtHwInfo.cpp
       
    44 
       
    45 library         euser.lib 
       
    46 LIBRARY     	mmfcontrollerframework.lib
       
    47 
       
    48 start           wins
       
    49 baseaddress     0x4F440000
       
    50 end