connectivitylayer/isimessage/isimessage_dll/internal/test/inc/tisimsgloggerconsts.h
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     1 /*
       
     2 * Copyright (c) 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 the License "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: 
       
    15 *
       
    16 */
       
    17 #ifndef TIsiMsgLoggerConsts_H
       
    18 #define TIsiMsgLoggerConsts_H
       
    19 
       
    20 //INCLUDE
       
    21 #include <e32def.h> 
       
    22 
       
    23 
       
    24 _LIT( KLogPath, "C:\\LOGS\\TestFramework\\" );
       
    25 _LIT( KTxtLogFile, "IsiMsgCommonTestsLog2.txt" );
       
    26 _LIT( KHtmlLogFile, "IsiMsgCommonTestsLog2.html" );
       
    27 
       
    28 
       
    29 #endif