2019-02-05 09:32:49 +01:00
|
|
|
-include: ../itest-common.bndrun
|
|
|
|
|
|
|
|
Bundle-SymbolicName: ${project.artifactId}
|
|
|
|
Fragment-Host: org.openhab.core.config.discovery.usbserial
|
|
|
|
|
2019-11-17 16:20:24 +01:00
|
|
|
# We would like to use a mock instead of a real "UsbSerialDiscovery" service
|
|
|
|
# implementation like the "PollingUsbSerialScanner" provided by the linuxsysfs bundle.
|
|
|
|
# Add the capability that we provide / mock such a service and
|
|
|
|
# additionally blacklist the linuxsysfs bundle to ensure our one is preferred.
|
|
|
|
|
|
|
|
Provide-Capability: \
|
2019-12-27 11:10:17 +01:00
|
|
|
osgi.service;objectClass:List<String>="org.openhab.core.config.discovery.usbserial.UsbSerialDiscovery"
|
2019-11-17 16:20:24 +01:00
|
|
|
-runblacklist: \
|
|
|
|
bnd.identity;id='org.openhab.core.config.discovery.usbserial.linuxsysfs'
|
2019-02-05 09:32:49 +01:00
|
|
|
|
2019-11-17 16:20:24 +01:00
|
|
|
-runrequires: bnd.identity;id='org.openhab.core.config.discovery.usbserial.tests'
|
2019-10-02 10:00:08 +02:00
|
|
|
|
2019-02-05 09:32:49 +01:00
|
|
|
#
|
|
|
|
# done
|
|
|
|
#
|
|
|
|
-runbundles: \
|
2019-10-02 10:00:08 +02:00
|
|
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
|
|
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
|
|
|
com.google.gson;version='[2.8.2,2.8.3)',\
|
2019-02-05 09:32:49 +01:00
|
|
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
|
|
|
org.apache.felix.configadmin;version='[1.9.8,1.9.9)',\
|
|
|
|
org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\
|
|
|
|
org.apache.felix.scr;version='[2.1.10,2.1.11)',\
|
2019-10-02 10:00:08 +02:00
|
|
|
org.apache.servicemix.specs.annotation-api-1.3;version='[1.3.0,1.3.1)',\
|
2019-02-05 09:32:49 +01:00
|
|
|
org.eclipse.equinox.event;version='[1.4.300,1.4.301)',\
|
|
|
|
org.objenesis;version='[2.6.0,2.6.1)',\
|
2019-10-02 10:00:08 +02:00
|
|
|
org.osgi.service.event;version='[1.4.0,1.4.1)',\
|
|
|
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
|
|
|
tec.uom.lib.uom-lib-common;version='[1.0.3,1.0.4)',\
|
2019-10-14 07:14:09 +02:00
|
|
|
tec.uom.se;version='[1.0.10,1.0.11)',\
|
2019-11-17 11:47:24 +01:00
|
|
|
org.eclipse.jetty.http;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.io;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.security;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.server;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.servlet;version='[9.4.20,9.4.21)',\
|
2019-12-16 00:22:35 +01:00
|
|
|
org.eclipse.jetty.util;version='[9.4.20,9.4.21)',\
|
|
|
|
org.openhab.core;version='[3.0.0,3.0.1)',\
|
|
|
|
org.openhab.core.config.core;version='[3.0.0,3.0.1)',\
|
|
|
|
org.openhab.core.config.discovery;version='[3.0.0,3.0.1)',\
|
|
|
|
org.openhab.core.config.discovery.usbserial;version='[3.0.0,3.0.1)',\
|
|
|
|
org.openhab.core.config.discovery.usbserial.tests;version='[3.0.0,3.0.1)',\
|
|
|
|
org.openhab.core.io.console;version='[3.0.0,3.0.1)',\
|
|
|
|
org.openhab.core.test;version='[3.0.0,3.0.1)',\
|
2020-08-09 14:36:46 +02:00
|
|
|
org.openhab.core.thing;version='[3.0.0,3.0.1)',\
|
|
|
|
biz.aQute.tester.junit-platform;version='[5.1.2,5.1.3)',\
|
|
|
|
junit-jupiter-api;version='[5.6.2,5.6.3)',\
|
|
|
|
junit-jupiter-engine;version='[5.6.2,5.6.3)',\
|
|
|
|
junit-platform-commons;version='[1.6.2,1.6.3)',\
|
|
|
|
junit-platform-engine;version='[1.6.2,1.6.3)',\
|
|
|
|
junit-platform-launcher;version='[1.6.2,1.6.3)',\
|
|
|
|
net.bytebuddy.byte-buddy;version='[1.10.13,1.10.14)',\
|
|
|
|
net.bytebuddy.byte-buddy-agent;version='[1.10.13,1.10.14)',\
|
|
|
|
org.hamcrest;version='[2.2.0,2.2.1)',\
|
|
|
|
org.mockito.mockito-core;version='[3.4.6,3.4.7)',\
|
2020-10-02 23:36:37 +02:00
|
|
|
org.opentest4j;version='[1.2.0,1.2.1)',\
|
|
|
|
com.sun.xml.bind.jaxb-osgi;version='[2.3.3,2.3.4)',\
|
|
|
|
jakarta.xml.bind-api;version='[2.3.3,2.3.4)',\
|
|
|
|
org.apache.servicemix.specs.activation-api-1.2.1;version='[1.2.1,1.2.2)',\
|
|
|
|
org.glassfish.hk2.osgi-resource-locator;version='[1.0.1,1.0.2)'
|