localconnectivityservice/headset/hidremconbearer/inc/debugconfig.h
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
child 21 74aa6861c87d
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
     1 /*
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project configure file.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef DEBUGCONFIG_H
       
    19 #define DEBUGCONFIG_H
       
    20 
       
    21 #include "prjconfig.h"
       
    22 
       
    23 
       
    24 /**
       
    25  * Custom logging variations.
       
    26  */
       
    27 #ifdef PRJ_FILE_TRACE
       
    28 _LIT(KLogFile,"hidremcon.txt");
       
    29 _LIT(KLogDir,"hidremcon");
       
    30 #endif
       
    31 
       
    32 #ifdef PRJ_ENABLE_TRACE
       
    33 _LIT(KTracePrefix16, "[hidremcon] ");
       
    34 _LIT8(KTracePrefix8, "[hidremcon] ");
       
    35 _LIT8(KFuncFormat8, "><%S");
       
    36 _LIT8(KFuncThisFormat8, "><%S, [0x%08X]");
       
    37 _LIT8(KFuncEntryFormat8, ">%S");
       
    38 _LIT8(KFuncEntryThisFormat8, ">%S, [0x%08X]");
       
    39 _LIT8(KFuncExitFormat8, "<%S");
       
    40 
       
    41 _LIT(KPanicCategory, "hidremcon");    
       
    42 _LIT8(KPanicPrefix8, "PANIC code ");
       
    43 _LIT8(KLeavePrefix8, "LEAVE code ");
       
    44 #endif
       
    45 
       
    46 #endif // REMCONBEARER_DEBUGCONFIG_H