A 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 store it inside the project directory.
By default, a QNX System Builder project includes the following parts:
- images/ directory — contains images and files created by
the IDE when you build your project, and a Makefile
- src/ directory — contains the resulting buildfile
- .project file — stores information about the project,
such as its name and type; all IDE projects have a .project
file