Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [ |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 2 | "@openflowj//jar", |
| 3 | "//protocols/openflow/api:onos-protocols-openflow-api", |
| 4 | "//core/store/serializers:onos-core-serializers", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 5 | ] |
| 6 | |
Thomas Vachuska | 41c652c | 2018-06-27 16:01:36 -0700 | [diff] [blame] | 7 | BUNDLES = [ |
| 8 | ":onos-drivers-default", |
| 9 | "@openflowj//jar", |
| 10 | "//protocols/openflow/api:onos-protocols-openflow-api", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 11 | ] |
| 12 | |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 13 | osgi_jar_with_tests( |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 14 | resources = glob(["src/main/resources/**"]), |
Thomas Vachuska | 41c652c | 2018-06-27 16:01:36 -0700 | [diff] [blame] | 15 | test_deps = TEST_ADAPTERS, |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 16 | visibility = ["//visibility:public"], |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 17 | deps = COMPILE_DEPS, |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 18 | ) |
Thomas Vachuska | 41c652c | 2018-06-27 16:01:36 -0700 | [diff] [blame] | 19 | |
| 20 | onos_app( |
| 21 | app_name = "org.onosproject.drivers", |
| 22 | category = "Drivers", |
| 23 | description = "Suite of default drivers.", |
| 24 | included_bundles = BUNDLES, |
| 25 | title = "Default Drivers", |
| 26 | url = "http://onosproject.org", |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 27 | ) |