os/mm/mmresourcemgmt/mmresctrl/mmpfiles/mmrcserver.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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 
    17 
    18 TARGET			mmrcserver.dll
    19 TARGETTYPE		dll
    20 UID			0x1000009e 0x102021d5
    21 
    22 VENDORID		0x70000001
    23 CAPABILITY		All -TCB -AllFiles -DiskAdmin -NetworkControl -SwEvent -TrustedUI
    24 
    25 // Uncomment the next line to enable debug logging in this project
    26 //MACRO SYMBIAN_MULTIMEDIA_ENABLE_LOGGING
    27 
    28 SOURCEPATH		../src/mmrcserver
    29 SOURCE			mmrcserver.cpp
    30 SOURCE			mmrcservercontroller.cpp
    31 SOURCE			mmrcserverinfo.cpp
    32 SOURCE  		mmrcserversession.cpp
    33 SOURCE			mmrcserverrulemanager.cpp
    34 SOURCE 			mmrcadaptationproxy.cpp
    35 
    36 USERINCLUDE		../inc
    37 USERINCLUDE		../../../mmhais/a3facl/src/audiocontext
    38 USERINCLUDE		../../../mmhais/a3facl/src/audiostream
    39 USERINCLUDE		../../../mmhais/a3facl/src/shared
    40 USERINCLUDE		../../../mmhais/refacladapt/src/shared
    41 
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 
    44 LIBRARY			euser.lib
    45 LIBRARY			ecom.lib
    46 LIBRARY			estor.lib
    47 LIBRARY			mmfserverbaseclasses.lib
    48 LIBRARY			a3ffourcclookup.lib
    49 LIBRARY			a3f_trace_heap.lib
    50 LIBRARY			audiocomponentframework.lib
    51 DEFFILE			mmrcserver.def
    52 NOSTRICTDEF
    53 
    54 SMPSAFE