secureswitools/swisistools/source/interpretsislib/installer.h
branchRCL_3
changeset 34 741e5bba2bd1
parent 19 7ca52d38f8c3
child 62 5cc91383ab1e
equal deleted inserted replaced
28:98a43fae6e2b 34:741e5bba2bd1
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-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".
   113 	void HandleFileOverwriting(const SisFile& aFile, const std::wstring& target, bool aSUFlag);
   113 	void HandleFileOverwriting(const SisFile& aFile, const std::wstring& target, bool aSUFlag);
   114 	bool IsEclipsable(std::wstring& aRomFile, bool aSUFlag);
   114 	bool IsEclipsable(std::wstring& aRomFile, bool aSUFlag);
   115 	void FilterNonBlockingFilesOfFilename(const SisFile& aFile, const std::wstring& target);
   115 	void FilterNonBlockingFilesOfFilename(const SisFile& aFile, const std::wstring& target);
   116 	void WarnEclipseOverWrite(const SisFile& aFile);
   116 	void WarnEclipseOverWrite(const SisFile& aFile);
   117 
   117 
       
   118 	void ProcessConditionalBlockWarnings(const CSISInstallBlock& aInstallBlock, 
       
   119 												  ExpressionEvaluator& aEvaluator,
       
   120 												  const SisFile& aFile
       
   121 												  ); 
       
   122 	void ProcessInstallBlockWarnings(const CSISInstallBlock& aInstallBlock, const SisFile& aFile);
       
   123 
   118 	// Adorned methods
   124 	// Adorned methods
   119 	void AdornedProcessingOfFile(const std::wstring& aTarget, std::wstring& aUnadornedName, 
   125 	void AdornedProcessingOfFile(const std::wstring& aTarget, std::wstring& aUnadornedName, 
   120 										std::list<std::wstring>& aAdornedFileNamesFound);
   126 										std::list<std::wstring>& aAdornedFileNamesFound);
   121 
   127 
   122 	friend struct CheckDependencyMet;
   128 	friend struct CheckDependencyMet;