traceservices/tracefw/ost_trace_api/unit_test/lauterbach_perf_tester/group/te_lauterbach.mmp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    15 
    15 
    16 
    16 
    17 TARGET			te_ost_lauterbach.dll //user side enabled
    17 TARGET			te_ost_lauterbach.dll //user side enabled
    18 TARGETTYPE		dll
    18 TARGETTYPE		dll
    19 UID				0x1000008d 0x10287236 
    19 UID				0x1000008d 0x10287236 
    20 CAPABILITY      All
       
    21 
    20 
    22 OS_LAYER_SYSTEMINCLUDE
    21 SYSTEMINCLUDE	\epoc32\include
       
    22 SYSTEMINCLUDE   \epoc32\include\platform
    23 
    23 
    24 USERINCLUDE		../inc/
    24 USERINCLUDE		../inc/
    25 
    25 
    26 SOURCEPATH		../src/ 
    26 SOURCEPATH		../src/ 
    27 SOURCE			te_trace_for_lauterbach.cpp
    27 SOURCE			te_trace_for_lauterbach.cpp
    28 
    28 
    29 LIBRARY			euser.lib
    29 LIBRARY			euser.lib
    30 
    30 
    31 #if defined (WINS)
    31 #if defined (WINS)
    32   DEFFILE ../bwins/te_lauterbach.def
    32   DEFFILE ..\bwins\te_lauterbach.def
    33 #else 
    33 #else 
    34   DEFFILE ../eabi/te_lauterbach.def
    34   DEFFILE ..\eabi\te_lauterbach.def
    35 #endif
    35 #endif
       
    36 
       
    37 
       
    38 CAPABILITY		All
       
    39 
    36 
    40 
    37 OPTION ARMCC --interleave
    41 OPTION ARMCC --interleave
    38 
    42 
    39 SMPSAFE
    43 SMPSAFE
       
    44