kernel/eka/debug/crashMonitor/group/scmonitor.mmp
changeset 296 94f2adf59133
parent 293 0659d0e1a03c
child 297 b2826f67641f
equal deleted inserted replaced
293:0659d0e1a03c 296:94f2adf59133
     1 // Copyright (c) 1998-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 the License "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 // e32/kernel/scmonitor.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifdef EPOC32
       
    19 
       
    20 #define INCLUDE_EKERN_LIB 
       
    21 #include "../../../kernel/kern_int.mmh" 
       
    22 
       
    23 
       
    24 targettype			kext
       
    25 
       
    26 #ifndef SMP
       
    27  
       
    28 //userinclude		../../../include/drivers
       
    29 //userinclude 		../../../kernel
       
    30 //userinclude 		../inc
       
    31 
       
    32 
       
    33 sourcepath 			../src/arm
       
    34 source 				cscmdatasave.cpp
       
    35 
       
    36 sourcepath			../src
       
    37 source				scmdatasave.cpp
       
    38 source 				scmonitor.cpp	
       
    39 
       
    40 library 			exmoncommon.lib
       
    41 staticlibrary 		scmkern_lib.lib
       
    42 
       
    43 
       
    44 epocallowdlldata
       
    45 
       
    46 noexportlibrary
       
    47 
       
    48 linkas				scmonitor.dll
       
    49 
       
    50 #endif 	//SMP endif
       
    51 
       
    52 #endif  //EPOC32 endif
       
    53 
       
    54 
       
    55 //#define SCM_COMM_OUTPUT	 // use this define for writing debug data to comm port
       
    56