Two different build merges as one
I am working on a project to combine two FPGAs into one. One FPGA design is by an external vendor. The vendor cannot provide project source files except pinouts. Their design has NIOS and SDK embedded software. Both of us are using the same FPGA. Resource-wise, both designs can be combined into one FPGA of the same part number.
My design is using HPS. Both the HPS and NIOS need to communicate. Altera Pro allows NIOS and HPS connected via AXI bus in Platform Designer. All examples are showing within one Qsys file how to do this. But here we have two different projects.
Is it possible to incorporate their project output files into my project and build an image? What file types and format I should ask the other vendor to provide? How do you merge the design within Altera Pro Ed build environment (GUI or through script)?