traceservices/tracefw/utf_trace_api/unit_test/devicedriver/group/utraceusr.mmp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-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".
    13 // Description:
    13 // Description:
    14 // e32\drivers\trace\btracec.mmp
    14 // e32\drivers\trace\btracec.mmp
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
       
    18 systeminclude		/epoc32/include/
       
    19 userinclude		./ /epoc32/include/
       
    20 
       
    21  
    18 target			utrace.dll
    22 target			utrace.dll
    19 targettype		dll
    23 targettype		dll
    20 deffile			utracedll.def
    24 deffile			utracedll.def
    21 vendorid        0x70000001
       
    22 capability      all
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE
       
    25 
    25 
    26 userinclude		../inc/
    26 userinclude		../inc/
    27 
    27 
    28 sourcepath		../src/
    28 sourcepath		../src/
    29 source			utraceusr.cpp
    29 source			utraceusr.cpp
    30 
    30 
    31 library 		euser.lib
    31 library 		euser.lib
    32 
    32 
       
    33 vendorid		0x70000001
       
    34 capability		all
       
    35 
    33 SMPSAFE
    36 SMPSAFE