Mobile/Symbian/NSPR: Difference between revisions

m
Line 108: Line 108:
These files can be retrieved as [https://bugzilla.mozilla.org/attachment.cgi?id=324627 attachment in bug 432430].
These files can be retrieved as [https://bugzilla.mozilla.org/attachment.cgi?id=324627 attachment in bug 432430].


* config.ini - the file redirects <tt>stdout</tt> and <tt>stderr</tt> to C:\data\out.txt on testing device. If outputs are redirected to this file, it would be easier for you to check on the developing PC. Put this file ''ON THE PHONE'' 's <tt>C:\system\data</tt>
* config.ini - the file redirects <tt>stdout</tt> and <tt>stderr</tt> to C:\data\out.txt on testing device. If outputs are redirected to this file, it would be easier for you to check on the developing PC. Put this file ''ON THE PHONE'' 's <tt>C:\system\data</tt>.


* stdio.h - the file redirects <tt>stderr</tt> to <tt>stdio</tt>. Just put this file in your SDK include path, e.g. <tt>D:\Symbian\9.1\S60_3rd_MR\Epoc32\include\stdapis</tt>.
* stdio.h - the file redirects <tt>stderr</tt> to <tt>stdio</tt>. Just put this file in your SDK include path, e.g. <tt>D:\Symbian\9.1\S60_3rd_MR\Epoc32\include\stdapis</tt>.


* moz_selfsign.cer/moz_selfsign.key - The self sign certificate/key pair files used to sign installation package file. Although self sign certificate/key pair files can be generated at will, yet these files has a valid date of 10 years because they are made by special tricks.
* moz_selfsign.cer/moz_selfsign.key - The self sign certificate/key pair files used to sign installation package file. Although self sign certificate/key pair files can be generated at will, yet these files have a valid date of 10 years because they are made by special tricks.


* run_temp_nspr_tests_static.pkg - An installation package definition file which will generate installation package file with only one single test case. Because we link NSPR as static library, more test case executables will waste a lot of disk space and the time we send the installation file into a testing device.
* run_temp_nspr_tests_static.pkg - An installation package definition file which will generate installation package file with only one single test case. Because we link NSPR as static library, more test case executables will waste a lot of disk space and the time we send the installation file into a testing device.
90

edits