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