testconns/statapi/device/source/statapi/inc/stat.h
changeset 4 b8d1455fddc0
equal deleted inserted replaced
2:73b88125830c 4:b8d1455fddc0
       
     1 /*
       
     2 * Copyright (c) 2005-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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __STAT_H__
       
    20 #define __STAT_H__
       
    21 
       
    22 const TUint KVersionMajor = 1; 
       
    23 const TUint KVersionMinor = 1;
       
    24 const TUint KVersionPatch = 1002;
       
    25 
       
    26 const char  OPT_DELIMITER	= '|';
       
    27 const char	RESYNC_ID		= '?';
       
    28 const char	FAILED_ID		= '*';
       
    29 const char  REFRESH_ID		= 'Q';
       
    30 
       
    31 _LIT(KFileSrvDll, "efsrv.dll");
       
    32 _LIT(KFileSeparator, "\\");
       
    33 _LIT(KStatLogFile, "statoutput.log");
       
    34 _LIT(KReDrive, "$:");
       
    35 
       
    36 #endif //__STAT_H__