btobexprofiles/obexreceiveservices/opp/inc/debugconfig.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2006 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 
       
    19 #ifndef OBEXSM_DEBUGCONFIG_H
       
    20 #define OBEXSM_DEBUGCONFIG_H
       
    21 
       
    22 #include "prjconfig.h"
       
    23 
       
    24 
       
    25 /**
       
    26  * Custom logging variations.
       
    27  */
       
    28 #ifdef PRJ_FILE_TRACE
       
    29 _LIT(KLogFile,"oppreceiveservice.txt");
       
    30 _LIT(KLogDir,"locod");
       
    31 #endif
       
    32 
       
    33 #ifdef PRJ_ENABLE_TRACE
       
    34 _LIT(KTracePrefix16, "[OPP] ");
       
    35 _LIT8(KTracePrefix8, "[OPP] ");
       
    36 _LIT8(KFuncFormat8, "><%S");
       
    37 _LIT8(KFuncThisFormat8, "><%S, [0x%08X]");
       
    38 _LIT8(KFuncEntryFormat8, ">%S");
       
    39 _LIT8(KFuncEntryThisFormat8, ">%S, [0x%08X]");
       
    40 _LIT8(KFuncExitFormat8, "<%S");
       
    41 
       
    42 _LIT(KPanicCategory, "OPP");    
       
    43 _LIT8(KPanicPrefix8, "PANIC code ");
       
    44 _LIT8(KLeavePrefix8, "LEAVE code ");
       
    45 #endif
       
    46 
       
    47 #endif // OBEXSM_DEBUGCONFIG_H