os/kernelhwsrv/kernel/eka/include/drivers/locmedia_ost.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // e32\include\drivers\locmedia_ost.h
    15 // 
    16 //
    17 
    18 #ifndef LOCMEDIA_OST_H
    19 #define LOCMEDIA_OST_H
    20 
    21 #ifndef _DEBUG
    22 
    23 #ifdef OstTrace0
    24 #undef OstTrace0
    25 #define OstTrace0( aGroupName, aTraceName, aTraceText )
    26 #endif
    27 
    28 #ifdef OstTrace1
    29 #undef OstTrace1
    30 #define OstTrace1( aGroupName, aTraceName, aTraceText, aParam )
    31 #endif
    32 
    33 #ifdef OstTraceData
    34 #undef OstTraceData
    35 #define OstTraceData( aGroupName, aTraceName, aTraceText, aPtr, aLength )
    36 #endif
    37 
    38 #ifdef OstTraceExt1
    39 #undef OstTraceExt1
    40 #define OstTraceExt1( aGroupName, aTraceName, aTraceText, aParam )
    41 #endif
    42 
    43 #ifdef OstTraceExt2
    44 #undef OstTraceExt2
    45 #define OstTraceExt2( aGroupName, aTraceName, aTraceText, aParam1, aParam2 )
    46 #endif
    47 
    48 #ifdef OstTraceExt3
    49 #undef OstTraceExt3
    50 #define OstTraceExt3( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3 )
    51 #endif
    52 
    53 #ifdef OstTraceExt4
    54 #undef OstTraceExt4
    55 #define OstTraceExt4( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3, aParam4 )
    56 #endif
    57 
    58 #ifdef OstTraceExt5
    59 #undef OstTraceExt5
    60 #define OstTraceExt5( aGroupName, aTraceName, aTraceText, aParam1, aParam2, aParam3, aParam4, aParam5 )
    61 #endif
    62 
    63 #ifdef OstTraceFunctionEntry0
    64 #undef OstTraceFunctionEntry0
    65 #define OstTraceFunctionEntry0( aTraceName )
    66 #endif
    67 
    68 #ifdef OstTraceFunctionEntry1
    69 #undef OstTraceFunctionEntry1
    70 #define OstTraceFunctionEntry1( aTraceName, aInstance )
    71 #endif
    72 
    73 #ifdef OstTraceFunctionEntryExt
    74 #undef OstTraceFunctionEntryExt
    75 #define OstTraceFunctionEntryExt(aTraceName, aInstance)
    76 #endif
    77 
    78 #ifdef OstTraceFunctionExit0
    79 #undef OstTraceFunctionExit0
    80 #define OstTraceFunctionExit0( aTraceName )
    81 #endif
    82 
    83 #ifdef OstTraceFunctionExit1
    84 #undef OstTraceFunctionExit1
    85 #define OstTraceFunctionExit1( aTraceName, aInstance )
    86 #endif
    87 
    88 #ifdef OstTraceEventStart0
    89 #undef OstTraceEventStart0
    90 #define OstTraceEventStart0( aTraceName, aEventName )
    91 #endif
    92 
    93 #ifdef OstTraceEventStart1
    94 #undef OstTraceEventStart1
    95 #define OstTraceEventStart1( aTraceName, aEventName, aParam )
    96 #endif
    97 
    98 #ifdef OstTraceFunctionExitExt
    99 #undef OstTraceFunctionExitExt
   100 #define OstTraceFunctionExitExt(aTraceName, aInstance, aRetval)
   101 #endif
   102 
   103 #ifdef OstTraceEventStop
   104 #undef OstTraceEventStop
   105 #define OstTraceEventStop( aTraceName, aEventName, aStartTraceName )
   106 #endif
   107 
   108 #ifdef OstTraceState0
   109 #undef OstTraceState0
   110 #define OstTraceState0( aTraceName, aStateName, aNewState )
   111 #endif
   112 
   113 #ifdef OstTraceState1
   114 #undef OstTraceState1
   115 #define OstTraceState1( aTraceName, aStateName, aNewState, aInstance )
   116 #endif
   117 
   118 #endif // _DEBUG
   119 
   120 #endif // LOCMEDIA_OST_H