Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



asspabi

asspabi

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.

If the asspabi statement is specified, the ABI that the project will be built for - ARMI, ARM4 or THUMB - will be the same as that of the kernel for a particular ASSP. Otherwise the ABI for the project will be the default ABI for a particular ASSP.

The asspabi statement is implied by the presence of either the asspexports or the assplibrary statements.