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