traceservices/tracefw/ost_trace_api/unit_test/lauterbach_perf_tester/group/te_lauterbach_kernel.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-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 "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 //
       
    15 
       
    16 
       
    17 #include "..\kernel\kern_ext.mmh"
       
    18 TARGET			te_ost_lauterbach_kernel.dll //kernel side 
       
    19 TARGETTYPE		kdll
       
    20 UID				0x1000008d 0x10287237
       
    21 
       
    22 SYSTEMINCLUDE   /epoc32/include/platform
       
    23 SYSTEMINCLUDE   /epoc32/include/kernel
       
    24 USERINCLUDE		../inc/
       
    25 
       
    26 SOURCEPATH		../src/ 
       
    27 SOURCE			te_trace_for_lauterbach.cpp
       
    28 
       
    29 CAPABILITY		All
       
    30 
       
    31 #if defined (WINS)
       
    32   DEFFILE ..\bwins\te_lauterbach_kernel.def
       
    33 #else 
       
    34   DEFFILE ..\eabi\te_lauterbach_kernel.def
       
    35 #endif
       
    36 
       
    37 
       
    38 OPTION ARMCC --interleave
       
    39 
       
    40 SMPSAFE