Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:jersey-client', |
| 4 | '//lib:javax.ws.rs-api', |
| 5 | '//lib:org.apache.karaf.shell.console', |
| 6 | '//cli:onos-cli', |
| 7 | '//utils/rest:onlab-rest', |
| 8 | '//incubator/api:onos-incubator-api', |
Jonathan Hart | 470ed4f | 2017-01-31 16:52:28 -0800 | [diff] [blame] | 9 | '//apps/intentsync:onos-apps-intentsync', |
Yi Tseng | ef91d38 | 2016-09-07 17:10:06 +0800 | [diff] [blame] | 10 | ] |
| 11 | |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 12 | TEST_DEPS = [ |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 13 | '//lib:TEST_ADAPTERS', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | ] |
| 15 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 16 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 17 | deps = COMPILE_DEPS, |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 18 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 19 | ) |
| 20 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 21 | onos_app ( |
| 22 | title = 'VLAN L2 Broadcast Network App', |
| 23 | category = 'Traffic Steering', |
| 24 | url = 'http://onosproject.org', |
| 25 | description = 'Application to create L2 broadcast network using VLAN.', |
Jonathan Hart | 470ed4f | 2017-01-31 16:52:28 -0800 | [diff] [blame] | 26 | required_apps = [ 'org.onosproject.intentsynchronizer' ], |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 27 | ) |