1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kernel/eka/include/drivers/locmedia_ost.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,120 @@
1.4 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// e32\include\drivers\locmedia_ost.h
1.18 +//
1.19 +//
1.20 +
1.21 +#ifndef LOCMEDIA_OST_H
1.22 +#define LOCMEDIA_OST_H
1.23 +
1.24 +#ifndef _DEBUG
1.25 +
1.26 +#ifdef OstTrace0
1.27 +#undef OstTrace0
1.28 +#define OstTrace0( aGroupName, aTraceName, aTraceText )
1.29 +#endif
1.30 +
1.31 +#ifdef OstTrace1
1.32 +#undef OstTrace1
1.33 +#define OstTrace1( aGroupName, aTraceName, aTraceText, aParam )
1.34 +#endif
1.35 +
1.36 +#ifdef OstTraceData
1.37 +#undef OstTraceData
1.38 +#define OstTraceData( aGroupName, aTraceName, aTraceText, aPtr, aLength )
1.39 +#endif
1.40 +
1.41 +#ifdef OstTraceExt1
1.42 +#undef OstTraceExt1
1.43 +#define OstTraceExt1( aGroupName, aTraceName, aTraceText, aParam )
1.44 +#endif
1.45 +
1.46 +#ifdef OstTraceExt2
1.47 +#undef OstTraceExt2
1.48 +#define OstTraceExt2( aGroupName, aTraceName, aTraceText, aParam1, aParam2 )
1.49 +#endif
1.50 +
1.51 +#ifdef OstTraceExt3
1.52 +#undef OstTraceExt3
1.53 +#define OstTraceExt3( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3 )
1.54 +#endif
1.55 +
1.56 +#ifdef OstTraceExt4
1.57 +#undef OstTraceExt4
1.58 +#define OstTraceExt4( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3, aParam4 )
1.59 +#endif
1.60 +
1.61 +#ifdef OstTraceExt5
1.62 +#undef OstTraceExt5
1.63 +#define OstTraceExt5( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3, aParam4, aParam5 )
1.64 +#endif
1.65 +
1.66 +#ifdef OstTraceFunctionEntry0
1.67 +#undef OstTraceFunctionEntry0
1.68 +#define OstTraceFunctionEntry0( aTraceName )
1.69 +#endif
1.70 +
1.71 +#ifdef OstTraceFunctionEntry1
1.72 +#undef OstTraceFunctionEntry1
1.73 +#define OstTraceFunctionEntry1( aTraceName, aInstance )
1.74 +#endif
1.75 +
1.76 +#ifdef OstTraceFunctionEntryExt
1.77 +#undef OstTraceFunctionEntryExt
1.78 +#define OstTraceFunctionEntryExt(aTraceName, aInstance)
1.79 +#endif
1.80 +
1.81 +#ifdef OstTraceFunctionExit0
1.82 +#undef OstTraceFunctionExit0
1.83 +#define OstTraceFunctionExit0( aTraceName )
1.84 +#endif
1.85 +
1.86 +#ifdef OstTraceFunctionExit1
1.87 +#undef OstTraceFunctionExit1
1.88 +#define OstTraceFunctionExit1( aTraceName, aInstance )
1.89 +#endif
1.90 +
1.91 +#ifdef OstTraceEventStart0
1.92 +#undef OstTraceEventStart0
1.93 +#define OstTraceEventStart0( aTraceName, aEventName )
1.94 +#endif
1.95 +
1.96 +#ifdef OstTraceEventStart1
1.97 +#undef OstTraceEventStart1
1.98 +#define OstTraceEventStart1( aTraceName, aEventName, aParam )
1.99 +#endif
1.100 +
1.101 +#ifdef OstTraceFunctionExitExt
1.102 +#undef OstTraceFunctionExitExt
1.103 +#define OstTraceFunctionExitExt(aTraceName, aInstance, aRetval)
1.104 +#endif
1.105 +
1.106 +#ifdef OstTraceEventStop
1.107 +#undef OstTraceEventStop
1.108 +#define OstTraceEventStop( aTraceName, aEventName, aStartTraceName )
1.109 +#endif
1.110 +
1.111 +#ifdef OstTraceState0
1.112 +#undef OstTraceState0
1.113 +#define OstTraceState0( aTraceName, aStateName, aNewState )
1.114 +#endif
1.115 +
1.116 +#ifdef OstTraceState1
1.117 +#undef OstTraceState1
1.118 +#define OstTraceState1( aTraceName, aStateName, aNewState, aInstance )
1.119 +#endif
1.120 +
1.121 +#endif // _DEBUG
1.122 +
1.123 +#endif // LOCMEDIA_OST_H