Property sheet "Syscall definitions"
The key "LIBRARY" should not be changed!
A syscall definition consists of a syscall number (hex) in the column labeled "key" and a interface/header definition in the column labeled "value". An interface/header definition consists of the interface and the headerfilename, separated by a semicolon (;).
The headerfilename may be symbolized, because it can occur in a lot of syscall definitions.
F. i.
MCS_SC = MCS_syscalls.h;header
The builder extracts the module's name from the interface. Based of a syscall definition the SDK generates a sourcefile, assembles it giving an object, adds the object to the library and updates the corresponding headerfile.
The automatic sourcefile-generation uses SYSCALL_TEMPLATE.SRC as template.
(02.04.2011 08:35:41)