secureswitools/swisistools/source/makesislib/packageparser.h
branchRCL_3
changeset 81 42552535c1ac
parent 66 8b7f4e561641
equal deleted inserted replaced
73:79647526f98c 81:42552535c1ac
     1 /*
     1 /*
     2 * Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-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".
   192 	 * @param aPkgFileName pkg file name
   192 	 * @param aPkgFileName pkg file name
   193 	 * @param aSisFileName output sis file name
   193 	 * @param aSisFileName output sis file name
   194 	 * @param aMakeStub boolean which tells whether to create stub or not.
   194 	 * @param aMakeStub boolean which tells whether to create stub or not.
   195 	 * @param aReportInterpretSisError whether to report interpretsis failure or not.
   195 	 * @param aReportInterpretSisError whether to report interpretsis failure or not.
   196 	 */
   196 	 */
   197 	void MakeSisL(const wchar_t* aPkgFileName, const wchar_t* aSisFileName, bool aMakeStub, bool aReportInterpretSisError);
   197 	void MakeSis(const wchar_t* aPkgFileName, const wchar_t* aSisFileName, bool aMakeStub, bool aReportInterpretSisError);
   198 	
   198 	
   199 	/**
   199 	/**
   200 	 * This function will parse the package file. In case of any error it will
   200 	 * This function will parse the package file. In case of any error it will
   201 	 * throw exception (TParseException).
   201 	 * throw exception (TParseException).
   202 	 */
   202 	 */