openhab-core/bundles/org.openhab.core.test/bnd.bnd
Markus Rathgeb 23809b0cbd add provided storage capability to test bundle itself
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-02-06 15:55:59 +01:00

5 lines
232 B
Plaintext

Bundle-SymbolicName: ${project.artifactId}
# We can provide that capability if someone calls the (not so) magic function
Provide-Capability: osgi.service;objectClass:List<String>="org.eclipse.smarthome.core.storage.StorageService"