loggingservices/eventlogger/LogServ/LOGSERV.RSS
branchRCL_3
changeset 50 8dc8494f1e0e
parent 0 08ec8eefde2f
child 56 839ea9debada
--- a/loggingservices/eventlogger/LogServ/LOGSERV.RSS	Wed Sep 15 00:35:00 2010 +0300
+++ b/loggingservices/eventlogger/LogServ/LOGSERV.RSS	Wed Sep 15 14:05:58 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -25,14 +25,10 @@
 	WORD value;
 	}
 
-#ifdef SYSLIBS_TEST
-//The phone digits match count must be at least 7 otherwise the Contacts server won't perform the match properly
-RESOURCE INT16 r_log_contact_match_count { value = 8; }
-#else
-// Set number of digits to use for contacts matching
-// Set to zero to disable contacts matching when adding events
-RESOURCE INT16 r_log_contact_match_count { value = 0; }
-#endif
+//The default contact match count is 7 - the LogServ contact matching is emabled by default.
+//The default value is kept here for compatibility reasons. The resource file is not used anymore.
+//The related LogServ confml file is used for loading the default contact match count.
+RESOURCE INT16 r_log_contact_match_count { value = 7; }
 
 // r_name_format_values enum values are used for for initializing 
 // r_log_contact_name_format integer resource.
@@ -53,5 +49,7 @@
 //
 // By default r_log_contact_name_format value is set to r_western_format.
 // It has to be set to r_chinese_format for chinese builds.
+// The default value is kept here for compatibility reasons. The resource file is not used anymore.
+// The related LogServ confml file is used for loading the default contact name format.
 RESOURCE INT16 r_log_contact_name_format { value = r_western_format; }