I’m using Equinox and I’ve got an OSGI.BND file which looks like this
Service-Component: DefaultCommunication;\
provide:=com.whatever.service.Communication;\
implementation:=com.whatever.myservice.DefaultCommunication
But now I want to provide two interfaces, Communication and Configuration.
What would the file look like then?
Based on Bnd format specification:
Bnd Service Components description:
In your case: