Equinox を使用しており、次のような OSGI.BND ファイルがあります。
Service-Component: DefaultCommunication;\
provide:=com.whatever.service.Communication;\
implementation:=com.whatever.myservice.DefaultCommunication
しかし、ここでは Communication と Configuration という 2 つのインターフェイスを提供したいと考えています。
その場合、ファイルはどのようになりますか?