equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2007-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". |
176 |
176 |
177 if (iInstallFlags & EInstFlagShutdownApps) |
177 if (iInstallFlags & EInstFlagShutdownApps) |
178 { |
178 { |
179 aStream << L", SH"; |
179 aStream << L", SH"; |
180 } |
180 } |
|
181 if (iInstallFlags & EInstFlagNonRemovable) |
|
182 { |
|
183 aStream << L", NR"; |
|
184 } |
181 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
185 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
182 if (iInstallFlags & EInstFlagHide) |
186 if (iInstallFlags & EInstFlagHide) |
183 { |
187 { |
184 aStream << L", H"; |
188 aStream << L", H"; |
185 } |
189 } |