assplibrary
filename-list
ASSP stands for “Application Specific Standard Product”. ASSP statements are for use by projects linking to the EPOC kernel, such as device drivers, so unless you are building such projects you can ignore this section.
The import library for the EPOC kernel and associated libraries are created in a directory corresponding to the hardware platform, or ASSP, a particular version of the kernel is built for.
For this reason, projects linking to the kernel must list
ekern.lib
with the assplibrary
statement, to differentiate it from standard EPOC import libraries.