os/kernelhwsrv/kernel/eka/debug/crashMonitor/group/scmonitor.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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