blob: 0921c3d541e8f28f6774489f63c386499a70835e [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey8dac8182016-04-28 16:44:19 -07003 '//protocols/ovsdb/api:onos-protocols-ovsdb-api',
4 '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005 '//core/store/serializers:onos-core-serializers',
6]
7
Ray Milkeyf9a76972016-04-12 09:47:12 -07008osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010)
Ray Milkey6a638ba2016-04-20 09:52:01 -070011
12onos_app (
13 title = 'OpenStack Node Bootstrap App',
14 category = 'Utility',
15 url = 'http://onosproject.org',
16 description = 'SONA Openstack Node Bootstrap Application.',
17 required_app = [ 'org.onosproject.ovsdb' ],
18)