Ray Milkey | 4abe844 | 2016-05-05 11:21:33 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:openflowj', |
Pier Ventre | a0ceb9a | 2016-07-19 10:23:14 +0200 | [diff] [blame] | 4 | '//drivers/default:onos-drivers-default', |
Ray Milkey | 4abe844 | 2016-05-05 11:21:33 -0700 | [diff] [blame] | 5 | '//drivers/utilities:onos-drivers-utilities', |
| 6 | '//protocols/openflow/api:onos-protocols-openflow-api', |
| 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 | 4abe844 | 2016-05-05 11:21:33 -0700 | [diff] [blame] | 14 | osgi_jar_with_tests ( |
| 15 | deps = COMPILE_DEPS, |
Ray Milkey | e022ef6 | 2016-06-08 15:17:19 -0700 | [diff] [blame] | 16 | test_deps = TEST_DEPS, |
Ray Milkey | 4abe844 | 2016-05-05 11:21:33 -0700 | [diff] [blame] | 17 | resources_root = 'src/main/resources', |
| 18 | resources = glob(['src/main/resources/**']), |
| 19 | ) |
| 20 | |
| 21 | onos_app ( |
Jonathan Hart | 2f316af | 2016-08-02 13:53:37 -0700 | [diff] [blame] | 22 | app_name = 'org.onosproject.drivers.corsa', |
Ray Milkey | 4abe844 | 2016-05-05 11:21:33 -0700 | [diff] [blame] | 23 | title = 'Corsa device drivers', |
| 24 | category = 'Drivers', |
| 25 | url = 'http://onosproject.org', |
| 26 | description = 'ONOS Corsa device drivers application.', |
| 27 | required_apps = [ 'org.onosproject.openflow' ], |
| 28 | ) |