equal
deleted
inserted
replaced
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". |
118 void HandleFileOverwriting(const SisFile& aFile, const std::wstring& target, bool aSUFlag); |
118 void HandleFileOverwriting(const SisFile& aFile, const std::wstring& target, bool aSUFlag); |
119 bool IsEclipsable(std::wstring& aRomFile, bool aSUFlag); |
119 bool IsEclipsable(std::wstring& aRomFile, bool aSUFlag); |
120 void FilterNonBlockingFilesOfFilename(const SisFile& aFile, const std::wstring& target); |
120 void FilterNonBlockingFilesOfFilename(const SisFile& aFile, const std::wstring& target); |
121 void WarnEclipseOverWrite(const SisFile& aFile); |
121 void WarnEclipseOverWrite(const SisFile& aFile); |
122 |
122 |
|
123 void ProcessConditionalBlockWarnings(const CSISInstallBlock& aInstallBlock, |
|
124 ExpressionEvaluator& aEvaluator, |
|
125 const SisFile& aFile |
|
126 ); |
|
127 void ProcessInstallBlockWarnings(const CSISInstallBlock& aInstallBlock, const SisFile& aFile); |
|
128 |
123 // Adorned methods |
129 // Adorned methods |
124 void AdornedProcessingOfFile(const std::wstring& aTarget, std::wstring& aUnadornedName, |
130 void AdornedProcessingOfFile(const std::wstring& aTarget, std::wstring& aUnadornedName, |
125 std::list<std::wstring>& aAdornedFileNamesFound); |
131 std::list<std::wstring>& aAdornedFileNamesFound); |
126 |
132 |
127 friend struct CheckDependencyMet; |
133 friend struct CheckDependencyMet; |