os/persistentdata/loggingservices/eventlogger/LogServ/inc/LOGREPDEFS.H
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // LOGADD.H
    15 // 
    16 //
    17 
    18 #ifndef __LOGREPDEFS_H__
    19 #define __LOGREPDEFS_H__
    20 
    21 #include "logcntdef.h"
    22 
    23 const TUid KUidLogengRepository = { 0x101f401d }; //The repository for Log engine
    24 const TInt KMaxLogSizeRepKey = 1;
    25 const TInt KMaxRecentLogSizeRepKey = 2;
    26 const TInt KMaxEventAgeRepKey = 3;
    27 const TInt KContactMatchCountRepKey = 4;
    28 const TInt KContactNameFormatRepKey = 5;
    29 
    30 /**
    31 Default contact matching digits count. 
    32 If the LogEng repository cannot be open, this is the value which will be used by the LogEng server. 
    33 @internalAll
    34 */
    35 const TInt KLogContactMatchCount = 7;
    36 
    37 /**
    38 Default contact name format. 
    39 If the LogEng repository cannot be open, this is the value which will be used by the LogEng server. 
    40 @internalAll
    41 */
    42 const TLogContactNameFormat KLogContactNameFormat = ELogWesternFormat;
    43 
    44 #endif