Re: [edk2] consume a protocol from a different package

2014-10-08 Thread Andrew Fish
On Oct 8, 2014, at 3:59 PM, Toto Lebolo wrote: > Is it possible to consume a protocol from a different package? > For example I am creating a shell application in MdeModulePkg and I want to > use an SPI protocol in a platform specific in my case in IntelE6xxRuPkg. > How do I do that? should I

[edk2] consume a protocol from a different package

2014-10-08 Thread Toto Lebolo
Is it possible to consume a protocol from a different package? For example I am creating a shell application in MdeModulePkg and I want to use an SPI protocol in a platform specific in my case in IntelE6xxRuPkg. How do I do that? should I copy files from one package to another? Thank for the hel