secureswitools/swisistools/source/interpretsislib/sisfile.h
branchRCL_3
changeset 34 741e5bba2bd1
parent 19 7ca52d38f8c3
child 73 79647526f98c
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".
    94 	bool HasEmbedded() const;
    94 	bool HasEmbedded() const;
    95 	 
    95 	 
    96 	void MakeSISStub(std::wstring& aFileName);
    96 	void MakeSISStub(std::wstring& aFileName);
    97 	
    97 	
    98 	const CSISController& GetController(); 
    98 	const CSISController& GetController(); 
       
    99 	
       
   100 	void ProcessEmbeddedFileWarning(const CSISInstallBlock& aInstallBlock) const;
       
   101 
       
   102 	bool ProcessInstallOptionsWarning(const CSISInstallBlock& aInstallBlock, std::string& aError);
    99 
   103 
   100 private:
   104 private:
   101 	void GetInstallableFiles(	InstallableFiles& aFiles, 
   105 	void GetInstallableFiles(	InstallableFiles& aFiles, 
   102 								const CSISInstallBlock& aInstallBlock, 
   106 								const CSISInstallBlock& aInstallBlock, 
   103 								const std::wstring& aDrivePath,
   107 								const std::wstring& aDrivePath,