secureswitools/swisistools/source/sisxlibrary/sisinfo.cpp
branchRCL_3
changeset 81 42552535c1ac
parent 62 5cc91383ab1e
equal deleted inserted replaced
73:79647526f98c 81:42552535c1ac
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-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".
   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         }
       
   185 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   181 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   186 	if (iInstallFlags & EInstFlagHide)
   182 	if (iInstallFlags & EInstFlagHide)
   187 		{
   183 		{
   188 		aStream << L", H";
   184 		aStream << L", H";
   189 		}
   185 		}