secureswitools/swisistools/source/makesislib/packageparser.cpp
branchRCL_3
changeset 24 5cc91383ab1e
parent 14 09e5ea190d07
equal deleted inserted replaced
23:cd189dac02f7 24:5cc91383ab1e
     1 /*
     1 /*
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-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".
   173 		iSearchDir[len+1] = '\0';
   173 		iSearchDir[len+1] = '\0';
   174 		}
   174 		}
   175 
   175 
   176 	}
   176 	}
   177 
   177 
   178 void CPackageParser::MakeSis(const wchar_t* aPkgFileName, const wchar_t* aSisFileName, bool aMakeStub, bool aReportInterpretSisError)
   178 void CPackageParser::MakeSisL(const wchar_t* aPkgFileName, const wchar_t* aSisFileName, bool aMakeStub, bool aReportInterpretSisError)
   179 	{
   179 	{
   180 	iMakeStub = aMakeStub;
   180 	iMakeStub = aMakeStub;
   181 	iReportInterpretSisError = aReportInterpretSisError;
   181 	iReportInterpretSisError = aReportInterpretSisError;
   182 	ParseL(aPkgFileName);
   182 	ParseL(aPkgFileName);
   183 	// Turn off line number output
   183 	// Turn off line number output