blob: 97a5d78d5881c356779a1d0d2ec4aa3cbe093c92 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
4 '//lib:KRYO',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005 '//lib:jersey-client',
6 '//lib:javax.ws.rs-api',
7 '//lib:org.apache.karaf.shell.console',
8 '//cli:onos-cli',
9 '//utils/rest:onlab-rest',
10 '//incubator/api:onos-incubator-api',
Yi Tsengf4e13e32017-03-30 15:38:39 -070011 '//core/store/serializers:onos-core-serializers'
Yi Tsengef91d382016-09-07 17:10:06 +080012]
13
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014TEST_DEPS = [
Ray Milkey7c251822016-04-06 17:38:25 -070015 '//lib:TEST_ADAPTERS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016]
17
Ray Milkeyf9a76972016-04-12 09:47:12 -070018osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080019 deps = COMPILE_DEPS,
Ray Milkeyf9a76972016-04-12 09:47:12 -070020 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080021)
22
Ray Milkeyf9a76972016-04-12 09:47:12 -070023onos_app (
24 title = 'VLAN L2 Broadcast Network App',
25 category = 'Traffic Steering',
26 url = 'http://onosproject.org',
27 description = 'Application to create L2 broadcast network using VLAN.',
Jonathan Hart470ed4f2017-01-31 16:52:28 -080028 required_apps = [ 'org.onosproject.intentsynchronizer' ],
Ray Milkeyf80bbb22016-03-11 10:16:22 -080029)