sl@0: // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // LOGADD.H sl@0: // sl@0: // sl@0: sl@0: #ifndef __LOGREPDEFS_H__ sl@0: #define __LOGREPDEFS_H__ sl@0: sl@0: #include "logcntdef.h" sl@0: sl@0: const TUid KUidLogengRepository = { 0x101f401d }; //The repository for Log engine sl@0: const TInt KMaxLogSizeRepKey = 1; sl@0: const TInt KMaxRecentLogSizeRepKey = 2; sl@0: const TInt KMaxEventAgeRepKey = 3; sl@0: const TInt KContactMatchCountRepKey = 4; sl@0: const TInt KContactNameFormatRepKey = 5; sl@0: sl@0: /** sl@0: Default contact matching digits count. sl@0: If the LogEng repository cannot be open, this is the value which will be used by the LogEng server. sl@0: @internalAll sl@0: */ sl@0: const TInt KLogContactMatchCount = 7; sl@0: sl@0: /** sl@0: Default contact name format. sl@0: If the LogEng repository cannot be open, this is the value which will be used by the LogEng server. sl@0: @internalAll sl@0: */ sl@0: const TLogContactNameFormat KLogContactNameFormat = ELogWesternFormat; sl@0: sl@0: #endif