Merge RCL_3 fixes for Bug 1894 and Bug 3108 with the latest delivery. RCL_3 PDK_3.0.3
authorsrilekhas <srilekhas@symbian.org>
Fri, 17 Sep 2010 17:15:59 +0100
branchRCL_3
changeset 64 61fa4f7b5dd1
parent 63 425d8f4f7fa5 (current diff)
parent 59 e36178c55292 (diff)
child 76 27c54f8619d4
Merge RCL_3 fixes for Bug 1894 and Bug 3108 with the latest delivery.
--- a/linklayercontrol/networkinterfacemgr/group/BLD.INF	Wed Sep 15 00:18:51 2010 +0300
+++ b/linklayercontrol/networkinterfacemgr/group/BLD.INF	Fri Sep 17 17:15:59 2010 +0100
@@ -94,6 +94,9 @@
 ../inc/cfbearers.h 							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/cfbearers.h)
 #endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
 
+// Bug 3108, required to build sf_refhw image
+NetCfgExtnBase.iby              /epoc32/rom/include/NetCfgExtnBase.iby
+
 PRJ_MMPFILES
 
 NIFMAN.MMP        
--- a/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp	Wed Sep 15 00:18:51 2010 +0300
+++ b/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp	Fri Sep 17 17:15:59 2010 +0100
@@ -34,7 +34,9 @@
 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
 
 LIBRARY     	euser.lib efsrv.lib 
-LIBRARY		cinidata.lib
+// darios: cinidata is deprecated, see bug #1894
+//LIBRARY		cinidata.lib
+LIBRARY		IniParser.lib
 
 epocheapsize  1000 6000000
 CAPABILITY All -Tcb
--- a/networkingtestandutils/networkingintegrationtest/inc/TestStep.h	Wed Sep 15 00:18:51 2010 +0300
+++ b/networkingtestandutils/networkingintegrationtest/inc/TestStep.h	Fri Sep 17 17:15:59 2010 +0100
@@ -26,7 +26,9 @@
 #if (!defined __TESTSTEP_H__)
 #define __TESTSTEP_H__
 
-#include "cinidata.h"
+// darios: cinidata is deprecated, see bug #1894
+//#include "cinidata.h"
+#include <iniparser.h>
 #include "networking/log.h"
 
 class CTestSuite;