Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.servicemix.bundles.snmp4j', |
| 4 | '//drivers/utilities:onos-drivers-utilities', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 5 | '//protocols/snmp/api:onos-protocols-snmp-api', |
Andrea Campanella | bb8775b | 2016-04-12 10:32:14 -0700 | [diff] [blame] | 6 | '//incubator/api:onos-incubator-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 = 'Lumentum Device Drivers', |
| 17 | category = 'Drivers', |
| 18 | url = 'http://onosproject.org', |
| 19 | description = 'ONOS Lumentum Device Drivers application.', |
| 20 | required_apps = [ 'org.onosproject.snmp', 'org.onosproject.faultmanagement' ], |
| 21 | ) |