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', |
Ray Milkey | 24439fe | 2016-04-08 21:50:55 -0700 | [diff] [blame] | 9 | '//apps/routing-api:onos-apps-routing-api', |
Luca Prete | 612ae54 | 2016-05-06 10:17:28 -0700 | [diff] [blame] | 10 | '//apps/routing:onos-apps-routing', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | ] |
| 12 | |
| 13 | TEST_DEPS = [ |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 14 | '//lib:TEST_ADAPTERS', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | ] |
| 16 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 17 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 18 | deps = COMPILE_DEPS, |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 19 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 20 | ) |
| 21 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 22 | onos_app ( |
| 23 | title = 'VLAN L2 Broadcast Network App', |
| 24 | category = 'Traffic Steering', |
| 25 | url = 'http://onosproject.org', |
| 26 | description = 'Application to create L2 broadcast network using VLAN.', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 27 | ) |