I am trying to create a communication between two separate apps over IPC. my server app Component.cdef is saying printer.api is not recognized. can anyone help me. my apps directories are as follows.
issue : when I build helloServer.adef then it says printServer Component.cdef is not able to find printer.api
For different apps communication through IPC do I need to include an .sdef file as well?
because right now I am not using any .sdef file and i am building both apps separately and connect them with .api and then flashing them separately on mangOH yellow legato.
Should I create an .sdef file and then include both the apps in it and then flash the .sdef file to enable separate app communication through IPC?