Merge fixes for bug 1894 and bug 3108. RCL_3 PDK_3.0.1
authorPat Downey <patd@symbian.org>
Tue, 13 Jul 2010 17:13:53 +0100
branchRCL_3
changeset 44 87bcfc2c9c1e
parent 40 d566d76acea1 (current diff)
parent 35 f44b73583a2f (diff)
child 54 36cc450aad12
Merge fixes for bug 1894 and bug 3108.
--- a/linklayercontrol/networkinterfacemgr/group/BLD.INF	Mon Jun 21 17:25:18 2010 +0300
+++ b/linklayercontrol/networkinterfacemgr/group/BLD.INF	Tue Jul 13 17:13:53 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	Mon Jun 21 17:25:18 2010 +0300
+++ b/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp	Tue Jul 13 17:13:53 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	Mon Jun 21 17:25:18 2010 +0300
+++ b/networkingtestandutils/networkingintegrationtest/inc/TestStep.h	Tue Jul 13 17:13:53 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;