The syntax is as follows for the import statement in an EGL file:
import packageName.partSelection;
An import statement in a build file identifies other build files whose parts can be referenced by parts in the importing file. The import statements follow the <EGL> tag in the build file, and each statement has the following syntax:
<import file=filePath.eglbld>
You may specify an asterisk (*) as the file name or as the last chararacter of the file name. If the asterisk is used, EGL imports all the .eglbld files with these characteristics:
The file extension .eglbld is optional.
Related concepts
EGL projects, packages, and files
Introduction to EGL
Parts
References to parts
Related tasks
Editing an EGL build path
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.