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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 #ifndef __LOGREPDEFS_H__
19 #define __LOGREPDEFS_H__
21 #include "logcntdef.h"
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;
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.
35 const TInt KLogContactMatchCount = 7;
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.
42 const TLogContactNameFormat KLogContactNameFormat = ELogWesternFormat;