libraries/ltkutils/group/ltkutils.mmp
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // ltkutils.mmp
       
     2 // 
       
     3 // Copyright (c) 2010 Accenture. All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the "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 // Accenture - Initial contribution
       
    11 //
       
    12 #include <fshell/common.mmh>
       
    13 
       
    14 target			ltkutils.dll
       
    15 targettype		dll
       
    16 uid				0x100000af FSHELL_UID_LTKUTILS
       
    17 
       
    18 capability		FSHELL_CAP_MMP_NORMAL
       
    19 
       
    20 nostrictdef
       
    21 
       
    22 #include <fshell/fsh_system_include.mmh>
       
    23 
       
    24 userinclude		..\inc
       
    25 
       
    26 sourcepath		..\src
       
    27 source			heaphackery.cpp
       
    28 source			proxyallocatorhelper.cpp
       
    29 source			keyinject.cpp
       
    30 source			hexdump.cpp 
       
    31 source			w32crack.cpp
       
    32 source			friendlynames.cpp
       
    33 source			rez.cpp
       
    34 source			clipboard.cpp
       
    35 source			descriptorJuggling.cpp
       
    36 source			settings.cpp
       
    37 source			bsym.cpp
       
    38 source			mapfile.cpp
       
    39 source			symbolics.cpp
       
    40 source			bsymtree.cpp
       
    41 #ifdef ARMCC
       
    42 source			breakpoint.cia
       
    43 #endif
       
    44 source			breakpoint.cpp
       
    45 source			ltkhal.cpp
       
    46 
       
    47 library 		euser.lib
       
    48 library			iocli.lib
       
    49 library			efsrv.lib
       
    50 library			bafl.lib
       
    51 library			estor.lib
       
    52 library			hal.lib
       
    53 
       
    54 #ifdef FSHELL_WSERV_SUPPORT
       
    55 library			ws32.lib
       
    56 #endif
       
    57 
       
    58 //library			clogger.lib
       
    59 
       
    60 // Enable these 2 lines to check all the offset calculations in RAllocatorHelper are correct. Requires base_e32 source code to be installed
       
    61 //MACRO TEST_HYBRIDHEAP_ASSERTS
       
    62 //userinclude ..\..\..\..\sf\os\kernelhwsrv\kernel\eka\include