diff -r ccb4f6b3db21 -r 8cb079868133 accessoryservices/accessoryremotecontrol/tsrc/remcontestcontrol/dsytfstifadapter/src/tfastifentrypoint.cpp --- a/accessoryservices/accessoryremotecontrol/tsrc/remcontestcontrol/dsytfstifadapter/src/tfastifentrypoint.cpp Tue Aug 31 16:29:05 2010 +0300 +++ b/accessoryservices/accessoryremotecontrol/tsrc/remcontestcontrol/dsytfstifadapter/src/tfastifentrypoint.cpp Wed Sep 01 12:34:26 2010 +0100 @@ -159,21 +159,4 @@ COMPONENT_TRACE( ( _L( " DSYTESTTOOL - CTFAStifEntryPoint::CreateEnvironmentL - return 0x%x" ), env ) ); return env; } - - -EXPORT_C TInt SetRequirements( CTestModuleParam*& aTestModuleParam, - TUint32& aParameterValid ) - - { - aParameterValid = KStifTestModuleParameterChanged; - CTestModuleParamVer01* param = CTestModuleParamVer01::NewL(); - - // Stack size - param->iTestThreadStackSize= 65536; // 64KB stack - // Heap sizes - param->iTestThreadMinHeap = 4096; // 4K heap min - param->iTestThreadMaxHeap = 1260480;// 1.2M heap max - aTestModuleParam = param; - return KErrNone; - }