secureswitools/swisistools/source/makesislib/packageparser.h
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
   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 MakeSis(const wchar_t* aPkgFileName, const wchar_t* aSisFileName, bool aMakeStub, bool aReportInterpretSisError);
   197 	void MakeSisL(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 	 */