kerneltest/e32test/iic/t_iic.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 90 947f0dc9f7a8
child 256 c1f20ce4abcf
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
  1456 	gTest.Title();
  1456 	gTest.Title();
  1457 	gTest.Start(_L("Test IIC API\n"));
  1457 	gTest.Start(_L("Test IIC API\n"));
  1458 
  1458 
  1459 	TInt r = KErrNone;
  1459 	TInt r = KErrNone;
  1460 
  1460 
       
  1461     // Turn off lazy dll unloading
       
  1462     RLoader l;
       
  1463     gTest(l.Connect()==KErrNone);
       
  1464     gTest(l.CancelLazyDllUnload()==KErrNone);
       
  1465     l.Close();
       
  1466 
  1461 #ifdef IIC_SIMULATED_PSL
  1467 #ifdef IIC_SIMULATED_PSL
  1462 	gTest.Next(_L("Start the IIC with controller test\n"));
  1468 	gTest.Next(_L("Start the IIC with controller test\n"));
  1463 	aStandAloneChan = 0;
  1469 	aStandAloneChan = 0;
  1464 	gTest.Next(_L("Load Simulated IIC PSL bus driver"));
  1470 	gTest.Next(_L("Load Simulated IIC PSL bus driver"));
  1465 	r = User::LoadPhysicalDevice(KIicPslFileName);
  1471 	r = User::LoadPhysicalDevice(KIicPslFileName);