Project layout

A single QNX System Builder project can contain your .ifs file and multiple .efs files, as well as your startup code and boot script. You can import the IPL from another location or you can create or copy an IPL into a location in the project directory.

By default, your QNX System Builder project includes the following parts:
Item Description
Images directory The images and generated files that the IDE creates when you build your project, as well as a Makefile.
src directory Contains the resulting buildfile.
.project file Information about the project, such as its name and type. All IDE projects have a .project file.
project.bld file Information about the structure and contents of your .ifs and .efs files. This file also contains your boot script.