tracesrv/tracecore/btrace_handler/test/t_tracecore/inc/t_tracecore.h
changeset 56 aa2539c91954
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
       
     1 // Copyright (c) 2005-2010 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 "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 // e32test\ost\t_tracecore.h
       
    15 // Overview:
       
    16 // Tests activation/deactivation of traces using the TraceCore 
       
    17 // kernel - side APIs
       
    18 //
       
    19 
       
    20 #ifndef T_TRACECORE_H 
       
    21 #define T_TRACECORE_H
       
    22 
       
    23 #include <opensystemtrace.h>
       
    24 
       
    25 const TComponentId KTestComponentID1 = 0x89abcdef;
       
    26 const TComponentId KTestComponentID2 = KTestComponentID1 - 1;
       
    27 const TGroupId KTestGroupId1 = TRACE_NORMAL;
       
    28 const TGroupId KTestGroupId2 = TRACE_IMPORTANT;
       
    29 const TUint32 KTestData = 0x333;
       
    30 const TInt KNumTraces=64;
       
    31 
       
    32 #define KTestPrintfTraceString "Test Printf Trace"
       
    33 _LIT8(KTestPrintfTraceLiteral, KTestPrintfTraceString);
       
    34 
       
    35 #define TEST_TRACE 0x860001
       
    36 
       
    37 
       
    38 #endif //T_TRACECORE_H