webengine/osswebengine/MemoryManager/Group/MemMan.mmp
changeset 0 dd21522fd290
child 8 7c90e6132015
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Memory Manager build file
       
    15 *
       
    16 */
       
    17 
       
    18 #if defined(__BROWSER_SDK)
       
    19 TARGET          MemMan_sdk.dll
       
    20 #else
       
    21 #include <platform_paths.hrh>
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 TARGET          MemMan.dll
       
    24 #endif
       
    25 
       
    26 TARGETTYPE      dll
       
    27 
       
    28 UID 0x1000008D  0x10281B6D
       
    29 
       
    30 //MACRO OOM_LOGGING
       
    31 MACRO USE_FAST_MALLOC
       
    32 MACRO NOKIA_CHANGES
       
    33 
       
    34 CAPABILITY CAP_GENERAL_DLL
       
    35 VENDORID    VID_DEFAULT
       
    36 EPOCALLOWDLLDATA
       
    37 #ifndef __BROWSER_SDK
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    40 #else
       
    41 SYSTEMINCLUDE   /Epoc32/include
       
    42 SYSTEMINCLUDE   /epoc32/include/libc
       
    43 #endif
       
    44 
       
    45 USERINCLUDE     ../Inc
       
    46 
       
    47 SOURCEPATH  ../Src
       
    48 SOURCE MemoryManager.cpp
       
    49 SOURCE MemoryPool.cpp
       
    50 SOURCE StopScheduler.cpp
       
    51 SOURCE fast_malloc.cpp
       
    52 SOURCE FastAllocator.cpp
       
    53 
       
    54 LIBRARY euser.lib
       
    55 DEBUGLIBRARY flogger.lib
       
    56 LIBRARY avkon.lib
       
    57 LIBRARY estlib.lib
       
    58 LIBRARY hal.lib
       
    59 
       
    60 LIBRARY   oommonitor.lib