equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2004-2010 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". |
124 } |
124 } |
125 if (strippedStepName == KInRomNonRemovablePackages) |
125 if (strippedStepName == KInRomNonRemovablePackages) |
126 { |
126 { |
127 name = new CInRomNonRemovablePackage; |
127 name = new CInRomNonRemovablePackage; |
128 } |
128 } |
|
129 if (strippedStepName == KSetCenRepSetting) |
|
130 { |
|
131 name = new CSetCenRepSettingStep; |
|
132 } |
129 if (strippedStepName == KInstalledDrives) |
133 if (strippedStepName == KInstalledDrives) |
130 { |
134 { |
131 name = new CInstalledDrives; |
135 name = new CInstalledDrives; |
132 } |
136 } |
133 else if (strippedStepName == KIsUidInstalled) |
137 else if (strippedStepName == KIsUidInstalled) |