Update contrib.
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 the License "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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Development Tools\OST\opensystemtrace.mmh
15 // Executables will need to define the SYMBIAN_INCLUDE_EXECUTABLE_TRACE macro flag in their
16 // mmp files in order for trace to be included. If this macro is not defined the stubbed trace dlls
17 // will be used instead.
18 // If SYMBIAN_INCLUDE_EXECUTABLE_TRACE is defined trace will be compiled into
19 // components by default but runtime switched off.
26 // We want to use an enabled version of the API.
27 #if defined(SYMBIAN_INCLUDE_EXECUTABLE_TRACE)
28 MACRO SYMBIAN_TRACE_EXECUTABLE_IS_INCLUDED
30 //LIBRARY ostkernel.lib //not implemented
36 // We want to use a stubbed (disabled) version of the API.
37 #if !defined(SYMBIAN_INCLUDE_EXECUTABLE_TRACE)
39 //LIBRARY ostkernelstubbed.lib //not implemented
41 LIBRARY ostuserstubbed.lib