libraries/memoryaccess/MemoryAccess.mmp
changeset 0 7f656887cf89
child 9 257450419d10
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // MemoryAccess.mmp
       
     2 // 
       
     3 // Copyright (c) 2008 - 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 
       
    13 #include <fshell/common.mmh>
       
    14 
       
    15 FSHELL_TRACE_KERNEL_INCLUDE(..\..\..\..\)
       
    16 
       
    17 #include <kernel/kern_ext.mmh>
       
    18 
       
    19 target		memoryaccess-fshell.ldd
       
    20 targettype	ldd
       
    21 
       
    22 uid			0x100000af FSHELL_UID_MEMORYACCESS
       
    23 
       
    24 capability	all
       
    25 
       
    26 userinclude	.
       
    27 
       
    28 sourcepath	.
       
    29 source		memoryaccess.cpp
       
    30 source		propertyaccess.cpp
       
    31 source		fdebuggerkernel.cpp
       
    32 source		DynamicDfcSupport.cpp
       
    33 #if defined(GCCE)
       
    34 source		hwbreak_cia.cpp
       
    35 #elif defined(ARMCC)
       
    36 source		hwbreak.cia
       
    37 #endif
       
    38 
       
    39 #ifdef EABI
       
    40 source		TrkNextInstructionAfterPC.cpp
       
    41 #endif
       
    42 
       
    43 #ifdef FSHELL_DOBJECTIX_SUPPORT
       
    44 // These are needed because on >= 9.2 DObjectIx is no longer exported
       
    45 MACRO DOBJECT_TEST_CODE
       
    46 source		objectix.cpp
       
    47 #endif
       
    48 
       
    49 library		ekern.lib
       
    50 
       
    51 nostrictdef
       
    52 deffile		.\~\memoryaccess.def
       
    53 
       
    54 epocallowdlldata
       
    55 
       
    56 start wins
       
    57 win32_headers
       
    58 end
       
    59 
       
    60 // End of file