equal
deleted
inserted
replaced
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 */ |