Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//drivers/utilities:onos-drivers-utilities', |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 4 | '//protocols/netconf/api:onos-protocols-netconf-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 5 | ] |
| 6 | |
Ray Milkey | e022ef6 | 2016-06-08 15:17:19 -0700 | [diff] [blame] | 7 | TEST_DEPS = [ |
| 8 | '//lib:TEST_ADAPTERS', |
| 9 | '//core/api:onos-api-tests', |
| 10 | ] |
| 11 | |
Ray Milkey | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 12 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
Ray Milkey | e022ef6 | 2016-06-08 15:17:19 -0700 | [diff] [blame] | 14 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | resources_root = 'src/main/resources', |
| 16 | resources = glob(['src/main/resources/**']), |
| 17 | ) |
Ray Milkey | 61403ed | 2016-04-28 12:27:51 -0700 | [diff] [blame] | 18 | |
| 19 | onos_app ( |
| 20 | title = 'Fujitsu device drivers', |
| 21 | category = 'Drivers', |
| 22 | url = 'http://onosproject.org', |
| 23 | description = 'ONOS Fujitsu device drivers application.', |
| 24 | required_apps = [ 'org.onosproject.netconf' ], |
| 25 | ) |