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