Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//drivers/utilities:onos-drivers-utilities', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 4 | '//protocols/ovsdb/api:onos-protocols-ovsdb-api', |
| 5 | '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 6 | ] |
| 7 | |
Ray Milkey | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 8 | TEST_DEPS = [ |
| 9 | '//lib:TEST_ADAPTERS', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 10 | '//protocols/ovsdb/api:onos-protocols-ovsdb-api-tests', |
Ray Milkey | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 11 | ] |
| 12 | |
| 13 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | deps = COMPILE_DEPS, |
Ray Milkey | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 15 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 16 | resources_root = 'src/main/resources', |
| 17 | resources = glob(['src/main/resources/**']), |
| 18 | ) |
Ray Milkey | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 19 | |
| 20 | onos_app ( |
| 21 | title = 'OVSDB Device Drivers', |
| 22 | category = 'Drivers', |
| 23 | url = 'http://onosproject.org', |
| 24 | description = 'ONOS OVSDB Device Drivers application.', |
| 25 | ) |