installationservices/swi/test/tsisregistrytest_legacy/tsisregistrytest.cpp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   106 		}	
   106 		}	
   107 	if (aStepName == KInRomNonRemovablePackages)
   107 	if (aStepName == KInRomNonRemovablePackages)
   108 		{
   108 		{
   109 		name = new CInRomNonRemovablePackage;
   109 		name = new CInRomNonRemovablePackage;
   110 		}
   110 		}
   111     if (aStepName == KSetCenRepSetting)
       
   112         {
       
   113         name = new CSetCenRepSettingStep; 
       
   114         }
       
   115 	if (aStepName == KInstalledDrives)
   111 	if (aStepName == KInstalledDrives)
   116 		{
   112 		{
   117 		name = new CInstalledDrives;
   113 		name = new CInstalledDrives;
   118 		}		
   114 		}		
   119 	else if (aStepName == KIsUidInstalled)
   115 	else if (aStepName == KIsUidInstalled)