Adding a resource associations part to an EGL build file

A resource associations part relates a logical file name to a system resource name on the target platform where you intend to deploy the generated code.

To add a resource associations part, follow these steps:
  1. Locate the EGL build file you want to work with in the Project Explorer view. To find it, open the EGL Source folder, and look for a file with the extension "eglbld". Right-click on the build file to open the pop-up menu.
  2. In the pop-up menu, select Open With > EGL Build Parts Editor. The Build Parts Editor opens the Build Descriptor part automatically; the default view is the General Options view.
  3. If you have the Outline view open, you will see the build parts listed under the name of your build file. If you do not have the Outline view open and want to open it, select Window > Show View > Other; in the Show View dialog box, click to expand General and select Outline.
  4. In the Outline view, right-click on the build file, then click Add Part.
  5. Click Resource Associations, then click Next.
  6. Choose a name for your resource associations part that conforms to EGL part name conventions. In the Name field, type the name of your resource associations part.
  7. In the Description field, type a description of your part.
  8. Click Finish. The resource associations part is added to the EGL build file and the resource associations part page is opened in the EGL Build Parts Editor.

Feedback