Generating the EGL Dependency Graph from EGL projects

Users can use the EGL Dependency Graph feature to export in JSON format. The Dependency Graph helps to organize and structure the project workspace, making it easier to divide a project into different sub-projects.

To apply the EGL Dependency Graph, follow the below steps:

  1. Create and build the project.
    Note: The graph is not transient. Thus, it cannot be deleted upon refreshing or restarting the workbench. To update the project's dependency graph, rebuild the project in case of any modification.
  2. Access the EGL Dependency graph wizard either by the Project Explorer or Export section.
  3. The wizard provides various export options for the EGL Dependency Graph. For more details on the export option, refer to the Specifying Export options of JSON files section.
  4. Select the required export options and the required output folder destination path.
  5. Click the Finish button andthe JSON files containing the project's dependencies will be created in the destination folder.

Refer to Specify Export options of JSON files for the exported dependency graph output example.