Michele Santuari | 21c1401 | 2016-11-14 13:31:33 +0100 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//drivers/utilities:onos-drivers-utilities', |
| 4 | '//protocols/netconf/api:onos-protocols-netconf-api', |
| 5 | ] |
| 6 | |
| 7 | BUNDLES = [ |
| 8 | ':onos-drivers-juniper', |
| 9 | '//drivers/utilities:onos-drivers-utilities', |
| 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests ( |
| 13 | deps = COMPILE_DEPS, |
| 14 | resources_root = 'src/main/resources', |
| 15 | resources = glob(['src/main/resources/**']), |
| 16 | ) |
| 17 | |
| 18 | onos_app ( |
| 19 | app_name = 'org.onosproject.drivers.juniper', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 20 | title = 'Juniper Drivers', |
Michele Santuari | 21c1401 | 2016-11-14 13:31:33 +0100 | [diff] [blame] | 21 | category = 'Drivers', |
| 22 | url = 'http://onosproject.org', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 23 | description = 'Adds support for Juniper devices.', |
Michele Santuari | 21c1401 | 2016-11-14 13:31:33 +0100 | [diff] [blame] | 24 | included_bundles = BUNDLES, |
| 25 | required_apps = [ 'org.onosproject.netconf' ], |
| 26 | ) |