# HG changeset patch # User Fionntina Carville # Date 1288018396 -3600 # Node ID 27c54f8619d41ef63b46b723ab8ed30d37f1f627 # Parent c1029e558ef5fad88198e059a89c64e883941f68# Parent 61fa4f7b5dd19a8bcb44c4d467da26b400253fe4 Merge RCL_3 fixes for Bug 1894 and Bug 3108 with the latest delivery. diff -r c1029e558ef5 -r 27c54f8619d4 linklayercontrol/networkinterfacemgr/group/BLD.INF --- a/linklayercontrol/networkinterfacemgr/group/BLD.INF Wed Oct 13 16:17:27 2010 +0300 +++ b/linklayercontrol/networkinterfacemgr/group/BLD.INF Mon Oct 25 15:53:16 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 diff -r c1029e558ef5 -r 27c54f8619d4 networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp --- a/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp Wed Oct 13 16:17:27 2010 +0300 +++ b/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp Mon Oct 25 15:53:16 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 diff -r c1029e558ef5 -r 27c54f8619d4 networkingtestandutils/networkingintegrationtest/inc/TestStep.h --- a/networkingtestandutils/networkingintegrationtest/inc/TestStep.h Wed Oct 13 16:17:27 2010 +0300 +++ b/networkingtestandutils/networkingintegrationtest/inc/TestStep.h Mon Oct 25 15:53:16 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 #include "networking/log.h" class CTestSuite;