|
||
Once you have generated a report using the kitcomp
command with the -r
argument, an HTML report is created in your specified directory, or current working directory. The default name of the report
is KitCompReport.html
. This report lists all the components and component files that cannot be found on the SDK, but should be available (as listed
in the .pld
files).
The results are displayed in Summary and Detail sections, as shown below.
The Summary section lists the platform name and provides the overall number of occurrences for the following:
Missing Common Symbian Components
Missing Headers
Missing Libs
Corrupted Binary Interfaces.
The Details section lists the number of missing Common Symbian components and provides the component name, component type and filename for the following file types:
Missing header files
For example: Component is "TCP/IP
", Type is "Common Symbian
" and Missing file is "/epoc32/include/ntras.h
".
Missing libraries
For example: Component is "UIKON
", Type is "Optional Symbian
" and Missing file is "/epoc32/release/armi/urel/irobutil.lib
".
This section also lists the library name, ordinal and mismatched exports for Corrupted Binary Interfaces:
For example; Library is "/epoc32/release/armi/urel/euser.lib
", Ordinal is "286
", Mismatched Kit export is "RSubSessionBase::CloseSubSession(int)
" and Mismatched SDK export is "RSubSessionBase::CloseSubSession()
".