mmlibs/mmfw/MMPFiles/server/mmfserverbaseclasses.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2002-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 // mmfserverbaseclasses.dll MMF framework support library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 target          mmfserverbaseclasses.dll
       
    24 CAPABILITY ALL -TCB
       
    25 targettype      DLL
       
    26 UNPAGED
       
    27 
       
    28 UID      0x1000008D 0x101F454C //static interface DLL Uid KSharedLibraryUid
       
    29 VENDORID 0x70000001
       
    30 
       
    31 userinclude	../../inc/mmf/server
       
    32 userinclude	../../inc/mmf/common
       
    33 userinclude	../../src/Client/Audio
       
    34 userinclude ../../inc
       
    35 
       
    36 //MACRO _DP_DEBUG
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 SOURCEPATH	../../src/server/BaseClasses
       
    41 
       
    42 source		mmfdatapath.cpp
       
    43 source		mmfdatapath2.cpp
       
    44 source		mmfdatabuffer.cpp
       
    45 source		mmfvideoframebuffer.cpp
       
    46 source		mmfsubthreadbase.cpp
       
    47 source		mmfdatapathproxy.cpp
       
    48 source		Mmfcodec.cpp
       
    49 source		Mmfutilities.cpp
       
    50 source		Mmfformat.cpp
       
    51 
       
    52 
       
    53 SOURCEPATH		../../src/Client/Audio
       
    54 SOURCE			mmfclientaudiostreamutils.cpp
       
    55 
       
    56 
       
    57 library		euser.lib   
       
    58 library		fbscli.lib
       
    59 library		ecom.lib
       
    60 library		mmfdevsound.lib
       
    61 library		mmfcontrollerframework.lib
       
    62 library		mmcommonutils.lib
       
    63 library		audioutils.lib
       
    64 
       
    65 #ifdef EABI
       
    66 DEFFILE mmfserverbaseclasses.def
       
    67 #endif
       
    68 
       
    69 #ifdef WINSCW
       
    70 DEFFILE MMFSERVERBASECLASSES.DEF
       
    71 #endif
       
    72 
       
    73 nostrictdef
       
    74 
       
    75 
       
    76 start           wins
       
    77 baseaddress     0x4F140000
       
    78 end
       
    79 
       
    80 SMPSAFE