webengine/osswebengine/MemoryManager/Group/MemManTest.mmp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 38 6297cdf66332
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    13 *
    13 *
    14 * Description:  Project specification file
    14 * Description:  Project specification file
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef __BROWSER_SDK
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include <platform/mw/browser_platform_variant.hrh>
    20 #include <platform/mw/browser_platform_variant.hrh>
    21 #endif
    21 
    22 TARGET		MemManTest.exe
    22 TARGET		MemManTest.exe
    23 TARGETTYPE  	exe
    23 TARGETTYPE  	exe
    24 UID         	0x01000007
    24 UID         	0x01000007
    25 
    25 
    26 MACRO NDEBUG
    26 MACRO NDEBUG
    30 MACRO KHTML_NO_XBL
    30 MACRO KHTML_NO_XBL
    31 MACRO KHTML_NO_EXCEPTIONS
    31 MACRO KHTML_NO_EXCEPTIONS
    32 MACRO KHTML_NO_SCRIPTING
    32 MACRO KHTML_NO_SCRIPTING
    33 
    33 
    34 EPOCHEAPSIZE 524288 8388608
    34 EPOCHEAPSIZE 524288 8388608
    35 #ifndef __BROWSER_SDK
    35 
    36 MW_LAYER_SYSTEMINCLUDE
    36 MW_LAYER_SYSTEMINCLUDE
    37 MW_LAYER_LIBC_SYSTEMINCLUDE
    37 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    38 #else
       
    39 SYSTEMINCLUDE 	/epoc32/include /epoc32/include/libc
       
    40 #endif
       
    41 
    38 
    42 USERINCLUDE 	../../WEBCORE/bridge ../../WEBCORE/kwq
    39 USERINCLUDE 	../../WEBCORE/bridge ../../WEBCORE/kwq
    43 USERINCLUDE 	../Inc
    40 USERINCLUDE 	../Inc
    44 USERINCLUDE 	../tsrc
    41 USERINCLUDE 	../tsrc
    45 
    42 
    46 SOURCEPATH	../tsrc
    43 SOURCEPATH	../tsrc
    47 SOURCE	        MemManUnit.cpp	
    44 SOURCE	    MemManUnit.cpp	
    48 SOURCE		MemManUTConsole.cpp
    45 SOURCE		MemManUTConsole.cpp
    49 SOURCE		MemManUTContainer.cpp
    46 SOURCE		MemManUTContainer.cpp
    50 
    47 
    51 
    48 
    52 LIBRARY		ResLoader.lib
    49 LIBRARY		ResLoader.lib
    53 #if defined(__BROWSER_SDK)
    50 LIBRARY     memman.lib
    54 LIBRARY   MemMan_sdk.lib
    51 
    55 #else
       
    56 LIBRARY         memman.lib
       
    57 #endif
       
    58 LIBRARY		ESTLIB.lib 
    52 LIBRARY		ESTLIB.lib 
    59 LIBRARY		euser.lib 
    53 LIBRARY		euser.lib 
    60 LIBRARY		EFSRV.lib 
    54 LIBRARY		EFSRV.lib 
    61 LIBRARY		bafl.lib
    55 LIBRARY		bafl.lib
    62 LIBRARY		fbscli.lib
    56 LIBRARY		fbscli.lib
    63 LIBRARY		charconv.lib
    57 LIBRARY		charconv.lib
    64 LIBRARY		hal.lib
    58 LIBRARY		hal.lib
    65 STATICLIBRARY		kwq.lib KHTML.lib
    59 STATICLIBRARY		kwq.lib KHTML.lib
    66 
    60 
    67 
       
    68 #ifdef __S60_32__
    61 #ifdef __S60_32__
    69 LANG sc 
    62 LANG sc 
    70 #else
    63 #else
    71 LANGUAGE_IDS 
    64 LANGUAGE_IDS 
    72 #endif
    65 #endif
       
    66