BUCK 466 Bytes
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//protocols/ovsdb/api:onos-ovsdb-api',
    '//protocols/ovsdb/rfc:onos-ovsdb-rfc',
    '//core/store/serializers:onos-core-serializers',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'OpenStack Node Bootstrap App',
    category = 'Utility',
    url = 'http://onosproject.org',
    description = 'SONA Openstack Node Bootstrap Application.',
    required_app = [ 'org.onosproject.ovsdb' ],
)