Update contrib.
1 // Copyright (c) 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 // e32\include\drivers\locmedia_ost.h
18 #ifndef LOCMEDIA_OST_H
19 #define LOCMEDIA_OST_H
25 #define OstTrace0( aGroupName, aTraceName, aTraceText )
30 #define OstTrace1( aGroupName, aTraceName, aTraceText, aParam )
35 #define OstTraceData( aGroupName, aTraceName, aTraceText, aPtr, aLength )
40 #define OstTraceExt1( aGroupName, aTraceName, aTraceText, aParam )
45 #define OstTraceExt2( aGroupName, aTraceName, aTraceText, aParam1, aParam2 )
50 #define OstTraceExt3( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3 )
55 #define OstTraceExt4( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3, aParam4 )
60 #define OstTraceExt5( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3, aParam4, aParam5 )
63 #ifdef OstTraceFunctionEntry0
64 #undef OstTraceFunctionEntry0
65 #define OstTraceFunctionEntry0( aTraceName )
68 #ifdef OstTraceFunctionEntry1
69 #undef OstTraceFunctionEntry1
70 #define OstTraceFunctionEntry1( aTraceName, aInstance )
73 #ifdef OstTraceFunctionEntryExt
74 #undef OstTraceFunctionEntryExt
75 #define OstTraceFunctionEntryExt(aTraceName, aInstance)
78 #ifdef OstTraceFunctionExit0
79 #undef OstTraceFunctionExit0
80 #define OstTraceFunctionExit0( aTraceName )
83 #ifdef OstTraceFunctionExit1
84 #undef OstTraceFunctionExit1
85 #define OstTraceFunctionExit1( aTraceName, aInstance )
88 #ifdef OstTraceEventStart0
89 #undef OstTraceEventStart0
90 #define OstTraceEventStart0( aTraceName, aEventName )
93 #ifdef OstTraceEventStart1
94 #undef OstTraceEventStart1
95 #define OstTraceEventStart1( aTraceName, aEventName, aParam )
98 #ifdef OstTraceFunctionExitExt
99 #undef OstTraceFunctionExitExt
100 #define OstTraceFunctionExitExt(aTraceName, aInstance, aRetval)
103 #ifdef OstTraceEventStop
104 #undef OstTraceEventStop
105 #define OstTraceEventStop( aTraceName, aEventName, aStartTraceName )
108 #ifdef OstTraceState0
109 #undef OstTraceState0
110 #define OstTraceState0( aTraceName, aStateName, aNewState )
113 #ifdef OstTraceState1
114 #undef OstTraceState1
115 #define OstTraceState1( aTraceName, aStateName, aNewState, aInstance )
120 #endif // LOCMEDIA_OST_H