sl@0: /* sl@0: * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: sl@0: /** sl@0: @file sl@0: * @publishedAll sl@0: */ sl@0: sl@0: #ifndef _A3F_TRACE_CTXT_H_ sl@0: #define _A3F_TRACE_CTXT_H_ sl@0: sl@0: sl@0: /** sl@0: @publishedAll sl@0: @released sl@0: sl@0: This is TTraceCtxGroup sl@0: sl@0: */ sl@0: sl@0: enum TTraceCtxGroup { sl@0: CtxTest, sl@0: CtxDevSound, sl@0: CtxDsProxy, sl@0: CtxDsStarter, sl@0: CtxDsServer, sl@0: CtxDsdaptation, sl@0: CtxHwDevice, sl@0: CtxPolicyProxy, sl@0: CtxPolicyServer, sl@0: CtxPolicyCtrl, sl@0: CtxMmRm, sl@0: CtxAudioServer, sl@0: CtxAsProxy, sl@0: CtxAsServer, sl@0: CtxAsCtrl, sl@0: CtxAsEap, sl@0: CtxMdaif, sl@0: CtxAaMm, sl@0: CtxRadio sl@0: }; sl@0: sl@0: #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS sl@0: #include sl@0: #endif sl@0: #endif // _A3F_TRACE_CTXT_H_ sl@0: sl@0: // End of File