diff -r a151135b0cf9 -r aa2539c91954 tracesrv/tracecore/btrace_handler/test/t_tracecore/inc/t_tracecore.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tracesrv/tracecore/btrace_handler/test/t_tracecore/inc/t_tracecore.h Fri Oct 08 14:56:39 2010 +0300 @@ -0,0 +1,38 @@ +// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// e32test\ost\t_tracecore.h +// Overview: +// Tests activation/deactivation of traces using the TraceCore +// kernel - side APIs +// + +#ifndef T_TRACECORE_H +#define T_TRACECORE_H + +#include + +const TComponentId KTestComponentID1 = 0x89abcdef; +const TComponentId KTestComponentID2 = KTestComponentID1 - 1; +const TGroupId KTestGroupId1 = TRACE_NORMAL; +const TGroupId KTestGroupId2 = TRACE_IMPORTANT; +const TUint32 KTestData = 0x333; +const TInt KNumTraces=64; + +#define KTestPrintfTraceString "Test Printf Trace" +_LIT8(KTestPrintfTraceLiteral, KTestPrintfTraceString); + +#define TEST_TRACE 0x860001 + + +#endif //T_TRACECORE_H