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 | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 9 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 10 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | resources_root = 'src/main/resources', |
| 12 | resources = glob(['src/main/resources/**']), |
| 13 | ) |
Ray Milkey | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 14 | |
| 15 | onos_app ( |
| 16 | title = 'Ciena Device Drivers', |
| 17 | category = 'Drivers', |
| 18 | url = 'http://onosproject.org', |
| 19 | description = 'ONOS Ciena Device Drivers application.', |
| 20 | required_apps = [ 'org.onosproject.restsb' ], |
| 21 | ) |