traceservices/tracefw/ost_trace_api/unit_test/devicedriver/group/te_utracedrv_enabled.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 
       
    19 #define SYMBIAN_INCLUDE_EXECUTABLE_TRACE
       
    20 #include    <platform/opensystemtrace.mmh>
       
    21 
       
    22 target			te_ostdd_enabled.ldd
       
    23 targettype		ldd
       
    24 UID				0x100000af 0x10287234
       
    25 VENDORID		0x70000001
       
    26 capability		all
       
    27 
       
    28 
       
    29 USERINCLUDE		../inc/
       
    30 USERINCLUDE		../../te_ost/inc/
       
    31 
       
    32 SYSTEMINCLUDE   /epoc32/include/platform
       
    33 SYSTEMINCLUDE   /epoc32/include/kernel
       
    34 
       
    35 MACRO 			TE_MODULE_UID=0
       
    36 MACRO 			EXECUTABLE_DEFAULT_MODULEUID=6666
       
    37 
       
    38 start wins
       
    39 win32_headers
       
    40 end
       
    41 
       
    42 LIBRARY			te_ost_lauterbach_kernel.lib
       
    43 
       
    44 SOURCEPATH		../src/
       
    45 SOURCE			te_utracedrv.cpp 
       
    46 SOURCEPATH		../../te_ost/src/
       
    47 SOURCE			te_tracerecord.cpp
       
    48 SOURCE			te_kerneltimer.cpp 
       
    49 
       
    50 
       
    51 always_build_as_arm
       
    52 
       
    53 SMPSAFE
       
    54