Refer to the OSGi Service Platform for details of the
Import-Package
and Export-Package
manifest headers. Your bundle will need an
Import-Package
entry for every external package that
the bundle depends on. If your bundle provides types that other bundles
need access to, you will need Export-Package
entries
for every package that should be available from outside of the
bundle.