installationservices/swcomponentregistry/test/tscr/source/tscrserver.cpp
changeset 50 c6e8afe0ba85
parent 33 8110bf1194d1
--- a/installationservices/swcomponentregistry/test/tscr/source/tscrserver.cpp	Tue Jun 29 16:50:12 2010 +0300
+++ b/installationservices/swcomponentregistry/test/tscr/source/tscrserver.cpp	Thu Jul 08 20:28:00 2010 +0300
@@ -254,7 +254,10 @@
         testStep = new CScrAddConcurrentApplicationEntryStep(*this);	
     else if (strippedStepName == KScrGetAppInfoStep)
         testStep = new CScrGetAppInfoStep(*this);
-  	
+    else if (strippedStepName == KScrComponentOnEMMC)
+           testStep = new CScrEMMCComponentStep(*this);
+    else if (strippedStepName == KScrComponentPresentForNameVendor)
+         testStep = new CScrComponentPresentForNameVendorStep(*this);
 	if(performanceStep)
 		{
 		CScrTestStep *scrTestStep = dynamic_cast<CScrTestStep*>(testStep);