blob: 471e91c8f0f144ab0e5502fdb48e2a3f48adbad9 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_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 Hart470ed4f2017-01-31 16:52:28 -08009 '//apps/intentsync:onos-apps-intentsync',
Yi Tsengef91d382016-09-07 17:10:06 +080010]
11
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012TEST_DEPS = [
Ray Milkey7c251822016-04-06 17:38:25 -070013 '//lib:TEST_ADAPTERS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014]
15
Ray Milkeyf9a76972016-04-12 09:47:12 -070016osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017 deps = COMPILE_DEPS,
Ray Milkeyf9a76972016-04-12 09:47:12 -070018 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080019)
20
Ray Milkeyf9a76972016-04-12 09:47:12 -070021onos_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 Hart470ed4f2017-01-31 16:52:28 -080026 required_apps = [ 'org.onosproject.intentsynchronizer' ],
Ray Milkeyf80bbb22016-03-11 10:16:22 -080027)