traceservices/tracefw/ost_trace_api/unit_test/lauterbach_perf_tester/group/te_lauterbach.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 TARGET			te_ost_lauterbach.dll //user side enabled
       
    18 TARGETTYPE		dll
       
    19 UID				0x1000008d 0x10287236 
       
    20 
       
    21 SYSTEMINCLUDE	\epoc32\include
       
    22 SYSTEMINCLUDE   \epoc32\include\platform
       
    23 
       
    24 USERINCLUDE		../inc/
       
    25 
       
    26 SOURCEPATH		../src/ 
       
    27 SOURCE			te_trace_for_lauterbach.cpp
       
    28 
       
    29 LIBRARY			euser.lib
       
    30 
       
    31 #if defined (WINS)
       
    32   DEFFILE ..\bwins\te_lauterbach.def
       
    33 #else 
       
    34   DEFFILE ..\eabi\te_lauterbach.def
       
    35 #endif
       
    36 
       
    37 
       
    38 CAPABILITY		All
       
    39 
       
    40 
       
    41 OPTION ARMCC --interleave
       
    42 
       
    43 SMPSAFE
       
    44